Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp.c169 …new_prefix = zend_string_concat3(ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix), ZSTR_VAL(encoded_key)… in php_url_encode_hash_ex()
191 …new_prefix = zend_string_concat3(ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix), index_int_as_str, ind… in php_url_encode_hash_ex()
193 …new_prefix = zend_string_concat3(num_prefix, num_prefix_len, index_int_as_str, index_int_as_str_le… in php_url_encode_hash_ex()
/php-src/Zend/
H A Dzend_string.c492 ZEND_API zend_string *zend_string_concat3( in zend_string_concat3() function
H A Dzend_string.h45 ZEND_API zend_string *zend_string_concat3(
H A Dzend_closures.c596 zend_string *combined = zend_string_concat3( in zend_closure_get_debug_info()
H A Dzend_generators.c1038 zend_string *combined = zend_string_concat3( in ZEND_METHOD()
H A Dzend_execute_API.c1304 code_str = zend_string_concat3( in zend_eval_stringl()
H A Dzend_compile.c1000 return zend_string_concat3( in zend_create_member_string()
1007 return zend_string_concat3(name1, name1_len, "\\", 1, name2, name2_len); in zend_concat_names()
1321 result = zend_string_concat3(ZSTR_VAL(type), ZSTR_LEN(type), in add_type_string()
1325 result = zend_string_concat3( in add_type_string()
1370 …zend_string *result = zend_string_concat3("(", 1, ZSTR_VAL(intersection_str), ZSTR_LEN(intersectio… in add_intersection_type()
H A Dzend_API.c5242 zend_string *code = zend_string_concat3( in get_default_via_ast()
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst85 - - ``zend_string_concat3(...)``
/php-src/Zend/Optimizer/
H A Dcompact_literals.c142 key = zend_string_concat3( in create_str_cache_key()
/php-src/ext/phar/
H A Dfunc_interceptors.c144 name = zend_string_concat3( in phar_get_name_for_relative_paths()
/php-src/ext/spl/
H A Dspl_iterators.c1176 zend_string *result = zend_string_concat3( in PHP_METHOD()
1213 zend_string *result = zend_string_concat3( in PHP_METHOD()
H A Dspl_directory.c257 intern->file_name = zend_string_concat3( in spl_filesystem_object_get_file_name()
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c881 bp_code = zend_string_concat3( in phpdbg_create_conditional_break()
/php-src/ext/pgsql/
H A Dpgsql.c4724 return zend_string_concat3("E'", strlen("E'"), ZSTR_VAL(src), ZSTR_LEN(src), "'", strlen("'")); in php_pgsql_add_quotes()
/php-src/ext/date/
H A Dphp_date.c2863 zend_string *tmp = zend_string_concat3( in php_date_initialize_from_hash()
/php-src/ext/reflection/
H A Dphp_reflection.c3007 RETVAL_NEW_STR(zend_string_concat3( in ZEND_METHOD()
/php-src/ext/ffi/
H A Dffi.c1739 return zend_string_concat3( in zend_ffi_get_class_name()

Completed in 205 milliseconds