Skip to content

Commit

Permalink
skip array_access_002 test, broken on V8 11.3.244.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed Sep 29, 2024
1 parent 21d6286 commit eaf4b73
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/array_access_002.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
--TEST--
Test V8::executeString() : Use ArrayAccess with JavaScript native push method
--SKIPIF--
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
<?php require_once(dirname(__FILE__) . '/skipif.inc');

if (str_starts_with(V8Js::V8_VERSION, '11.3.244.8')) {
die("skip V8 version known to call setter twice");
}

?>
--INI--
v8js.use_array_access = 1
--FILE--
Expand Down

0 comments on commit eaf4b73

Please sign in to comment.