Searched refs:prop_ast (Results 1 – 1 of 1) sorted by relevance
2736 zend_ast *prop_ast = ast->child[1]; in zend_delayed_compile_prop() local2747 zend_compile_expr(&prop_node, prop_ast); in zend_delayed_compile_prop()2777 zend_ast *prop_ast = ast->child[1]; in zend_compile_static_prop_common() local2784 zend_compile_expr(&prop_node, prop_ast); in zend_compile_static_prop_common()6029 zend_ast *prop_ast = list->child[i]; in zend_compile_prop_decl() local6030 zend_ast *name_ast = prop_ast->child[0]; in zend_compile_prop_decl()6031 zend_ast *value_ast = prop_ast->child[1]; in zend_compile_prop_decl()6032 zend_ast *doc_comment_ast = prop_ast->child[2]; in zend_compile_prop_decl()
Completed in 27 milliseconds