summaryrefslogtreecommitdiff
path: root/Zend/tests/bug65911.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug65911.phpt')
-rw-r--r--Zend/tests/bug65911.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug65911.phpt b/Zend/tests/bug65911.phpt
index b9d973eb45..cea7cdc1de 100644
--- a/Zend/tests/bug65911.phpt
+++ b/Zend/tests/bug65911.phpt
@@ -17,7 +17,7 @@ $obj = new B();
$obj->go();
?>
--EXPECTF--
-Fatal error: Uncaught Error: Access to undeclared static property: A::$this in %s:%d
+Fatal error: Uncaught Error: Access to undeclared static property A::$this in %s:%d
Stack trace:
#0 %s(%d): B->go()
#1 {main}