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