ircmaxell / php-compiler

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

Fix reference to undefined variable #25

Closed driusan closed 5 years ago

driusan commented 5 years ago

The variable "$hash" doesn't exist in 3 places in HashTable. Presumably these are intended to be "$index".