zend_string_realloc  293 Zend/zend_vm_def.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 4564 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 8539 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 10395 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 30115 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 35370 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 38066 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 41095 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 43473 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc 44618 Zend/zend_vm_execute.h 				str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
zend_string_realloc  313 ext/intl/locale/locale_methods.c 			tag_value = zend_string_realloc( tag_value , buflen, 0);
zend_string_realloc  212 ext/opcache/zend_file_cache.c 		ZCG(mem) = (void*)zend_string_realloc(
zend_string_realloc 1304 ext/pcre/php_pcre.c 						result = zend_string_realloc(result, alloc_len, 0);
zend_string_realloc 1416 ext/soap/php_http.c 						http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0);
zend_string_realloc 1490 ext/soap/php_http.c 				http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0);
zend_string_realloc  960 ext/zlib/zlib.c 					out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0);
zend_string_realloc  973 ext/zlib/zlib.c 					out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0);
zend_string_realloc 1010 ext/zlib/zlib.c 		out = zend_string_realloc(out, buffer_used, 0);