summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/jit/inc_006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/jit/inc_006.phpt')
-rw-r--r--ext/opcache/tests/jit/inc_006.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/tests/jit/inc_006.phpt b/ext/opcache/tests/jit/inc_006.phpt
index 3ecff9e13d..a5ab397c38 100644
--- a/ext/opcache/tests/jit/inc_006.phpt
+++ b/ext/opcache/tests/jit/inc_006.phpt
@@ -17,6 +17,7 @@ function foo() {
var_dump($x);
}
foo();
+?>
--EXPECT--
int(2)
int(2)