current_namespace  203 Zend/zend_compile.c 	CG(current_namespace) = NULL;
current_namespace 1714 Zend/zend_compile.c 		if (CG(current_namespace)) {
current_namespace 1718 Zend/zend_compile.c 			tmp.u.constant = *CG(current_namespace);
current_namespace 1987 Zend/zend_compile.c 	if (check_namespace && CG(current_namespace) && !is_compound) {
current_namespace 2179 Zend/zend_compile.c 	if (CG(current_namespace)) {
current_namespace 2181 Zend/zend_compile.c 		Z_STRLEN(tmp.u.constant) = sizeof("\\")-1 + Z_STRLEN(element_name->u.constant) + Z_STRLEN_P(CG(current_namespace));
current_namespace 2183 Zend/zend_compile.c 		memcpy(Z_STRVAL(tmp.u.constant), Z_STRVAL_P(CG(current_namespace)), Z_STRLEN_P(CG(current_namespace)));
current_namespace 2184 Zend/zend_compile.c 		memcpy(&(Z_STRVAL(tmp.u.constant)[Z_STRLEN_P(CG(current_namespace))]), "\\", sizeof("\\")-1);
current_namespace 2185 Zend/zend_compile.c 		memcpy(&(Z_STRVAL(tmp.u.constant)[Z_STRLEN_P(CG(current_namespace)) + sizeof("\\")-1]), Z_STRVAL(element_name->u.constant), Z_STRLEN(element_name->u.constant)+1);
current_namespace 2306 Zend/zend_compile.c 			if (CG(current_namespace)) {
current_namespace 2308 Zend/zend_compile.c 				tmp.u.constant = *CG(current_namespace);
current_namespace 2314 Zend/zend_compile.c 	} else if (CG(current_import) || CG(current_namespace)) {
current_namespace 2324 Zend/zend_compile.c 		} else if (CG(current_namespace)) {
current_namespace 2327 Zend/zend_compile.c 			tmp.u.constant = *CG(current_namespace);
current_namespace 5150 Zend/zend_compile.c 	if (CG(current_namespace)) {
current_namespace 5155 Zend/zend_compile.c 		tmp.u.constant = *CG(current_namespace);
current_namespace 5813 Zend/zend_compile.c 				if (check_namespace && CG(current_namespace)) {
current_namespace 7045 Zend/zend_compile.c 			if (CG(current_namespace)) {
current_namespace 7050 Zend/zend_compile.c 				tmp.u.constant = *CG(current_namespace);
current_namespace 7072 Zend/zend_compile.c 		if (CG(current_namespace)) {
current_namespace 7082 Zend/zend_compile.c 		} else if (CG(current_namespace) || CG(in_namespace)) {
current_namespace 7087 Zend/zend_compile.c 	if (((!with_bracket && !CG(current_namespace)) || (with_bracket && !CG(has_bracketed_namespaces))) && CG(active_op_array)->last > 0) {
current_namespace 7115 Zend/zend_compile.c 		if (CG(current_namespace)) {
current_namespace 7116 Zend/zend_compile.c 			zval_dtor(CG(current_namespace));
current_namespace 7118 Zend/zend_compile.c 			ALLOC_ZVAL(CG(current_namespace));
current_namespace 7120 Zend/zend_compile.c 		*CG(current_namespace) = name->u.constant;
current_namespace 7122 Zend/zend_compile.c 		if (CG(current_namespace)) {
current_namespace 7123 Zend/zend_compile.c 			zval_dtor(CG(current_namespace));
current_namespace 7124 Zend/zend_compile.c 			FREE_ZVAL(CG(current_namespace));
current_namespace 7125 Zend/zend_compile.c 			CG(current_namespace) = NULL;
current_namespace 7182 Zend/zend_compile.c 			warn = !CG(current_namespace);
current_namespace 7195 Zend/zend_compile.c 	if (CG(current_namespace)) {
current_namespace 7197 Zend/zend_compile.c 		char *c_ns_name = emalloc(Z_STRLEN_P(CG(current_namespace)) + 1 + Z_STRLEN_P(name) + 1);
current_namespace 7199 Zend/zend_compile.c 		zend_str_tolower_copy(c_ns_name, Z_STRVAL_P(CG(current_namespace)), Z_STRLEN_P(CG(current_namespace)));
current_namespace 7200 Zend/zend_compile.c 		c_ns_name[Z_STRLEN_P(CG(current_namespace))] = '\\';
current_namespace 7201 Zend/zend_compile.c 		memcpy(c_ns_name+Z_STRLEN_P(CG(current_namespace))+1, lcname, Z_STRLEN_P(name)+1);
current_namespace 7202 Zend/zend_compile.c 		if (zend_hash_exists(CG(class_table), c_ns_name, Z_STRLEN_P(CG(current_namespace)) + 1 + Z_STRLEN_P(name)+1)) {
current_namespace 7205 Zend/zend_compile.c 			if (Z_STRLEN_P(ns) != Z_STRLEN_P(CG(current_namespace)) + 1 + Z_STRLEN_P(name) ||
current_namespace 7259 Zend/zend_compile.c 			warn = !CG(current_namespace);
current_namespace 7269 Zend/zend_compile.c 	if (CG(current_namespace)) {
current_namespace 7271 Zend/zend_compile.c 		char *c_ns_name = emalloc(Z_STRLEN_P(CG(current_namespace)) + 1 + Z_STRLEN_P(name) + 1);
current_namespace 7273 Zend/zend_compile.c 		zend_str_tolower_copy(c_ns_name, Z_STRVAL_P(CG(current_namespace)), Z_STRLEN_P(CG(current_namespace)));
current_namespace 7274 Zend/zend_compile.c 		c_ns_name[Z_STRLEN_P(CG(current_namespace))] = '\\';
current_namespace 7275 Zend/zend_compile.c 		memcpy(c_ns_name+Z_STRLEN_P(CG(current_namespace))+1, lookup_name, Z_STRLEN_P(name)+1);
current_namespace 7276 Zend/zend_compile.c 		if (zend_hash_exists(lookup_table, c_ns_name, Z_STRLEN_P(CG(current_namespace)) + 1 + Z_STRLEN_P(name)+1)) {
current_namespace 7279 Zend/zend_compile.c 			if (Z_STRLEN_P(ns) != Z_STRLEN_P(CG(current_namespace)) + 1 + Z_STRLEN_P(name) ||
current_namespace 7354 Zend/zend_compile.c 	if (CG(current_namespace)) {
current_namespace 7359 Zend/zend_compile.c 		tmp.u.constant = *CG(current_namespace);
current_namespace 7399 Zend/zend_compile.c 	if (CG(current_namespace)) {
current_namespace 7400 Zend/zend_compile.c 		zval_dtor(CG(current_namespace));
current_namespace 7401 Zend/zend_compile.c 		FREE_ZVAL(CG(current_namespace));
current_namespace 7402 Zend/zend_compile.c 		CG(current_namespace) = NULL;
current_namespace  132 Zend/zend_globals.h 	zval      *current_namespace;
current_namespace 4167 Zend/zend_language_scanner.c 	if (CG(current_namespace)) {
current_namespace 4168 Zend/zend_language_scanner.c 		*zendlval = *CG(current_namespace);