Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c6831 zend_ast_list *file_ast = zend_ast_get_list(CG(ast)); in zend_is_first_statement() local
6833 while (i < file_ast->children) { in zend_is_first_statement()
6834 if (file_ast->child[i] == ast) { in zend_is_first_statement()
6836 } else if (file_ast->child[i] == NULL) { in zend_is_first_statement()
6840 } else if (file_ast->child[i]->kind != ZEND_AST_DECLARE) { in zend_is_first_statement()

Completed in 71 milliseconds