Home
last modified time | relevance | path

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

/PHP-7.1/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.1/Zend/
H A Dzend_API.h629 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) macro
647 #define RETURN_STR_COPY(s) { RETVAL_STR_COPY(s); return; }
/PHP-7.1/ext/standard/
H A Darray.c1570 RETVAL_STR_COPY(str_idx); in php_search_array()
1586 RETVAL_STR_COPY(str_idx); in php_search_array()
1601 RETVAL_STR_COPY(str_idx); in php_search_array()
1616 RETVAL_STR_COPY(str_idx); in php_search_array()
H A Dstring.c3053 RETVAL_STR_COPY(input);
3420 RETVAL_STR_COPY(str);
/PHP-7.1/ext/session/
H A Dsession.c1907 RETVAL_STR_COPY(PS(id));
/PHP-7.1/ext/soap/
H A Dsoap.c3226 RETVAL_STR_COPY(Z_STR_P(tmp));

Completed in 65 milliseconds