From @pakey on March 21, 2017 16:46
There is no error feedback after executing zephir build
After checking found in the implementation to the Library/CompilerFile.php file
$ir = zephir_parse_file(file_get_contents($zepRealPath), $zepRealPath);
The program is terminated, no one after any output, and can not capture the specific error message,
What should I do if I do not know where I can do it?
Copied from original issue: zephir-lang/zephir#1409