current_ns 5444 Zend/zend_compile.c zend_string *current_ns = FC(current_namespace); current_ns 5467 Zend/zend_compile.c if (!current_ns) { current_ns 5490 Zend/zend_compile.c if (current_ns) { current_ns 5491 Zend/zend_compile.c zend_string *ns_name = zend_string_alloc(ZSTR_LEN(current_ns) + 1 + ZSTR_LEN(new_name), 0); current_ns 5492 Zend/zend_compile.c zend_str_tolower_copy(ZSTR_VAL(ns_name), ZSTR_VAL(current_ns), ZSTR_LEN(current_ns)); current_ns 5493 Zend/zend_compile.c ZSTR_VAL(ns_name)[ZSTR_LEN(current_ns)] = '\\'; current_ns 5494 Zend/zend_compile.c memcpy(ZSTR_VAL(ns_name) + ZSTR_LEN(current_ns) + 1, ZSTR_VAL(lookup_name), ZSTR_LEN(lookup_name));