Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp.c171 …new_prefix = zend_string_concat2(ZSTR_VAL(encoded_key), ZSTR_LEN(encoded_key), "%5B", strlen("%5B"… in php_url_encode_hash_ex()
195 new_prefix = zend_string_concat2(index_int_as_str, index_int_as_str_len, "%5B", strlen("%5B")); in php_url_encode_hash_ex()
H A Dpack.c901 real_name = zend_string_concat2(name, namelen, res, digits); in PHP_FUNCTION()
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst82 - - ``zend_string_concat2(s1, l1, s2, l2)``
86 - Same as ``zend_string_concat2``, but for three character buffers.
/php-src/Zend/
H A Dzend_string.c478 ZEND_API zend_string *zend_string_concat2( in zend_string_concat2() function
H A Dzend_string.h42 ZEND_API zend_string *zend_string_concat2(
H A Dzend_API.c4047 return zend_string_concat2( in zend_get_callable_name_ex()
H A Dzend_compile.c1459 zend_string *nullable_str = zend_string_concat2("?", 1, ZSTR_VAL(str), ZSTR_LEN(str)); in zend_type_to_string_resolved()
/php-src/Zend/Optimizer/
H A Dcompact_literals.c137 key = zend_string_concat2( in create_str_cache_key()
/php-src/ext/pcre/
H A Dphp_pcre.c614 key = zend_string_concat2( in pcre_get_compiled_regex_cache_ex()
/php-src/ext/mbstring/
H A Dmbstring.c2980 …zend_string *retval = zend_string_concat2(ZSTR_VAL(head), ZSTR_LEN(head), ZSTR_VAL(second), ZSTR_L… in php_mb_ulcfirst()
/php-src/ext/reflection/
H A Dphp_reflection.c3075 return zend_string_concat2("?", strlen("?"), ZSTR_VAL(iterable), ZSTR_LEN(iterable)); in zend_named_reflection_type_to_string()

Completed in 105 milliseconds