Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c5909 static zend_result zend_is_first_statement(zend_ast *ast, zend_bool allow_nop) /* {{{ */ in zend_is_first_statement() function
5954 if (FAILURE == zend_is_first_statement(ast, /* allow_nop */ 0)) { in zend_compile_declare()
5961 if (FAILURE == zend_is_first_statement(ast, /* allow_nop */ 0)) { in zend_compile_declare()
7718 if (is_first_namespace && FAILURE == zend_is_first_statement(ast, /* allow_nop */ 1)) { in zend_compile_namespace()

Completed in 32 milliseconds