Home
last modified time | relevance | path

Searched refs:ZEND_AST_CONST_ELEM (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_ast.h127 ZEND_AST_CONST_ELEM, enumerator
H A Dzend_language_parser.y813 identifier '=' expr { $$ = zend_ast_create(ZEND_AST_CONST_ELEM, $1, $3); }
817 T_STRING '=' expr { $$ = zend_ast_create(ZEND_AST_CONST_ELEM, $1, $3); }
H A Dzend_ast.c1505 case ZEND_AST_CONST_ELEM: in zend_ast_export_ex()

Completed in 12 milliseconds