Home
last modified time | relevance | path

Searched refs:zend_string_alloc (Results 26 – 50 of 88) sorted by relevance

1234

/PHP-8.0/ext/standard/
H A Dstring.c120 zend_string *str = zend_string_alloc(target_length, 0); in php_hex2bin()
1366 zend_string *res = zend_string_alloc(ZSTR_LEN(s), 0); in php_string_toupper()
1431 zend_string *res = zend_string_alloc(ZSTR_LEN(s), 0); in php_string_tolower()
2683 new_str = zend_string_alloc(ZSTR_LEN(str), 0);
2703 new_str = zend_string_alloc(ZSTR_LEN(str), 0);
2893 result = zend_string_alloc(ZSTR_LEN(str) - char_count, 0);
3119 new_str = zend_string_alloc(length, 0);
3263 n = zend_string_alloc(ZSTR_LEN(str), 0);
4386 broken_str = zend_string_alloc(str_len, 0);
5570 ret = zend_string_alloc(ZSTR_LEN(str), 0);
[all …]
H A Dmath.c846 ret = zend_string_alloc(len, 0); in _php_math_longtobase_pwr2()
1081 res = zend_string_alloc(reslen, 0); in _php_math_number_format_ex()
H A Dpack.c448 output = zend_string_alloc(outputsize, 0); in PHP_FUNCTION()
981 buf = zend_string_alloc(len, 0); in PHP_FUNCTION()
H A Ddns_win32.c226 txt = zend_string_alloc(txt_len, 0); in php_parserr()
H A Dhtml.c1005 ret = zend_string_alloc(new_size, 0); in php_unescape_html_entities()
1152 replaced = zend_string_alloc(maxlen, 0); in php_escape_html_entities_ex()
H A Dbrowscap.c158 res = zend_string_alloc(browscap_compute_regex_len(pattern), persistent); in browscap_convert_pattern()
H A Dformatted_print.c434 result = zend_string_alloc(size, 0); in php_formatted_print()
/PHP-8.0/Zend/
H A Dzend_operators.c1472 ZVAL_NEW_STR(result, zend_string_alloc(Z_STRLEN_P(op1), 0)); in bitwise_not_function()
1528 str = zend_string_alloc(Z_STRLEN_P(longer), 0); in bitwise_or_function()
1610 str = zend_string_alloc(Z_STRLEN_P(shorter), 0); in bitwise_and_function()
1692 str = zend_string_alloc(Z_STRLEN_P(shorter), 0); in bitwise_xor_function()
1899 result_str = zend_string_alloc(result_len, 0); in concat_function()
2391 t = zend_string_alloc(Z_STRLEN_P(str)+1, 0); in increment_string()
2652 zend_string *res = zend_string_alloc(length, persistent); in zend_string_tolower_ex()
2674 zend_string *res = zend_string_alloc(length, persistent); in zend_string_tolower_ex()
H A Dzend_API.c1846 lcname = zend_string_alloc(name_len, 0); in zend_startup_module_ex()
2033 lcname = zend_string_alloc(name_len, 0); in zend_register_module_ex()
2049 lcname = zend_string_alloc(name_len, module->type == MODULE_PERSISTENT); in zend_register_module_ex()
2538 lowercase_name = zend_string_alloc(fname_len, 0); in ZEND_END_ARG_INFO()
2572 lowercase_name = zend_string_alloc(fname_len, 0); in zend_unregister_functions()
2861 lcname = zend_string_alloc(name_len-1, persistent); in zend_register_class_alias_ex()
2864 lcname = zend_string_alloc(name_len, persistent); in zend_register_class_alias_ex()
2987 key = zend_string_alloc(class_name_length, 0); in zend_disable_class()
3715 lname = zend_string_alloc(name_len, 0); in zend_get_module_version()
/PHP-8.0/ext/phar/
H A Dstream.c894 new_str_key = zend_string_alloc(ZSTR_LEN(str_key) + to_len - from_len, 0); in phar_wrapper_rename()
919 new_str_key = zend_string_alloc(ZSTR_LEN(str_key) + to_len - from_len, 0); in phar_wrapper_rename()
937 new_str_key = zend_string_alloc(ZSTR_LEN(str_key) + to_len - from_len, 0); in phar_wrapper_rename()
/PHP-8.0/ext/openssl/
H A Dopenssl.c1969 ret = zend_string_alloc(n * 2, 0); in php_openssl_x509_fingerprint()
3990 zend_string *str = zend_string_alloc(len, 0); \
4808 data = zend_string_alloc(DH_size(dh), 0); in PHP_FUNCTION()
4931 out_buffer = zend_string_alloc(key_length, 0); in PHP_FUNCTION()
6274 cryptedbuf = zend_string_alloc(cryptedlen, 0); in PHP_FUNCTION()
6345 cryptedbuf = zend_string_alloc(cryptedlen, 0); in PHP_FUNCTION()
6401 cryptedbuf = zend_string_alloc(cryptedlen, 0); in PHP_FUNCTION()
6473 cryptedbuf = zend_string_alloc(cryptedlen, 0); in PHP_FUNCTION()
6571 sigbuf = zend_string_alloc(siglen, 0); in PHP_FUNCTION()
6942 sigbuf = zend_string_alloc(siglen, 0); in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c559 key_str = zend_string_alloc(key_len, 0); in PHP_FUNCTION()
/PHP-8.0/ext/zlib/
H A Dzlib.c397 out = zend_string_alloc(PHP_ZLIB_BUFFER_SIZE_GUESS(in_len), 0); in php_zlib_encode()
981 out = zend_string_alloc((in_len > CHUNK_SIZE) ? in_len : CHUNK_SIZE, 0); in PHP_FUNCTION()
1217 out = zend_string_alloc(out_size, 0); in PHP_FUNCTION()
/PHP-8.0/ext/session/
H A Dmod_files.c495 *val = zend_string_alloc(sbuf.st_size, 0); in PS_READ_FUNC()
/PHP-8.0/ext/bz2/
H A Dbz2.c467 dest = zend_string_alloc(dest_len, 0); in PHP_FUNCTION()
/PHP-8.0/main/streams/
H A Dstreams.c763 zend_string *str = zend_string_alloc(len, 0); in php_stream_read_to_str()
1106 ret_buf = zend_string_alloc(tent_ret_len, 0); in php_stream_get_record()
1467 result = zend_string_alloc(maxlen, persistent); in _php_stream_copy_to_mem()
1505 result = zend_string_alloc(max_len, persistent); in _php_stream_copy_to_mem()
/PHP-8.0/ext/sockets/
H A Dconversions.c565 zend_string *str = zend_string_alloc(size - 1, 0); in to_zval_read_sin_addr()
615 zend_string *str = zend_string_alloc(size - 1, 0); in to_zval_read_sin6_addr()
1205 zend_string *buf = zend_string_alloc(len, 0); in to_zval_read_iov()
H A Dsockets.c1042 tmpbuf = zend_string_alloc(length, 0);
1473 recv_buf = zend_string_alloc(len, 0);
1555 recv_buf = zend_string_alloc(arg3 + 1, 0);
/PHP-8.0/ext/intl/locale/
H A Dlocale_methods.c310 tag_value = zend_string_alloc( buflen, 0); in get_icu_value_internal()
676 zend_string *kw_value_str = zend_string_alloc(kw_value_len, 0); in PHP_FUNCTION()
/PHP-8.0/ext/readline/
H A Dreadline_cli.c535 class_name = zend_string_alloc(class_name_len, 0); in cli_completion_generator()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c1730 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1819 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1968 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_func_impl()
2028 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_func_impl()
/PHP-8.0/ext/json/
H A Djson_scanner.re267 str = zend_string_alloc(len, 0);
/PHP-8.0/ext/intl/uchar/
H A Duchar.c233 buffer = zend_string_alloc(buffer_len, 0); in IC_METHOD()
/PHP-8.0/ext/zend_test/
H A Dtest.c109 res = zend_string_alloc(ZSTR_LEN(str), 0); in ZEND_FUNCTION()
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c516 ZVAL_NEW_STR(parameter, zend_string_alloc(srclen, 0)); in odbc_stmt_param_hook()

Completed in 158 milliseconds

1234