This fixes associative arrays when using bin/vm.php,
where the opcode was making a reference to an undefined
isInt() function.
It also adds a basic test for accessing both associative
and numeric arrays, but the test is disabled because the
TYPE_ARRAY_INIT opcode isn't supported by the JIT.
This fixes associative arrays when using bin/vm.php, where the opcode was making a reference to an undefined isInt() function.
It also adds a basic test for accessing both associative and numeric arrays, but the test is disabled because the TYPE_ARRAY_INIT opcode isn't supported by the JIT.