result_str       1638 Zend/zend_operators.c 		zend_string *result_str;
result_str       1648 Zend/zend_operators.c 			result_str = zend_string_extend(Z_STR_P(result), result_len, 0);
result_str       1650 Zend/zend_operators.c 			result_str = zend_string_alloc(result_len, 0);
result_str       1651 Zend/zend_operators.c 			memcpy(ZSTR_VAL(result_str), Z_STRVAL_P(op1), op1_len);
result_str       1657 Zend/zend_operators.c 		ZVAL_NEW_STR(result, result_str);
result_str       1659 Zend/zend_operators.c 		memcpy(ZSTR_VAL(result_str) + op1_len, Z_STRVAL_P(op2), op2_len);
result_str       1660 Zend/zend_operators.c 		ZSTR_VAL(result_str)[result_len] = '\0';
result_str       1540 ext/intl/locale/locale_methods.c 	zend_string* 	result_str	= NULL;
result_str       1560 ext/intl/locale/locale_methods.c 	result_str = lookup_loc_range(loc_range, hash_arr, boolCanonical);
result_str       1561 ext/intl/locale/locale_methods.c 	if(result_str == NULL || ZSTR_VAL(result_str)[0] == '\0') {
result_str       1563 ext/intl/locale/locale_methods.c 			result_str = zend_string_copy(fallback_loc_str);
result_str       1569 ext/intl/locale/locale_methods.c 	RETURN_STR(result_str);
result_str       1015 ext/pcre/php_pcre.c 	zend_string *result_str;
result_str       1038 ext/pcre/php_pcre.c 		result_str = zval_get_string(&retval);
result_str       1045 ext/pcre/php_pcre.c 		result_str = zend_string_init(&subject[offsets[0]], offsets[1] - offsets[0], 0);
result_str       1050 ext/pcre/php_pcre.c 	return result_str;