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