diff options
author | Xinchen Hui <laruence@php.net> | 2015-04-01 09:56:55 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-04-01 09:56:55 +0800 |
commit | ed772e1a998ca72fc1c354fcefc05149ca7a2a56 (patch) | |
tree | 770e468e90455070114bcae8e280c12bcaafc543 | |
parent | a2752faaa87d000d3d9d82a51a67d9782b15775e (diff) | |
download | php-git-ed772e1a998ca72fc1c354fcefc05149ca7a2a56.tar.gz |
Fixed test
-rw-r--r-- | Zend/tests/exception_014.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/exception_014.phpt b/Zend/tests/exception_014.phpt index f210af61b8..71bb14df1d 100644 --- a/Zend/tests/exception_014.phpt +++ b/Zend/tests/exception_014.phpt @@ -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 |