Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c1004 static zend_string *zend_concat_names(char *name1, size_t name1_len, char *name2, size_t name2_len)… in zend_concat_names() argument
1005 return zend_string_concat3(name1, name1_len, "\\", 1, name2, name2_len); in zend_concat_names()

Completed in 50 milliseconds