summaryrefslogtreecommitdiff
path: root/tests/func/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func/002.phpt')
-rw-r--r--tests/func/002.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/func/002.phpt b/tests/func/002.phpt
index 4319715e08..563d39183e 100644
--- a/tests/func/002.phpt
+++ b/tests/func/002.phpt
@@ -15,6 +15,7 @@ blah();
if (isset($hey) || isset($yo)) {
echo "Local variables became global :(\n";
}
+?>
--EXPECT--
hey=0, 0
hey=1, -1