Home
last modified time | relevance | path

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

12

/PHP-8.3/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-8.3/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.c1001 RETVAL_STR(result); in PHP_FUNCTION()
H A Dfile.c446 RETVAL_STR(contents); in PHP_FUNCTION()
715 RETVAL_STR(opened_path); in PHP_FUNCTION()
H A Ddns.c167 RETVAL_STR(hostname); in PHP_FUNCTION()
H A Dhtml.c1334 RETVAL_STR(replaced); in php_html_entities()
H A Dstring.c207 RETVAL_STR(result); in PHP_FUNCTION()
2804 RETVAL_STR(smart_str_extract(&result));
3220 RETVAL_STR(php_char_to_str_ex(str,
3228 RETVAL_STR(php_str_to_str_ex(str,
H A Dstreamsfuncs.c357 RETVAL_STR(name); in PHP_FUNCTION()
/PHP-8.3/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-8.3/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp133 RETVAL_STR(u8str); in PHP_METHOD()
/PHP-8.3/ext/bz2/
H A Dbz2.c551 RETVAL_STR(dest); in PHP_FUNCTION()
/PHP-8.3/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()
2638 RETVAL_STR(mb_trim_string(str, trimmarker, enc, from, width)); in PHP_FUNCTION()
2830 RETVAL_STR(ret); in PHP_FUNCTION()
3422 RETVAL_STR(jp_kana_convert(str, enc, opt)); in PHP_FUNCTION()
3770 RETVAL_STR(html_numeric_entity_encode(str, enc, convmap, mapsize, is_hex)); in PHP_FUNCTION()
4000 RETVAL_STR(html_numeric_entity_decode(str, enc, convmap, mapsize)); in PHP_FUNCTION()
/PHP-8.3/ext/com_dotnet/
H A Dcom_com.c664 RETVAL_STR(php_com_olestring_to_string(guid_string, CP_ACP)); in PHP_FUNCTION()
/PHP-8.3/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-8.3/ext/intl/locale/
H A Dlocale_methods.c511 RETVAL_STR( tag_value ); in get_icu_value_src_php()
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c219 RETVAL_STR(contents); in PHAR_FUNC()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2207 RETVAL_STR(result); in preg_replace_func_impl()
2283 RETVAL_STR(result); in preg_replace_common()
/PHP-8.3/ext/tidy/
H A Dtidy.c1333 RETVAL_STR((zend_string*)optval); in PHP_FUNCTION()
/PHP-8.3/ext/openssl/
H A Dopenssl.c1642 RETVAL_STR(s); in PHP_FUNCTION()
1923 RETVAL_STR(fingerprint); in PHP_FUNCTION()
7356 RETVAL_STR(sigbuf); in PHP_FUNCTION()
7720 RETVAL_STR(ret); in PHP_FUNCTION()
7825 RETVAL_STR(ret); in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_API.h1006 #define RETVAL_STR(s) ZVAL_STR(return_value, s) macro
1032 #define RETURN_STR(s) do { RETVAL_STR(s); return; } while (0)

Completed in 270 milliseconds

12