Searched refs:with_bracket (Results 1 – 1 of 1) sorted by relevance
9462 bool with_bracket = stmt_ast != NULL; in zend_compile_namespace() local9468 if (with_bracket) { in zend_compile_namespace()9475 if (!with_bracket) { in zend_compile_namespace()9483 bool is_first_namespace = (!with_bracket && !FC(current_namespace)) in zend_compile_namespace()9484 || (with_bracket && !FC(has_bracketed_namespaces)); in zend_compile_namespace()9509 if (with_bracket) { in zend_compile_namespace()
Completed in 31 milliseconds