Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zephir_parse_file terminates the program without any error messages #1409

Closed
pakey opened this issue Mar 21, 2017 · 4 comments
Closed

zephir_parse_file terminates the program without any error messages #1409

pakey opened this issue Mar 21, 2017 · 4 comments

Comments

@pakey
Copy link

pakey commented Mar 21, 2017

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?

@sergeyklay
Copy link
Member

Try to check log file.

@pakey
Copy link
Author

pakey commented Mar 22, 2017

the log file is empty

@sergeyklay
Copy link
Member

Is it posible to see source to reproduce?

@sergeyklay
Copy link
Member

This issue was moved to zephir-lang/php-zephir-parser#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants