Home
last modified time | relevance | path

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

/PHP-7.3/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.c3140 RETVAL_NEW_STR(result.s);
3594 RETVAL_NEW_STR(n);
/PHP-7.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c246 RETVAL_NEW_STR( u8str ); in PHP_FUNCTION()
389 RETVAL_NEW_STR(intl_convert_utf16_to_utf8(decomposition, decomposition_length, &status)); in PHP_FUNCTION()
/PHP-7.3/ext/intl/
H A Dintl_data.h103 RETVAL_NEW_STR(u8str); \
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_methods.cpp313 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
399 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
424 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
566 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
/PHP-7.3/ext/interbase/
H A Dibase_blobs.c135 RETVAL_NEW_STR(bl_data); in _php_ibase_blob_get()
368 RETVAL_NEW_STR(_php_ibase_quad_to_string(ib_blob->bl_qd)); in _php_ibase_blob_end()
/PHP-7.3/ext/intl/idn/
H A Didn.c270 RETVAL_NEW_STR(u8str); in php_intl_idn_to()
/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_string.c516 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
589 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
/PHP-7.3/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.3/ext/intl/collator/
H A Dcollator_sort.c617 RETVAL_NEW_STR(key_str); in PHP_FUNCTION()
/PHP-7.3/ext/calendar/
H A Dcalendar.c622RETVAL_NEW_STR(zend_strpprintf(0, "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONT… in PHP_FUNCTION()
/PHP-7.3/ext/intl/uchar/
H A Duchar.c574 RETVAL_NEW_STR(u8str); in IC_METHOD()
/PHP-7.3/ext/intl/locale/
H A Dlocale_methods.c611 RETVAL_NEW_STR( u8str ); in get_icu_disp_value_src_php()
/PHP-7.3/Zend/
H A Dzend_API.h623 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) macro
641 #define RETURN_NEW_STR(s) { RETVAL_NEW_STR(s); return; }
/PHP-7.3/ext/session/
H A Dsession.c2141 RETVAL_NEW_STR(zend_string_init(ZSTR_VAL(PS(id)), len, 0)); in PHP_FUNCTION()
2309 RETVAL_NEW_STR(id.s); in PHP_FUNCTION()
/PHP-7.3/ext/openssl/
H A Dopenssl.c4949 RETVAL_NEW_STR(data); in PHP_FUNCTION()
4994 RETVAL_NEW_STR(result); in PHP_FUNCTION()
6391 RETVAL_NEW_STR(digest_str); in PHP_FUNCTION()
6869 RETVAL_NEW_STR(buffer); in PHP_FUNCTION()
/PHP-7.3/ext/gmp/
H A Dgmp.c1167 RETVAL_NEW_STR(out_string); in ZEND_FUNCTION()
/PHP-7.3/ext/iconv/
H A Diconv.c2503 RETVAL_NEW_STR(out_buffer); in PHP_NAMED_FUNCTION()

Completed in 148 milliseconds