mirror of https://github.com/php/php-src
Browse Source
Currently, `foo` is reserialized as `'foo'` due to misuse of zend_ast_export(). ZEND_AST_SHELL_EXEC can only contain ZEND_AST_ZVAL(string) or ZEND_AST_ENCAPS_LIST, so just handle the ZEND_AST_ZVAL(string) case directly.pull/1894/merge
2 changed files with 16 additions and 1 deletions
Loading…
Reference in new issue