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.c6828 static zend_result zend_is_first_statement(zend_ast *ast, bool allow_nop) /* {{{ */ in zend_is_first_statement() function
6873 if (FAILURE == zend_is_first_statement(ast, /* allow_nop */ 0)) { in zend_compile_declare()
6880 if (FAILURE == zend_is_first_statement(ast, /* allow_nop */ 0)) { in zend_compile_declare()
9485 if (is_first_namespace && FAILURE == zend_is_first_statement(ast, /* allow_nop */ 1)) { in zend_compile_namespace()

Completed in 58 milliseconds