Home
last modified time | relevance | path

Searched refs:RETVAL_STR_COPY (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/wddx/
H A Dwddx.c1151 RETVAL_STR_COPY(packet->s); in PHP_FUNCTION()
1190 RETVAL_STR_COPY(packet->s); in PHP_FUNCTION()
1259 RETVAL_STR_COPY(packet->s); in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_API.h642 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) macro
660 #define RETURN_STR_COPY(s) { RETVAL_STR_COPY(s); return; }
/PHP-7.2/ext/standard/
H A Darray.c1588 RETVAL_STR_COPY(str_idx); in php_search_array()
1604 RETVAL_STR_COPY(str_idx); in php_search_array()
1619 RETVAL_STR_COPY(str_idx); in php_search_array()
1634 RETVAL_STR_COPY(str_idx); in php_search_array()
H A Dstring.c3100 RETVAL_STR_COPY(input);
3474 RETVAL_STR_COPY(str);
/PHP-7.2/ext/session/
H A Dsession.c2054 RETVAL_STR_COPY(PS(id)); in PHP_FUNCTION()
/PHP-7.2/ext/soap/
H A Dsoap.c3206 RETVAL_STR_COPY(Z_STR_P(tmp));

Completed in 74 milliseconds