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 fd879e6 commit 206bcffCopy full SHA for 206bcff
ext/opcache/tests/jit/fetch_dim_r_010.phpt
@@ -12,7 +12,6 @@ set_error_handler(function() {
12
});
13
$a = [$y];
14
($a[$b]);
15
-($a[17604692317316877817]);
16
?>
17
DONE
18
--EXPECT--
ext/opcache/tests/jit/fetch_dim_r_011.phpt
@@ -0,0 +1,18 @@
1
+--TEST--
2
+JIT FETCH_DIM_R: 011
3
+--INI--
4
+opcache.enable=1
5
+opcache.enable_cli=1
6
+opcache.file_update_protection=0
7
+opcache.jit_buffer_size=1M
8
+--FILE--
9
+<?php
10
+set_error_handler(function() {
11
+ $GLOBALS['a'] = 0;
+});
+$a = [$y];
+($a[17604692317316877817]);
+?>
+DONE
+--EXPECT--
0 commit comments