Searched refs:ZEND_AST_CONST_ELEM (Results 1 – 3 of 3) sorted by relevance
127 ZEND_AST_CONST_ELEM, enumerator
813 identifier '=' expr { $$ = zend_ast_create(ZEND_AST_CONST_ELEM, $1, $3); }817 T_STRING '=' expr { $$ = zend_ast_create(ZEND_AST_CONST_ELEM, $1, $3); }
1505 case ZEND_AST_CONST_ELEM: in zend_ast_export_ex()
Completed in 19 milliseconds