php-compiler icon indicating copy to clipboard operation
php-compiler copied to clipboard

A compiler. For PHP

Results 38 php-compiler issues
Sort by recently updated
recently updated
newest added

The last commit is from 3 years ago... is the project dead ?

Hi I tried the examples on the README page but I got this error `php bin/compile.php test3.php` ``` PHP Fatal error: Uncaught FFI\Exception: Cannot instantiate FFI\CData of zero size in...

Hi, Hi encountered some issues using the php compiler on a simple test file printing "Hello World": ``` ➜ php-compiler git:(master) ✗ php bin/compile.php test.php PHP Fatal error: Uncaught FFI\Exception:...

> Fatal error: Uncaught TypeError: Argument 1 passed to PHPCompiler\Compiler::compileOps() must be of the type array, object given, called in /compiler/lib/Compiler.php on line 113 and defined in /compiler/lib/Compiler.php:60 Stack trace:...

Currently, this project targets being a drop-in replacement for PHP-SRC, implementing a JIT compiler and virtual machine, as well as AOT compilation. This would allow users to drop-in replace their...

PHP-Compiler seems too blah. Perhaps rename to PHPPHP? Or something else more creative?

Going to break a lot here... This doesn't work (yet). Opening a PR to show the current state, and what's changing.

in-progress

On my windows dev setup (standard git bash+docker) i get random crashes in the string tests... always the same but only in 10% of the runs. https://gist.github.com/PurHur/4d4bb8548d4adfd5afa093fffc6c8a4b Is that a...

I removed the php command because there is a cygwin support layer in bin/phpunit. Im no windows guy but looks fine for me? Error: ``` purhur@purhur-PC MINGW64 ~/php-compiler (master) $...