Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c6494 static zend_result zend_is_first_statement(zend_ast *ast, bool allow_nop) /* {{{ */ in zend_is_first_statement() function
6539 if (FAILURE == zend_is_first_statement(ast, /* allow_nop */ 0)) { in zend_compile_declare()
6546 if (FAILURE == zend_is_first_statement(ast, /* allow_nop */ 0)) { in zend_compile_declare()
8767 if (is_first_namespace && FAILURE == zend_is_first_statement(ast, /* allow_nop */ 1)) { in zend_compile_namespace()

Completed in 34 milliseconds