Home
last modified time | relevance | path

Searched refs:RETVAL_STR (Results 1 – 25 of 28) sorted by relevance

12

/php-src/ext/bcmath/
H A Dbcmath.c196 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
247 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
298 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
352 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
406 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
480 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
546 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
588 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
/php-src/ext/standard/
H A Dexec.c486 RETVAL_STR(php_escape_shell_cmd(command)); in PHP_FUNCTION()
508 RETVAL_STR(php_escape_shell_arg(argument)); in PHP_FUNCTION()
548 RETVAL_STR(ret);
H A Dmetaphone.c44 RETVAL_STR(result); in PHP_FUNCTION()
H A Dtype.c236 RETVAL_STR(zval_get_string(value)); in PHP_FUNCTION()
H A Dformatted_print.c775 RETVAL_STR(result); in PHP_FUNCTION()
801 RETVAL_STR(result); in PHP_FUNCTION()
H A Dmath.c1025 RETVAL_STR(_php_math_longtobase_pwr2(arg, 4));
1059 RETVAL_STR(result); in PHP_FUNCTION()
H A Dfile.c442 RETVAL_STR(contents); in PHP_FUNCTION()
711 RETVAL_STR(opened_path); in PHP_FUNCTION()
H A Ddns.c166 RETVAL_STR(hostname); in PHP_FUNCTION()
H A Dstring.c207 RETVAL_STR(result); in PHP_FUNCTION()
3067 RETVAL_STR(smart_str_extract(&result));
3442 RETVAL_STR(php_char_to_str_ex(str,
3450 RETVAL_STR(php_str_to_str_ex(str,
3534 RETVAL_STR(php_strtr_ex(str, ZSTR_VAL(from), ZSTR_VAL(to), MIN(ZSTR_LEN(from), ZSTR_LEN(to))));
H A Dhtml.c1334 RETVAL_STR(replaced); in php_html_entities()
H A Dstreamsfuncs.c353 RETVAL_STR(name); in PHP_FUNCTION()
/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp142 RETVAL_STR(u8str); in PHP_METHOD()
H A Ddateformat_attrcpp.cpp55 RETVAL_STR(u8str); in PHP_FUNCTION()
H A Ddateformat_format_object.cpp235 RETVAL_STR(u8str); in PHP_FUNCTION()
/php-src/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp133 RETVAL_STR(u8str); in PHP_METHOD()
/php-src/ext/bz2/
H A Dbz2.c551 RETVAL_STR(dest); in PHP_FUNCTION()
/php-src/ext/mbstring/
H A Dmbstring.c1620 RETVAL_STR(mb_convert_buf_result_raw(&buf)); in PHP_FUNCTION()
2181 RETVAL_STR(mb_get_substr(haystack, 0, n, enc)); in php_mb_strstr_variants()
2183 RETVAL_STR(mb_get_substr(haystack, n, MBFL_SUBSTR_UNTIL_END, enc)); in php_mb_strstr_variants()
2356 RETVAL_STR(mb_get_substr(str, real_from, real_len, enc)); in PHP_FUNCTION()
2680 RETVAL_STR(mb_trim_string(str, trimmarker, enc, from, width)); in PHP_FUNCTION()
2872 RETVAL_STR(ret); in PHP_FUNCTION()
2986 RETVAL_STR(retval); in php_mb_ulcfirst()
3673 RETVAL_STR(jp_kana_convert(str, enc, opt)); in PHP_FUNCTION()
4027 RETVAL_STR(html_numeric_entity_encode(str, enc, convmap, conversion_map_size, is_hex)); in PHP_FUNCTION()
4257 RETVAL_STR(html_numeric_entity_decode(str, enc, convmap, conversion_map_size)); in PHP_FUNCTION()
/php-src/ext/com_dotnet/
H A Dcom_com.c664 RETVAL_STR(php_com_olestring_to_string(guid_string, CP_ACP)); in PHP_FUNCTION()
/php-src/ext/iconv/
H A Diconv.c2049 RETVAL_STR(smart_str_extract(&retval)); in PHP_FUNCTION()
2090 RETVAL_STR(smart_str_extract(&retval)); in PHP_FUNCTION()
/php-src/ext/intl/locale/
H A Dlocale_methods.c511 RETVAL_STR( tag_value ); in get_icu_value_src_php()
/php-src/ext/phar/
H A Dfunc_interceptors.c219 RETVAL_STR(contents); in PHAR_FUNC()
/php-src/ext/pcre/
H A Dphp_pcre.c2230 RETVAL_STR(result); in preg_replace_func_impl()
2295 RETVAL_STR(result); in _preg_replace_common()
/php-src/ext/tidy/
H A Dtidy.c1330 RETVAL_STR((zend_string*)optval); in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dopenssl.c1643 RETVAL_STR(s); in PHP_FUNCTION()
1924 RETVAL_STR(fingerprint); in PHP_FUNCTION()
7393 RETVAL_STR(sigbuf); in PHP_FUNCTION()
7757 RETVAL_STR(ret); in PHP_FUNCTION()
7862 RETVAL_STR(ret); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h1011 #define RETVAL_STR(s) ZVAL_STR(return_value, s) macro
1037 #define RETURN_STR(s) do { RETVAL_STR(s); return; } while (0)

Completed in 142 milliseconds

12