Skip to content

Commit 14853ea

Browse files
committed
Fix reproducibility of test GH-17190
The test failure did not trigger for me when playing with the JIT code. From the original issue report some INI settings were not set properly.
1 parent 4a12a9f commit 14853ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/opcache/tests/jit/gh17190.phpt

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ opcache.enable=1
77
opcache.enable_cli=1
88
opcache.file_update_protection=0
99
opcache.jit_buffer_size=32M
10-
opcache.jit=function
10+
opcache.jit=1254
11+
opcache.jit_hot_func=1
12+
opcache.jit_hot_side_exit=1
1113
--FILE--
1214
<?php
1315
$a = [2147483647,2147483647,2147483647,3,0,0,32,2147483584,127];

0 commit comments

Comments
 (0)