Home
last modified time | relevance | path

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

/php-src/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.c3070 RETVAL_STR_COPY(input);
3440 RETVAL_STR_COPY(str);
/php-src/ext/intl/idn/
H A Didn.c101 RETVAL_STR_COPY(buffer); in php_intl_idn_to_46()
/php-src/ext/zend_test/
H A Dtest.c80 RETVAL_STR_COPY(EX(func)->common.function_name); in ZEND_FUNCTION()
/php-src/Zend/
H A Dzend_API.h1014 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) macro
1040 #define RETURN_STR_COPY(s) do { RETVAL_STR_COPY(s); return; } while (0)
/php-src/ext/spl/
H A Dspl_directory.c921 RETVAL_STR_COPY(intern->file_name); in PHP_METHOD()
/php-src/ext/session/
H A Dsession.c2229 RETVAL_STR_COPY(PS(id)); in PHP_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c3006 RETVAL_STR_COPY(zend_ast_get_constant_name(ast)); in ZEND_METHOD()

Completed in 107 milliseconds