Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Durl.c359 if (resource->scheme != NULL) RETVAL_STR_COPY(resource->scheme); in PHP_FUNCTION()
362 if (resource->host != NULL) RETVAL_STR_COPY(resource->host); in PHP_FUNCTION()
368 if (resource->user != NULL) RETVAL_STR_COPY(resource->user); in PHP_FUNCTION()
371 if (resource->pass != NULL) RETVAL_STR_COPY(resource->pass); in PHP_FUNCTION()
374 if (resource->path != NULL) RETVAL_STR_COPY(resource->path); in PHP_FUNCTION()
377 if (resource->query != NULL) RETVAL_STR_COPY(resource->query); in PHP_FUNCTION()
380 if (resource->fragment != NULL) RETVAL_STR_COPY(resource->fragment); in PHP_FUNCTION()
H A Darray.c1580 RETVAL_STR_COPY(str_idx); in php_search_array()
1596 RETVAL_STR_COPY(str_idx); in php_search_array()
1613 RETVAL_STR_COPY(str_idx); in php_search_array()
1628 RETVAL_STR_COPY(str_idx); in php_search_array()
1643 RETVAL_STR_COPY(str_idx); in php_search_array()
H A Dstring.c3129 RETVAL_STR_COPY(input);
3505 RETVAL_STR_COPY(str);
/PHP-7.4/ext/intl/idn/
H A Didn.c163 RETVAL_STR_COPY(buffer); in php_intl_idn_to_46()
/PHP-7.4/Zend/
H A Dzend_API.h627 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) macro
646 #define RETURN_STR_COPY(s) { RETVAL_STR_COPY(s); return; }
/PHP-7.4/ext/session/
H A Dsession.c2153 RETVAL_STR_COPY(PS(id)); in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dsoap.c3205 RETVAL_STR_COPY(Z_STR_P(tmp));

Completed in 56 milliseconds