Home
last modified time | relevance | path

Searched refs:RETVAL_NEW_STR (Results 1 – 22 of 22) sorted by relevance

/PHP-7.4/ext/standard/
H A Dcyr_convert.c284 RETVAL_NEW_STR(str); in PHP_FUNCTION()
H A Dquot_print.c258 RETVAL_NEW_STR(str_out); in PHP_FUNCTION()
H A Dmd5.c64 RETVAL_NEW_STR(zend_string_alloc(32, 0)); in PHP_NAMED_FUNCTION()
116 RETVAL_NEW_STR(zend_string_alloc(32, 0)); in PHP_NAMED_FUNCTION()
H A Dsha1.c52 RETVAL_NEW_STR(zend_string_alloc(40, 0)); in PHP_FUNCTION()
98 RETVAL_NEW_STR(zend_string_alloc(40, 0)); in PHP_FUNCTION()
H A Dstring.c3126 RETVAL_NEW_STR(result.s);
3597 RETVAL_NEW_STR(n);
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c244 RETVAL_NEW_STR( u8str ); in PHP_FUNCTION()
387 RETVAL_NEW_STR(intl_convert_utf16_to_utf8(decomposition, decomposition_length, &status)); in PHP_FUNCTION()
/PHP-7.4/ext/intl/
H A Dintl_data.h103 RETVAL_NEW_STR(u8str); \
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp311 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
395 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
420 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
560 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
/PHP-7.4/ext/intl/idn/
H A Didn.c244 RETVAL_NEW_STR(u8str); in php_intl_idn_to()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c514 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
587 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
/PHP-7.4/ext/hash/
H A Dhash_md.c125 RETVAL_NEW_STR(zend_string_alloc(32, 0)); in PHP_NAMED_FUNCTION()
171 RETVAL_NEW_STR(zend_string_alloc(32, 0)); in PHP_NAMED_FUNCTION()
H A Dhash_sha.c106 RETVAL_NEW_STR(zend_string_alloc(40, 0)); in PHP_FUNCTION()
153 RETVAL_NEW_STR(zend_string_alloc(40, 0)); in PHP_FUNCTION()
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c617 RETVAL_NEW_STR(key_str); in PHP_FUNCTION()
/PHP-7.4/ext/calendar/
H A Dcalendar.c624RETVAL_NEW_STR(zend_strpprintf(0, "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONT… in PHP_FUNCTION()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c572 RETVAL_NEW_STR(u8str); in IC_METHOD()
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c611 RETVAL_NEW_STR( u8str ); in get_icu_disp_value_src_php()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c828 RETVAL_NEW_STR(ret); in PHP_METHOD()
/PHP-7.4/Zend/
H A Dzend_API.h626 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) macro
645 #define RETURN_NEW_STR(s) { RETVAL_NEW_STR(s); return; }
/PHP-7.4/ext/session/
H A Dsession.c2151 RETVAL_NEW_STR(zend_string_init(ZSTR_VAL(PS(id)), len, 0)); in PHP_FUNCTION()
2319 RETVAL_NEW_STR(id.s); in PHP_FUNCTION()
/PHP-7.4/ext/openssl/
H A Dopenssl.c5028 RETVAL_NEW_STR(data); in PHP_FUNCTION()
5073 RETVAL_NEW_STR(result); in PHP_FUNCTION()
6474 RETVAL_NEW_STR(digest_str); in PHP_FUNCTION()
7007 RETVAL_NEW_STR(buffer); in PHP_FUNCTION()
/PHP-7.4/ext/gmp/
H A Dgmp.c1148 RETVAL_NEW_STR(out_string); in ZEND_FUNCTION()
/PHP-7.4/ext/iconv/
H A Diconv.c2491 RETVAL_NEW_STR(out_buffer); in PHP_NAMED_FUNCTION()

Completed in 131 milliseconds