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

Empty list on php-ast(version30) + PHP7.1 + Windows #41

Closed
algo13 opened this issue Jan 18, 2017 · 2 comments
Closed

Empty list on php-ast(version30) + PHP7.1 + Windows #41

algo13 opened this issue Jan 18, 2017 · 2 comments

Comments

@algo13
Copy link

algo13 commented Jan 18, 2017

<?php
// php-ast.dll(php_ast-20161209-7.1-ts-vc14-x64)

//var_dump(ast\parse_code('<?php list(,) = 1;', 35)); //< OK
var_dump(ast\parse_code('<?php list(,) = 1;', 30)); //< An "CLI Stop" dialog is displayed
>	php_ast-20161209-7.1-ts-vc14-x64.dll!ast_to_zval(_zval_struct * zv, _zend_ast * ast, __int64 version) line 487	C
 	php_ast-20161209-7.1-ts-vc14-x64.dll!ast_fill_children_ht(_zend_array * ht, _zend_ast * ast, __int64 version) line 418	C
 	php_ast-20161209-7.1-ts-vc14-x64.dll!ast_to_zval(_zval_struct * zv, _zend_ast * ast, __int64 version) line 568	C
 	php_ast-20161209-7.1-ts-vc14-x64.dll!ast_fill_children_ht(_zend_array * ht, _zend_ast * ast, __int64 version) line 418	C
 	php_ast-20161209-7.1-ts-vc14-x64.dll!ast_to_zval(_zval_struct * zv, _zend_ast * ast, __int64 version) line 568	C
 	php_ast-20161209-7.1-ts-vc14-x64.dll!zif_parse_code(_zend_execute_data * execute_data, _zval_struct * return_value) line 689	C
 	php_xdebug-2.5.0-7.1-vc14-x86_64.dll!00007ffa7c296621()	unknown
 	php7ts.dll!00007ffa631e9951()	unknown
 	php7ts.dll!00007ffa63279c8a()	unknown
 	php7ts.dll!00007ffa62e25114()	unknown
 	php_xdebug-2.5.0-7.1-vc14-x86_64.dll!00007ffa7c295f88()	unknown
 	php7ts.dll!00007ffa62e56dc1()	unknown
 	php7ts.dll!00007ffa62e5687e()	unknown
 	php7ts.dll!00007ffa62e56698()	unknown
 	php.exe!00007ff6a65a1dca()	unknown
 	php.exe!00007ff6a65a1566()	unknown
 	php.exe!00007ff6a65a2879()	unknown
@nikic
Copy link
Owner

nikic commented Jan 18, 2017

This looks like a duplicate of #36. Just released a new version with this fix.

@nikic nikic closed this as completed Jan 18, 2017
@algo13
Copy link
Author

algo13 commented Jan 19, 2017

@nikic Thanks for the released !!
Is it possible to release the DLL ?

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

No branches or pull requests

2 participants