summaryrefslogtreecommitdiff
path: root/Zend/tests/016.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/016.phpt')
-rw-r--r--Zend/tests/016.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/016.phpt b/Zend/tests/016.phpt
index 6ec507e6b1..de011606bc 100644
--- a/Zend/tests/016.phpt
+++ b/Zend/tests/016.phpt
@@ -3,10 +3,10 @@ isset() with object properties when operating on non-object
--FILE--
<?php
-$foo = NULL;
+$foo = NULL;
isset($foo->bar->bar);
echo "Done\n";
?>
---EXPECT--
+--EXPECT--
Done