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.c6497 zend_ast_list *file_ast = zend_ast_get_list(CG(ast)); in zend_is_first_statement() local
6499 while (i < file_ast->children) { in zend_is_first_statement()
6500 if (file_ast->child[i] == ast) { in zend_is_first_statement()
6502 } else if (file_ast->child[i] == NULL) { in zend_is_first_statement()
6506 } else if (file_ast->child[i]->kind != ZEND_AST_DECLARE) { in zend_is_first_statement()

Completed in 41 milliseconds