Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c1057 static zend_string *zend_concat_names(char *name1, size_t name1_len, char *name2, size_t name2_len)… in zend_concat_names() function
1064 return zend_concat_names(ZSTR_VAL(ns), ZSTR_LEN(ns), ZSTR_VAL(name), ZSTR_LEN(name)); in zend_prefix_with_ns()
1119 return zend_concat_names( in zend_resolve_non_class_name()
1184 return zend_concat_names( in zend_resolve_class_name()
9404 …zend_string *compound_ns = zend_concat_names(ZSTR_VAL(ns), ZSTR_LEN(ns), ZSTR_VAL(name), ZSTR_LEN(… in zend_compile_group_use()

Completed in 30 milliseconds