Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c5912 zend_ast_list *file_ast = zend_ast_get_list(CG(ast)); in zend_is_first_statement() local
5914 while (i < file_ast->children) { in zend_is_first_statement()
5915 if (file_ast->child[i] == ast) { in zend_is_first_statement()
5917 } else if (file_ast->child[i] == NULL) { in zend_is_first_statement()
5921 } else if (file_ast->child[i]->kind != ZEND_AST_DECLARE) { in zend_is_first_statement()

Completed in 48 milliseconds