Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Durl.c355 if (resource->scheme != NULL) RETVAL_STR_COPY(resource->scheme); in PHP_FUNCTION()
358 if (resource->host != NULL) RETVAL_STR_COPY(resource->host); in PHP_FUNCTION()
364 if (resource->user != NULL) RETVAL_STR_COPY(resource->user); in PHP_FUNCTION()
367 if (resource->pass != NULL) RETVAL_STR_COPY(resource->pass); in PHP_FUNCTION()
370 if (resource->path != NULL) RETVAL_STR_COPY(resource->path); in PHP_FUNCTION()
373 if (resource->query != NULL) RETVAL_STR_COPY(resource->query); in PHP_FUNCTION()
376 if (resource->fragment != NULL) RETVAL_STR_COPY(resource->fragment); in PHP_FUNCTION()
H A Dstring.c2807 RETVAL_STR_COPY(input);
3218 RETVAL_STR_COPY(str);
/PHP-8.3/ext/intl/idn/
H A Didn.c101 RETVAL_STR_COPY(buffer); in php_intl_idn_to_46()
/PHP-8.3/ext/zend_test/
H A Dtest.c81 RETVAL_STR_COPY(EX(func)->common.function_name); in ZEND_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_API.h1009 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) macro
1035 #define RETURN_STR_COPY(s) do { RETVAL_STR_COPY(s); return; } while (0)
/PHP-8.3/ext/session/
H A Dsession.c2230 RETVAL_STR_COPY(PS(id)); in PHP_FUNCTION()
/PHP-8.3/ext/spl/
H A Dspl_directory.c921 RETVAL_STR_COPY(intern->file_name); in PHP_METHOD()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c2960 RETVAL_STR_COPY(zend_ast_get_constant_name(ast)); in ZEND_METHOD()

Completed in 77 milliseconds