Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Durl.c363 if (resource->scheme != NULL) RETVAL_STR_COPY(resource->scheme); in PHP_FUNCTION()
366 if (resource->host != NULL) RETVAL_STR_COPY(resource->host); in PHP_FUNCTION()
372 if (resource->user != NULL) RETVAL_STR_COPY(resource->user); in PHP_FUNCTION()
375 if (resource->pass != NULL) RETVAL_STR_COPY(resource->pass); in PHP_FUNCTION()
378 if (resource->path != NULL) RETVAL_STR_COPY(resource->path); in PHP_FUNCTION()
381 if (resource->query != NULL) RETVAL_STR_COPY(resource->query); in PHP_FUNCTION()
384 if (resource->fragment != NULL) RETVAL_STR_COPY(resource->fragment); in PHP_FUNCTION()
H A Darray.c1573 RETVAL_STR_COPY(str_idx); in php_search_array()
1589 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()
H A Dstring.c3143 RETVAL_STR_COPY(input);
3519 RETVAL_STR_COPY(str);
/PHP-7.3/ext/wddx/
H A Dwddx.c1147 RETVAL_STR_COPY(packet->s); in PHP_FUNCTION()
1186 RETVAL_STR_COPY(packet->s); in PHP_FUNCTION()
1255 RETVAL_STR_COPY(packet->s); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_API.h624 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) macro
642 #define RETURN_STR_COPY(s) { RETVAL_STR_COPY(s); return; }
/PHP-7.3/ext/session/
H A Dsession.c2143 RETVAL_STR_COPY(PS(id)); in PHP_FUNCTION()
/PHP-7.3/ext/soap/
H A Dsoap.c3188 RETVAL_STR_COPY(Z_STR_P(tmp));

Completed in 291 milliseconds