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

Convert PHP 7 files to Zephir zep files and create a native PHP extension

Results 3 php-to-zephir issues
Sort by recently updated
recently updated
newest added

Hello, I wonder if this this project is alive/stable?

Hello. When you try to install your utility on ubuntu 18.04 composer reports "Could not find a version of package sandrokeil/php-to-zephir matching your minimum-stability (stable). Require it with an explicit...

php ``` function foo(?array $t) { } ``` converted zephir ``` function foo(?array t) { } ``` right syntax ``` function foo(array! t) { } ```