Home
last modified time | relevance | path

Searched refs:RETURN_STR_COPY (Results 1 – 10 of 10) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_builtin_functions.c1009 RETURN_STR_COPY(scope->name); in ZEND_FUNCTION()
1016 RETURN_STR_COPY(Z_OBJCE_P(obj)->name); in ZEND_FUNCTION()
1032 RETURN_STR_COPY(called_scope->name); in ZEND_FUNCTION()
1057 RETURN_STR_COPY(ce->parent->name); in ZEND_FUNCTION()
1070 RETURN_STR_COPY(ce->parent->name); in ZEND_FUNCTION()
H A Dzend_API.h647 #define RETURN_STR_COPY(s) { RETVAL_STR_COPY(s); return; } macro
/PHP-7.1/ext/curl/
H A Dmulti.c321 RETURN_STR_COPY(ch->handlers->write->buf.s); in PHP_FUNCTION()
H A Dinterface.c3061 RETURN_STR_COPY(ch->handlers->write->buf.s); in PHP_FUNCTION()
3212 RETURN_STR_COPY(ch->header.str); in PHP_FUNCTION()
/PHP-7.1/ext/standard/
H A Dstring.c2442 RETURN_STR_COPY(Z_STR_P(str));
2447 RETURN_STR_COPY(Z_STR_P(str));
2519 RETURN_STR_COPY(Z_STR_P(str));
3017 RETURN_STR_COPY(input);
3405 RETURN_STR_COPY(str);
4337 RETURN_STR_COPY(str);
4472 RETURN_STR_COPY(BG(locale_string));
H A Darray.c5056 RETURN_STR_COPY(string_key);
5074 RETURN_STR_COPY(bucket->key);
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1879 RETURN_STR_COPY(fptr->op_array.filename); in ZEND_METHOD()
1933 RETURN_STR_COPY(fptr->op_array.doc_comment); in ZEND_METHOD()
2975 RETURN_STR_COPY(Z_STR_P(RT_CONSTANT(&param->fptr->op_array, precv->op2))); in ZEND_METHOD()
3855 RETURN_STR_COPY(ref->doc_comment); in ZEND_METHOD()
4160 RETURN_STR_COPY(ce->info.user.filename); in ZEND_METHOD()
4214 RETURN_STR_COPY(ce->info.user.doc_comment); in ZEND_METHOD()
5780 RETURN_STR_COPY(ref->prop.doc_comment); in ZEND_METHOD()
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c806 RETURN_STR_COPY(Z_STR_P(value)); in PHP_FUNCTION()
/PHP-7.1/ext/soap/
H A Dsoap.c3016 RETURN_STR_COPY(Z_STR_P(tmp));
3035 RETURN_STR_COPY(Z_STR_P(tmp));
3054 RETURN_STR_COPY(Z_STR_P(tmp));
3073 RETURN_STR_COPY(Z_STR_P(tmp));
/PHP-7.1/ext/spl/
H A Dspl_iterators.c2127 RETURN_STR_COPY(intern->u.regex.regex); in SPL_METHOD()
2808 RETURN_STR_COPY(Z_STR_P(&intern->u.caching.zstr)); in SPL_METHOD()

Completed in 156 milliseconds