Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_string.c468 ZEND_API zend_string *zend_string_concat2( in zend_string_concat2() function
H A Dzend_string.h40 ZEND_API zend_string *zend_string_concat2(
H A Dzend_API.c3859 return zend_string_concat2( in zend_get_callable_name_ex()
H A Dzend_compile.c1307 zend_string *nullable_str = zend_string_concat2("?", 1, ZSTR_VAL(str), ZSTR_LEN(str)); in zend_type_to_string_resolved()
/PHP-8.2/ext/standard/
H A Dpack.c901 real_name = zend_string_concat2(name, namelen, res, digits); in PHP_FUNCTION()
/PHP-8.2/Zend/Optimizer/
H A Dcompact_literals.c137 key = zend_string_concat2( in create_str_cache_key()
/PHP-8.2/ext/dba/
H A Ddba.c524 persistent_resource_key = zend_string_concat2( in php_dba_open()
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c615 key = zend_string_concat2( in pcre_get_compiled_regex_cache_ex()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c3051 return zend_string_concat2("?", strlen("?"), ZSTR_VAL(iterable), ZSTR_LEN(iterable)); in zend_named_reflection_type_to_string()

Completed in 111 milliseconds