Lines Matching refs:zend_string_safe_alloc

67 	result = zend_string_safe_alloc(oldlen, 2 * sizeof(char), 0, 0);  in php_bin2hex()
761 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
766 newtext = zend_string_safe_alloc(ZSTR_LEN(text), breakchar_len + 1, 0, 0); in PHP_FUNCTION()
1016 str = zend_string_safe_alloc(numelems - 1, ZSTR_LEN(glue), len, 0); in php_implode()
2174 dest = zend_string_safe_alloc(chunks, endlen, srclen, 0);
2217 result = zend_string_safe_alloc(ZSTR_LEN(str), 1, endlen, 0);
2423 result = zend_string_safe_alloc(1, ZSTR_LEN(str) - l + ZSTR_LEN(repl_str), 0, 0);
2569 result = zend_string_safe_alloc(1, result_len, 0, 0);
2576 result = zend_string_safe_alloc(1, result_len, 0, 0);
2584 result = zend_string_safe_alloc(1, result_len, 0, 0);
2627 str = zend_string_safe_alloc(2, ZSTR_LEN(old), 0, 0);
3126 result = zend_string_safe_alloc(char_count, to_len - 1, ZSTR_LEN(str), 0);
3201 new_str = zend_string_safe_alloc(count, str_len - needle_len, ZSTR_LEN(haystack), 0);
3279 new_str = zend_string_safe_alloc(count, str_len - ZSTR_LEN(lc_needle), ZSTR_LEN(haystack), 0);
3358 new_str = zend_string_safe_alloc(count, str_len - needle_len, length, 0);
3801 zend_string *new_str = zend_string_safe_alloc(4, len, 0, 0);
3942 new_str = zend_string_safe_alloc(2, ZSTR_LEN(str) - offset, offset, 0);
4119 new_str = zend_string_safe_alloc(2, ZSTR_LEN(str) - offset, offset, 0);
4777 result = zend_string_safe_alloc(repl_cnt, repl_len, ZSTR_LEN(str), 0);
5486 result = zend_string_safe_alloc(ZSTR_LEN(input_str), mult, 0, 0);
5773 result = zend_string_safe_alloc(1, ZSTR_LEN(input), num_pad_chars, 0);
6211 str = zend_string_safe_alloc(len, 2, 0, 0);