zend_ast: Wrap class names in parens during export when they are an expression#22389
zend_ast: Wrap class names in parens during export when they are an expression#22389TimWolla wants to merge 1 commit into
Conversation
add205b to
9c7592b
Compare
|
|
9c7592b to
6d478dd
Compare
|
I had seen that and then during testing it complained about Now fixed, thanks. |
| zend_ast *method_ast = ast->child[1]; | ||
|
|
||
| /* see zend_compile_parent_property_hook_call() */ | ||
| bool parent_hook = !( |
There was a problem hiding this comment.
This should be moved to a function. That also avoids the comment above.
Fixes #22387.