Home
last modified time | relevance | path

Searched refs:RETURN_STRING (Results 1 – 25 of 64) sorted by last modified time

123

/php-src/ext/dom/
H A Dphp_dom.c2241 RETURN_STRING(str); in php_dom_get_content_into_zval()
H A Dnode.c1861 RETURN_STRING(result); in dom_node_lookup_prefix()
1866 RETURN_STRING((const char *) nsptr->prefix); in dom_node_lookup_prefix()
2041 RETURN_STRING(ns_uri); in PHP_METHOD()
2053 RETURN_STRING((char *) nsptr->href); in PHP_METHOD()
/php-src/ext/pcntl/
H A Dpcntl.c1195 RETURN_STRING(strerror(error)); in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c2787 RETURN_STRING(phar_obj->archive->version); in PHP_METHOD()
/php-src/ext/curl/
H A Dinterface.c2554 RETURN_STRING(s_code); in PHP_FUNCTION()
2631 RETURN_STRING(ch->err.str); in PHP_FUNCTION()
2763 RETURN_STRING(str); in PHP_FUNCTION()
H A Dmulti.c361 RETURN_STRING(str); in PHP_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c2242 RETURN_STRING(internal->module->name); in ZEND_METHOD()
2632 RETURN_STRING(((zend_internal_arg_info *) param->arg_info)->name); in ZEND_METHOD()
5481 RETURN_STRING(ce->info.internal.module->name); in ZEND_METHOD()
6090 RETURN_STRING(module->name); in ZEND_METHOD()
6109 RETURN_STRING(module->version); in ZEND_METHOD()
6425 RETURN_STRING(extension->name); in ZEND_METHOD()
6441 RETURN_STRING(extension->version); in ZEND_METHOD()
6460 RETURN_STRING(extension->author); in ZEND_METHOD()
6479 RETURN_STRING(extension->URL); in ZEND_METHOD()
6498 RETURN_STRING(extension->copyright); in ZEND_METHOD()
/php-src/ext/standard/
H A Dimage.c1340 RETURN_STRING(&imgext[!inc_dot]); in PHP_FUNCTION()
/php-src/ext/hash/
H A Dhash.c1242 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()
/php-src/ext/ffi/
H A Dffi.c4586 RETURN_STRING((char*)ptr); in ZEND_METHOD()
/php-src/ext/xml/
H A Dxml.c1574 RETURN_STRING((char *)parser->target_encoding); in PHP_FUNCTION()
/php-src/ext/sqlite3/
H A Dsqlite3.c354 RETURN_STRING((char *)sqlite3_errmsg(db_obj->db)); in PHP_METHOD()
/php-src/ext/odbc/
H A Dphp_odbc.c2561 RETURN_STRING(result->values[pv_num - 1].name);
2597 RETURN_STRING(tmp);
2727 RETURN_STRING(ret);
/php-src/Zend/
H A Dzend_API.h1041 #define RETURN_STRING(s) do { RETVAL_STRING(s); return; } while (0) macro
H A Dzend_builtin_functions.c1443 RETURN_STRING(resource_type); in ZEND_FUNCTION()
1445 RETURN_STRING("Unknown"); in ZEND_FUNCTION()
/php-src/ext/gettext/
H A Dgettext.c103 RETURN_STRING(retval); in PHP_FUNCTION()
121 RETURN_STRING(msgstr); in PHP_FUNCTION()
145 RETURN_STRING(msgstr); in PHP_FUNCTION()
172 RETURN_STRING(msgstr); in PHP_FUNCTION()
199 RETURN_STRING(bindtextdomain(ZSTR_VAL(domain), NULL)); in PHP_FUNCTION()
212 RETURN_STRING(retval); in PHP_FUNCTION()
236 RETURN_STRING(msgstr); in PHP_FUNCTION()
263 RETURN_STRING(msgstr); in PHP_FUNCTION()
294 RETURN_STRING(msgstr); in PHP_FUNCTION()
325 RETURN_STRING(retval); in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dopenssl.c6933 RETURN_STRING(buf); in PHP_FUNCTION()
/php-src/ext/pgsql/
H A Dpgsql.c857 RETURN_STRING(result); in php_pgsql_get_link_info()
930 RETURN_STRING(param); in PHP_FUNCTION()
1612 RETURN_STRING(PQfname(pgsql_result, (int)field)); in php_pgsql_get_field_info()
2966 RETURN_STRING((char *) pg_encoding_to_char(PQclientEncoding(pgsql))); in PHP_FUNCTION()
3413 RETURN_STRING(err); in PHP_FUNCTION()
3450 RETURN_STRING(field); in PHP_FUNCTION()
4005 RETURN_STRING(PQcmdStatus(pgsql_result)); in PHP_FUNCTION()
/php-src/ext/mbstring/
H A Dmbstring.c1446 RETURN_STRING("none"); in PHP_FUNCTION()
1449 RETURN_STRING("long"); in PHP_FUNCTION()
4786 RETURN_STRING(name); in PHP_FUNCTION()
4789 RETURN_STRING(name); in PHP_FUNCTION()
4792 RETURN_STRING(name); in PHP_FUNCTION()
4797 RETURN_STRING("On"); in PHP_FUNCTION()
4799 RETURN_STRING("Off"); in PHP_FUNCTION()
4803 RETURN_STRING(name); in PHP_FUNCTION()
4818 RETURN_STRING("none"); in PHP_FUNCTION()
4828 RETURN_STRING("On"); in PHP_FUNCTION()
[all …]
/php-src/ext/tidy/
H A Dtidy.c1152 RETURN_STRING((char *)tidyReleaseDate()); in PHP_FUNCTION()
1154 RETURN_STRING((char *)"unknown"); in PHP_FUNCTION()
1184 RETURN_STRING(optval); in PHP_FUNCTION()
/php-src/ext/posix/
H A Dposix.c262 RETURN_STRING(p); in PHP_FUNCTION()
413 RETURN_STRING(buffer); in PHP_FUNCTION()
507 RETURN_STRING(p); in PHP_FUNCTION()
571 RETURN_STRING(buffer); in PHP_FUNCTION()
1237 RETURN_STRING(strerror(error)); in PHP_FUNCTION()
/php-src/ext/sockets/
H A Dsockets.c1194 RETURN_STRING(sockets_strerror(arg1));
/php-src/ext/mysqli/
H A Dmysqli_api.c242 RETURN_STRING(mysql_character_set_name(mysql->mysql)); in PHP_FUNCTION()
414 RETURN_STRING(mysql_error(mysql->mysql)); in PHP_FUNCTION()
887 RETURN_STRING(mysql_get_client_info()); in PHP_FUNCTION()
912 RETURN_STRING((mysql->mysql->data->host_info) ? mysql->mysql->data->host_info : ""); in PHP_FUNCTION()
941 RETURN_STRING(mysql_get_server_info(mysql->mysql)); in PHP_FUNCTION()
974 RETURN_STRING(info); in PHP_FUNCTION()
1650 RETURN_STRING(mysql_sqlstate(mysql->mysql)); in PHP_FUNCTION()
1837 RETURN_STRING(mysql_stmt_error(stmt->stmt)); in PHP_FUNCTION()
1946 RETURN_STRING(mysql_stmt_sqlstate(stmt->stmt)); in PHP_FUNCTION()
H A Dmysqli_nonapi.c353 RETURN_STRING(MyG(error_msg));
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp655 RETURN_STRING(locale.getName()); in PHP_FUNCTION()
720 RETURN_STRING(co->ucal->getType()); in PHP_FUNCTION()

Completed in 207 milliseconds

123