We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f399941 commit e98a0d1Copy full SHA for e98a0d1
jit-nan-bug-reproducer.sh
@@ -34,7 +34,7 @@ JIT_CONFIG="-d opcache.enable_cli=1 -d opcache.jit=tracing -d opcache.jit_buffer
34
echo "PHP JIT NAN Comparison Bug Reproducer"
35
echo "======================================"
36
echo ""
37
-$PHP_BIN -v | head -1
+$PHP_BIN -v
38
39
echo "JIT Configuration:"
40
$PHP_BIN $JIT_CONFIG -r 'echo " opcache.jit = " . ini_get("opcache.jit") . "\n";'
0 commit comments