Home
last modified time | relevance | path

Searched refs:ZEND_AST_STATIC (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_ast.h119 ZEND_AST_STATIC, enumerator
H A Dzend_language_parser.y700 T_VARIABLE { $$ = zend_ast_create(ZEND_AST_STATIC, $1, NULL); }
701 | T_VARIABLE '=' expr { $$ = zend_ast_create(ZEND_AST_STATIC, $1, $3); }
H A Dzend_ast.c1436 case ZEND_AST_STATIC: in zend_ast_export_ex()
H A Dzend_compile.c7801 case ZEND_AST_STATIC: in zend_compile_stmt()

Completed in 59 milliseconds