diff options
Diffstat (limited to 'tests/classes/static_properties_undeclared_isset.phpt')
| -rw-r--r-- | tests/classes/static_properties_undeclared_isset.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/static_properties_undeclared_isset.phpt b/tests/classes/static_properties_undeclared_isset.phpt index 58aac40052..83fb7711c5 100644 --- a/tests/classes/static_properties_undeclared_isset.phpt +++ b/tests/classes/static_properties_undeclared_isset.phpt @@ -6,4 +6,4 @@ Class C {} var_dump(isset(C::$p)); ?> --EXPECTF-- -bool(false)
\ No newline at end of file +bool(false) |
