ircmaxell / php-compiler

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

"Fix" calls to undefined functions #35

Closed driusan closed 5 years ago

driusan commented 5 years ago

This fixes any calls to undefined functions by commenting out the code. Almost all the changes are calls to gccjit* functions which will eventually need to be ported to LLVM, but commenting them out for now allows static analysis to find any regressions where actual attempts to call undefined functions are made.