ircmaxell / php-compiler

A compiler. For PHP
MIT License
794 stars 33 forks source link

Fix associative arrays when run under bin/vm.php #32

Closed driusan closed 5 years ago

driusan commented 5 years ago

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.