Searched refs:ZEND_AST_DECLARE (Results 1 – 4 of 4) sorted by relevance
126 ZEND_AST_DECLARE, enumerator
860 case ZEND_AST_DECLARE: in zend_ast_export_stmt()1488 case ZEND_AST_DECLARE: in zend_ast_export_ex()
445 { $$ = zend_ast_create(ZEND_AST_DECLARE, $3, $6); }
4350 } else if (file_ast->child[i]->kind != ZEND_AST_DECLARE) { in zend_declare_is_first_statement()7146 case ZEND_AST_DECLARE: in zend_compile_stmt()
Completed in 57 milliseconds