diff options
Diffstat (limited to 'tests/classes/static_properties_undeclared_inc.phpt')
| -rw-r--r-- | tests/classes/static_properties_undeclared_inc.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/static_properties_undeclared_inc.phpt b/tests/classes/static_properties_undeclared_inc.phpt index ff8b8c3af1..a9b28d6cdd 100644 --- a/tests/classes/static_properties_undeclared_inc.phpt +++ b/tests/classes/static_properties_undeclared_inc.phpt @@ -6,4 +6,4 @@ Class C {} C::$p++; ?> --EXPECTF-- -Fatal error: Access to undeclared static property: C::$p in %s on line 3
\ No newline at end of file +Fatal error: Access to undeclared static property: C::$p in %s on line 3 |
