zend_string_safe_alloc 254 Zend/zend_string.h ret = zend_string_safe_alloc(n, m, l, persistent); zend_string_safe_alloc 90 ext/filter/sanitizing_filters.c str = zend_string_safe_alloc(Z_STRLEN_P(value), 3, 0, 0); zend_string_safe_alloc 173 ext/hash/hash.c zend_string *hex_digest = zend_string_safe_alloc(ops->digest_size, 2, 0, 0); zend_string_safe_alloc 303 ext/hash/hash.c zend_string *hex_digest = zend_string_safe_alloc(ops->digest_size, 2, 0, 0); zend_string_safe_alloc 544 ext/hash/hash.c zend_string *hex_digest = zend_string_safe_alloc(digest_len, 2, 0, 0); zend_string_safe_alloc 1930 ext/pcre/php_pcre.c out_str = zend_string_safe_alloc(4, in_str_len, 0, 0); zend_string_safe_alloc 81 ext/standard/browscap.c res = zend_string_safe_alloc(Z_STRLEN_P(pattern), 2, 4, persistent); zend_string_safe_alloc 222 ext/standard/dns_win32.c txt = zend_string_safe_alloc(txt_len, 2, 0, 0); zend_string_safe_alloc 295 ext/standard/exec.c cmd = zend_string_safe_alloc(2, l, 0, 0); zend_string_safe_alloc 399 ext/standard/exec.c cmd = zend_string_safe_alloc(4, l, 2, 0); /* worst case */ zend_string_safe_alloc 221 ext/standard/iptc.c spoolbuf = zend_string_safe_alloc(1, iptcdata_len + sizeof(psheader) + 1024 + 1, sb.st_size, 0); zend_string_safe_alloc 155 ext/standard/quot_print.c ret = zend_string_safe_alloc(3, (length + (((3 * length)/(PHP_QPRINT_MAXL-9)) + 1)), 0, 0); zend_string_safe_alloc 143 ext/standard/string.c result = zend_string_safe_alloc(oldlen, 2 * sizeof(char), 0, 0); zend_string_safe_alloc 1001 ext/standard/string.c newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); zend_string_safe_alloc 1006 ext/standard/string.c newtext = zend_string_safe_alloc(ZSTR_LEN(text), breakchar_len + 1, 0, 0); zend_string_safe_alloc 1249 ext/standard/string.c str = zend_string_safe_alloc(numelems - 1, ZSTR_LEN(delim), len, 0); zend_string_safe_alloc 2347 ext/standard/string.c result = zend_string_safe_alloc(ZSTR_LEN(str), 1, endlen, 0); zend_string_safe_alloc 2717 ext/standard/string.c str = zend_string_safe_alloc(2, ZSTR_LEN(old), 0, 0); zend_string_safe_alloc 3157 ext/standard/string.c result = zend_string_safe_alloc(char_count, to_len - 1, ZSTR_LEN(str), 0); zend_string_safe_alloc 3239 ext/standard/string.c new_str = zend_string_safe_alloc(count, str_len - needle_len, ZSTR_LEN(haystack), 0); zend_string_safe_alloc 3321 ext/standard/string.c new_str = zend_string_safe_alloc(count, str_len - ZSTR_LEN(lc_needle), ZSTR_LEN(haystack), 0); zend_string_safe_alloc 3403 ext/standard/string.c new_str = zend_string_safe_alloc(count, str_len - needle_len, length, 0); zend_string_safe_alloc 3834 ext/standard/string.c zend_string *new_str = zend_string_safe_alloc(4, ZSTR_LEN(str), 0, 0); zend_string_safe_alloc 3909 ext/standard/string.c new_str = zend_string_safe_alloc(2, ZSTR_LEN(str) - offset, offset, 0); zend_string_safe_alloc 4431 ext/standard/string.c result = zend_string_safe_alloc(repl_cnt, repl_len, ZSTR_LEN(str), 0); zend_string_safe_alloc 5032 ext/standard/string.c result = zend_string_safe_alloc(ZSTR_LEN(input_str), mult, 0, 0); zend_string_safe_alloc 5375 ext/standard/string.c result = zend_string_safe_alloc(ZSTR_LEN(input), 1, num_pad_chars, 0); zend_string_safe_alloc 5616 ext/standard/string.c str = zend_string_safe_alloc(format_len, 1, 1024, 0); zend_string_safe_alloc 584 ext/xml/xml.c str = zend_string_safe_alloc(len, 4, 0, 0);