Home
last modified time | relevance | path

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

/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp290 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
368 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
398 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
422 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
551 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
/php-src/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-src/ext/intl/
H A Dintl_data.h111 RETVAL_NEW_STR(u8str); \
/php-src/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.c3612 RETVAL_NEW_STR(n);
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c449 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
518 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
/php-src/ext/intl/collator/
H A Dcollator_sort.c562 RETVAL_NEW_STR(key_str); in PHP_FUNCTION()
/php-src/ext/calendar/
H A Dcalendar.c472RETVAL_NEW_STR(zend_strpprintf(0, "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONT… in PHP_FUNCTION()
/php-src/ext/intl/uchar/
H A Duchar.c521 RETVAL_NEW_STR(u8str); in IC_METHOD()
/php-src/ext/intl/converter/
H A Dconverter.c763 RETVAL_NEW_STR(ret); in PHP_METHOD()
/php-src/ext/intl/locale/
H A Dlocale_methods.c677 RETVAL_NEW_STR( u8str ); in get_icu_disp_value_src_php()
/php-src/ext/gmp/
H A Dgmp.c1019 RETVAL_NEW_STR(out_string); in ZEND_FUNCTION()
/php-src/Zend/
H A Dzend_API.h1013 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) macro
1039 #define RETURN_NEW_STR(s) do { RETVAL_NEW_STR(s); return; } while (0)
/php-src/ext/iconv/
H A Diconv.c2219 RETVAL_NEW_STR(out_buffer); in PHP_FUNCTION()
/php-src/ext/session/
H A Dsession.c2227 RETVAL_NEW_STR(zend_string_init(ZSTR_VAL(PS(id)), len, 0)); in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dopenssl.c7396 RETVAL_NEW_STR(digest_str); in PHP_FUNCTION()
7978 RETVAL_NEW_STR(buffer); in PHP_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c3012 RETVAL_NEW_STR(zend_string_concat3( in ZEND_METHOD()

Completed in 117 milliseconds