summaryrefslogtreecommitdiff
path: root/tests/classes/static_properties_undeclared_isset.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/static_properties_undeclared_isset.phpt')
-rw-r--r--tests/classes/static_properties_undeclared_isset.phpt2
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)