Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h137 ZEND_AST_DECLARE, enumerator
H A Dzend_ast.c1230 case ZEND_AST_DECLARE: in zend_ast_export_stmt()
2000 case ZEND_AST_DECLARE: in zend_ast_export_ex()
H A Dzend_language_parser.y507 { $$ = zend_ast_create(ZEND_AST_DECLARE, $3, $6); }
H A Dzend_compile.c5921 } else if (file_ast->child[i]->kind != ZEND_AST_DECLARE) { in zend_is_first_statement()
9452 case ZEND_AST_DECLARE: in zend_compile_stmt()

Completed in 59 milliseconds