Home
last modified time | relevance | path

Searched refs:current_ns (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_compile.c6677 zend_string *current_ns = FC(current_namespace); in zend_compile_use() local
6700 if (!current_ns) { in zend_compile_use()
6723 if (current_ns) { in zend_compile_use()
6724 zend_string *ns_name = zend_string_alloc(ZSTR_LEN(current_ns) + 1 + ZSTR_LEN(new_name), 0); in zend_compile_use()
6725 zend_str_tolower_copy(ZSTR_VAL(ns_name), ZSTR_VAL(current_ns), ZSTR_LEN(current_ns)); in zend_compile_use()
6726 ZSTR_VAL(ns_name)[ZSTR_LEN(current_ns)] = '\\'; in zend_compile_use()
6727 …memcpy(ZSTR_VAL(ns_name) + ZSTR_LEN(current_ns) + 1, ZSTR_VAL(lookup_name), ZSTR_LEN(lookup_name) … in zend_compile_use()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4640 uint64_t current_ns, target_ns, diff_ns; local
4652 current_ns = ((uint64_t) tm.tv_sec) * ns_per_sec + ((uint64_t) tm.tv_usec) * 1000;
4653 if (target_ns < current_ns) {
4658 diff_ns = target_ns - current_ns;

Completed in 38 milliseconds