in_namespace      204 Zend/zend_compile.c 	CG(in_namespace) = 0;
in_namespace     5594 Zend/zend_compile.c 	if (CG(has_bracketed_namespaces) && CG(in_namespace)) {
in_namespace     5604 Zend/zend_compile.c 	if (CG(in_namespace)) {
in_namespace     6923 Zend/zend_compile.c 			if (CG(has_bracketed_namespaces) && !CG(in_namespace)) {
in_namespace     7082 Zend/zend_compile.c 		} else if (CG(current_namespace) || CG(in_namespace)) {
in_namespace     7100 Zend/zend_compile.c 	CG(in_namespace) = 1;
in_namespace     7390 Zend/zend_compile.c 	if (CG(has_bracketed_namespaces) && !CG(in_namespace)) {
in_namespace     7398 Zend/zend_compile.c 	CG(in_namespace) = 0;
in_namespace      136 Zend/zend_globals.h 	zend_bool  in_namespace;