We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d6286 commit eaf4b73Copy full SHA for eaf4b73
tests/array_access_002.phpt
@@ -1,7 +1,13 @@
1
--TEST--
2
Test V8::executeString() : Use ArrayAccess with JavaScript native push method
3
--SKIPIF--
4
-<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
+<?php require_once(dirname(__FILE__) . '/skipif.inc');
5
+
6
+if (str_starts_with(V8Js::V8_VERSION, '11.3.244.8')) {
7
+ die("skip V8 version known to call setter twice");
8
+}
9
10
+?>
11
--INI--
12
v8js.use_array_access = 1
13
--FILE--
0 commit comments