Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_compile.c6171 zend_ast_list *file_ast = zend_ast_get_list(CG(ast)); in zend_is_first_statement() local
6173 while (i < file_ast->children) { in zend_is_first_statement()
6174 if (file_ast->child[i] == ast) { in zend_is_first_statement()
6176 } else if (file_ast->child[i] == NULL) { in zend_is_first_statement()
6180 } else if (file_ast->child[i]->kind != ZEND_AST_DECLARE) { in zend_is_first_statement()

Completed in 44 milliseconds