Home
last modified time | relevance | path

Searched refs:result_str (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/intl/locale/
H A Dlocale_methods.c1553 zend_string* result_str = NULL; in PHP_FUNCTION() local
1581 result_str = lookup_loc_range(loc_range, hash_arr, boolCanonical); in PHP_FUNCTION()
1582 if(result_str == NULL || ZSTR_VAL(result_str)[0] == '\0') { in PHP_FUNCTION()
1584 result_str = zend_string_copy(fallback_loc_str); in PHP_FUNCTION()
1590 RETURN_STR(result_str); in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_operators.c1743 zend_string *result_str; in concat_function() local
1761 result_str = zend_string_extend(Z_STR_P(result), result_len, 0); in concat_function()
1763 result_str = zend_string_alloc(result_len, 0); in concat_function()
1764 memcpy(ZSTR_VAL(result_str), Z_STRVAL_P(op1), op1_len); in concat_function()
1773 ZVAL_NEW_STR(result, result_str); in concat_function()
1775 memcpy(ZSTR_VAL(result_str) + op1_len, Z_STRVAL_P(op2), op2_len); in concat_function()
1776 ZSTR_VAL(result_str)[result_len] = '\0'; in concat_function() local
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c1109 zend_string *result_str; in preg_do_repl_func() local
1132 result_str = zval_get_string(&retval); in preg_do_repl_func()
1139 result_str = zend_string_init(&subject[offsets[0]], offsets[1] - offsets[0], 0); in preg_do_repl_func()
1144 return result_str; in preg_do_repl_func()

Completed in 19 milliseconds