summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/jit/fetch_dim_rw_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/jit/fetch_dim_rw_001.phpt')
-rw-r--r--ext/opcache/tests/jit/fetch_dim_rw_001.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opcache/tests/jit/fetch_dim_rw_001.phpt b/ext/opcache/tests/jit/fetch_dim_rw_001.phpt
index c5772220cb..9967896d1f 100644
--- a/ext/opcache/tests/jit/fetch_dim_rw_001.phpt
+++ b/ext/opcache/tests/jit/fetch_dim_rw_001.phpt
@@ -18,9 +18,9 @@ var_dump(foo());
--EXPECTF--
Warning: Undefined variable $a in %s on line %d
-Notice: Undefined offset: 0 in %sfetch_dim_rw_001.php on line 3
+Notice: Undefined array key 0 in %sfetch_dim_rw_001.php on line 3
-Notice: Undefined offset: 0 in %sfetch_dim_rw_001.php on line 3
+Notice: Undefined array key 0 in %sfetch_dim_rw_001.php on line 3
array(1) {
[0]=>
int(2)