summaryrefslogtreecommitdiff
path: root/tests/func
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func')
-rw-r--r--tests/func/002.phpt1
-rw-r--r--tests/func/003.phpt1
2 files changed, 2 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
diff --git a/tests/func/003.phpt b/tests/func/003.phpt
index 2333947249..da024a6282 100644
--- a/tests/func/003.phpt
+++ b/tests/func/003.phpt
@@ -96,6 +96,7 @@ function andi($i, $j)
}
andi (3,10);
+?>
--EXPECT--
hey
blah