zephir icon indicating copy to clipboard operation
zephir copied to clipboard

Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP

Results 111 zephir issues
Sort by recently updated
recently updated
newest added

Currently if we have a signature like this: ```php public static function query( container = null) -> ``` The stubs will generate a signature like this: ```php /** * @param...

bug
minor