Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dcyr_convert.c284 RETVAL_NEW_STR(str); in PHP_FUNCTION()
H A Dquot_print.c260 RETVAL_NEW_STR(str_out); in PHP_FUNCTION()
H A Dstring.c3050 RETVAL_NEW_STR(result.s);
3475 RETVAL_NEW_STR(n);
/PHP-7.1/ext/intl/
H A Dintl_data.h103 RETVAL_NEW_STR(u8str); \
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp311 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
397 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
422 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
566 RETVAL_NEW_STR(u8str); in PHP_FUNCTION()
/PHP-7.1/ext/intl/normalizer/
H A Dnormalizer_normalize.c161 RETVAL_NEW_STR( u8str ); in PHP_FUNCTION()
/PHP-7.1/ext/interbase/
H A Dibase_blobs.c119 RETVAL_NEW_STR(bl_data); in _php_ibase_blob_get()
366 RETVAL_NEW_STR(_php_ibase_quad_to_string(ib_blob->bl_qd)); in _php_ibase_blob_end()
/PHP-7.1/ext/intl/idn/
H A Didn.c254 RETVAL_NEW_STR(u8str); in php_intl_idn_to()
/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme_string.c512 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
585 RETVAL_NEW_STR(u8_sub_str); in PHP_FUNCTION()
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c617 RETVAL_NEW_STR(key_str); in PHP_FUNCTION()
/PHP-7.1/ext/intl/uchar/
H A Duchar.c571 RETVAL_NEW_STR(u8str); in IC_METHOD()
/PHP-7.1/Zend/
H A Dzend_API.h628 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) macro
646 #define RETURN_NEW_STR(s) { RETVAL_NEW_STR(s); return; }
/PHP-7.1/ext/intl/locale/
H A Dlocale_methods.c614 RETVAL_NEW_STR( u8str ); in get_icu_disp_value_src_php()
/PHP-7.1/ext/mcrypt/
H A Dmcrypt.c665 RETVAL_NEW_STR(data_str); in PHP_FUNCTION()
/PHP-7.1/ext/session/
H A Dsession.c1905 RETVAL_NEW_STR(zend_string_init(ZSTR_VAL(PS(id)), len, 0));
2070 RETVAL_NEW_STR(id.s);

Completed in 70 milliseconds