Home
last modified time | relevance | path

Searched refs:zend_string_alloc (Results 51 – 75 of 88) sorted by relevance

1234

/PHP-8.0/
H A DUPGRADING.INTERNALS218 - zend_string_alloc()
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c219 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
/PHP-8.0/Zend/
H A Dzend_builtin_functions.c1029 lcname = zend_string_alloc(ZSTR_LEN(name) - 1, 0); in class_exists_impl()
1083 lcname = zend_string_alloc(ZSTR_LEN(name) - 1, 0); in ZEND_FUNCTION()
H A Dzend_execute_API.c1045 lc_name = zend_string_alloc(ZSTR_LEN(name) - 1, 0); in zend_lookup_class_ex()
H A Dzend_vm_execute.h6358 str = zend_string_alloc(ZSTR_LEN(op1_str) + ZSTR_LEN(op2_str), 0); in ZEND_FAST_CONCAT_SPEC_CONST_CONST_HANDLER()
6418 str = zend_string_alloc(ZSTR_LEN(op1_str) + ZSTR_LEN(op2_str), 0); in ZEND_FAST_CONCAT_SPEC_CONST_CONST_HANDLER()
8237 str = zend_string_alloc(ZSTR_LEN(op1_str) + ZSTR_LEN(op2_str), 0); in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
8711 str = zend_string_alloc(ZSTR_LEN(op1_str) + ZSTR_LEN(op2_str), 0); in ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
11099 str = zend_string_alloc(ZSTR_LEN(op1_str) + ZSTR_LEN(op2_str), 0); in ZEND_FAST_CONCAT_SPEC_CONST_CV_HANDLER()
15444 str = zend_string_alloc(ZSTR_LEN(op1_str) + ZSTR_LEN(op2_str), 0); in ZEND_FAST_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
16867 str = zend_string_alloc(ZSTR_LEN(op1_str) + ZSTR_LEN(op2_str), 0); in ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
18182 str = zend_string_alloc(ZSTR_LEN(op1_str) + ZSTR_LEN(op2_str), 0); in ZEND_FAST_CONCAT_SPEC_TMPVAR_CV_HANDLER()
19364 ZVAL_STR(ret, zend_string_alloc(len, 0)); in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()
19804 ZVAL_STR(ret, zend_string_alloc(len, 0)); in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER()
[all …]
/PHP-8.0/ext/standard/
H A Ddns.c568 tp = zend_string_alloc(dlen, 0); in php_parserr()
H A Dstreamsfuncs.c408 read_buf = zend_string_alloc(to_read, 0); in PHP_FUNCTION()
H A Dfile.c1042 str = zend_string_alloc(len, 0); in PHP_FUNCTION()
/PHP-8.0/ext/intl/converter/
H A Dconverter.c662 ret = zend_string_alloc(ret_len, 0); in php_converter_do_convert()
/PHP-8.0/ext/pdo_oci/
H A Doci_statement.c259 Z_STR_P(parameter) = zend_string_alloc(param->max_value_len, 1); in oci_bind_output_cb()
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c235 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
731 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
H A Dsccp.c611 new_str = zend_string_alloc(index + 1, 0); in ct_eval_assign_dim()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c4126 ret = zend_string_alloc(2, 0); in php_mb_chr()
4131 ret = zend_string_alloc(3, 0); in php_mb_chr()
4137 ret = zend_string_alloc(4, 0); in php_mb_chr()
/PHP-8.0/ext/xml/
H A Dxml.c557 str = zend_string_alloc(len, 0); in xml_utf8_decode()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1262 lcname = zend_string_alloc(name_len, 0); in reflection_extension_factory()
4334 classname = zend_string_alloc(classname_len, 0); in ZEND_METHOD()
4952 … mname = zend_string_alloc(ZSTR_LEN(cur_ref->class_name) + ZSTR_LEN(cur_ref->method_name) + 2, 0); in ZEND_METHOD()
5942 relation = zend_string_alloc(len, 0); in ZEND_METHOD()
/PHP-8.0/ext/date/
H A Dphp_date.c1262 buf = zend_string_alloc(buf_len, 0); in php_strftime()
1873 zend_string *tmpstr = zend_string_alloc(sizeof("UTC+05:00")-1, 0); in date_object_get_properties_for()
1971 zend_string *tmpstr = zend_string_alloc(sizeof("UTC+05:00")-1, 0); in php_timezone_to_string()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1596 result_str = zend_string_alloc(result_len, 0); in zend_jit_fast_assign_concat_helper()
1617 result_str = zend_string_alloc(result_len, 0); in zend_jit_fast_concat_helper()
/PHP-8.0/ext/spl/
H A Dspl_iterators.c1178 str = zend_string_alloc(Z_STRLEN(prefix) + Z_STRLEN(entry) + Z_STRLEN(postfix), 0); in PHP_METHOD()
1230 str = zend_string_alloc(Z_STRLEN(prefix) + Z_STRLEN(key) + Z_STRLEN(postfix), 0); in PHP_METHOD()
/PHP-8.0/ext/gmp/
H A Dgmp.c658 str = zend_string_alloc(num_len, 0); in gmp_strval()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c2046 backup_phpdbg_compile = zend_string_alloc(data->len + 2, 1); in main()
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c1011 ZCG(mem) = zend_string_alloc(4096 - (_ZSTR_HEADER_SIZE + 1), 0);
/PHP-8.0/ext/iconv/
H A Diconv.c455 out_buf = zend_string_alloc(bsz, 0); in php_iconv_string()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1997 t = zend_string_alloc(j + 4, 0); in convert_libmagic_pattern()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c1660 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in register_bound_parameter_to_sqlite()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c2600 buf = zend_string_alloc(buf_len, 0); in PHP_FUNCTION()
4830 str = zend_string_alloc(Z_STRLEN_P(val) * 2, 0); in php_pgsql_convert()

Completed in 454 milliseconds

1234