Searched refs:with_bracket (Results 1 – 1 of 1) sorted by relevance
9454 bool with_bracket = stmt_ast != NULL; in zend_compile_namespace() local9460 if (with_bracket) { in zend_compile_namespace()9467 if (!with_bracket) { in zend_compile_namespace()9475 bool is_first_namespace = (!with_bracket && !FC(current_namespace)) in zend_compile_namespace()9476 || (with_bracket && !FC(has_bracketed_namespaces)); in zend_compile_namespace()9501 if (with_bracket) { in zend_compile_namespace()
Completed in 67 milliseconds