Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/normalizer/
H A Dnormalizer_normalize.c214 RETVAL_NEW_STR( u8str ); in PHP_FUNCTION()
343 RETVAL_NEW_STR(intl_convert_utf16_to_utf8(decomposition, decomposition_length, &status)); in PHP_FUNCTION()
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp291 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
371 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
394 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
524 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
/PHP-8.1/ext/intl/
H A Dintl_data.h111 RETVAL_NEW_STR(u8str); \
/PHP-8.1/ext/standard/
H A Dquot_print.c255 RETVAL_NEW_STR(str_out); in PHP_FUNCTION()
H A Dmd5.c61 RETVAL_NEW_STR(zend_string_alloc(32, 0)); in PHP_FUNCTION()
112 RETVAL_NEW_STR(zend_string_alloc(32, 0)); in PHP_FUNCTION()
H A Dsha1.c49 RETVAL_NEW_STR(zend_string_alloc(40, 0)); in PHP_FUNCTION()
94 RETVAL_NEW_STR(zend_string_alloc(40, 0)); in PHP_FUNCTION()
H A Dstring.c2912 RETVAL_NEW_STR(result.s);
3366 RETVAL_NEW_STR(n);
/PHP-8.1/ext/intl/grapheme/
H A Dgrapheme_string.c467 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
536 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
/PHP-8.1/ext/intl/collator/
H A Dcollator_sort.c562 RETVAL_NEW_STR(key_str); in PHP_FUNCTION()
/PHP-8.1/ext/calendar/
H A Dcalendar.c494RETVAL_NEW_STR(zend_strpprintf(0, "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONT… in PHP_FUNCTION()
/PHP-8.1/ext/intl/uchar/
H A Duchar.c519 RETVAL_NEW_STR(u8str); in IC_METHOD()
/PHP-8.1/ext/intl/converter/
H A Dconverter.c764 RETVAL_NEW_STR(ret); in PHP_METHOD()
/PHP-8.1/ext/intl/locale/
H A Dlocale_methods.c583 RETVAL_NEW_STR( u8str ); in get_icu_disp_value_src_php()
/PHP-8.1/ext/session/
H A Dsession.c2161 RETVAL_NEW_STR(zend_string_init(ZSTR_VAL(PS(id)), len, 0)); in PHP_FUNCTION()
2342 RETVAL_NEW_STR(id.s); in PHP_FUNCTION()
/PHP-8.1/Zend/
H A Dzend_API.h795 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) macro
821 #define RETURN_NEW_STR(s) do { RETVAL_NEW_STR(s); return; } while (0)
/PHP-8.1/ext/gmp/
H A Dgmp.c1003 RETVAL_NEW_STR(out_string); in ZEND_FUNCTION()
/PHP-8.1/ext/iconv/
H A Diconv.c2227 RETVAL_NEW_STR(out_buffer); in PHP_FUNCTION()
/PHP-8.1/ext/openssl/
H A Dopenssl.c7276 RETVAL_NEW_STR(digest_str); in PHP_FUNCTION()
7821 RETVAL_NEW_STR(buffer); in PHP_FUNCTION()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c2967 RETVAL_NEW_STR(zend_string_concat3( in ZEND_METHOD()

Completed in 109 milliseconds