summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/exception_013.phpt')
-rw-r--r--Zend/tests/exception_013.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/exception_013.phpt b/Zend/tests/exception_013.phpt
index 4f5d07c7cf..93d8576176 100644
--- a/Zend/tests/exception_013.phpt
+++ b/Zend/tests/exception_013.phpt
@@ -27,13 +27,13 @@ try {
var_dump(C::$a);
?>
--EXPECTF--
-Exception: Access to undeclared static property: C::$a in %sexception_013.php on line 7
+Exception: Access to undeclared static property C::$a in %s on line %d
Exception: Cannot access private property C::$p in %sexception_013.php on line 13
Exception: Attempt to unset static property C::$a in %sexception_013.php on line 19
-Fatal error: Uncaught Error: Access to undeclared static property: C::$a in %sexception_013.php:24
+Fatal error: Uncaught Error: Access to undeclared static property C::$a in %s:%d
Stack trace:
#0 {main}
thrown in %sexception_013.php on line 24