1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

Fixed test

This commit is contained in:
Xinchen Hui
2015-04-01 09:56:55 +08:00
parent a2752faaa8
commit ed772e1a99

View File

@@ -16,6 +16,6 @@ try {
var_dump($x->p);
?>
--EXPECTF--
Exception: Cannot access private property C::$p in /home/dmitry/php/php-master/Zend/tests/exception_014.php on line 8
Exception: Cannot access private property C::$p in %sexception_014.php on line %d
Fatal error: Cannot access private property C::$p in /home/dmitry/php/php-master/Zend/tests/exception_014.php on line 13
Fatal error: Cannot access private property C::$p in %sexception_014.php on line %d