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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user