Home
last modified time | relevance | path

Searched refs:RETURN_STRING (Results 1 – 25 of 64) sorted by relevance

123

/php-src/ext/gettext/
H A Dgettext.c101 RETURN_STRING(retval); in PHP_FUNCTION()
119 RETURN_STRING(msgstr); in PHP_FUNCTION()
142 RETURN_STRING(msgstr); in PHP_FUNCTION()
167 RETURN_STRING(msgstr); in PHP_FUNCTION()
189 RETURN_STRING(bindtextdomain(domain, NULL)); in PHP_FUNCTION()
202 RETURN_STRING(retval); in PHP_FUNCTION()
224 RETURN_STRING(msgstr); in PHP_FUNCTION()
249 RETURN_STRING(msgstr); in PHP_FUNCTION()
277 RETURN_STRING(msgstr); in PHP_FUNCTION()
301 RETURN_STRING(retval); in PHP_FUNCTION()
/php-src/ext/intl/common/
H A Dcommon_error.c78 RETURN_STRING( (char*)u_errorName( err_code ) ); in PHP_FUNCTION()
/php-src/ext/standard/
H A Dcrypt.c213 RETURN_STRING("*1"); in PHP_FUNCTION()
215 RETURN_STRING("*0"); in PHP_FUNCTION()
H A Dfilestat.c890 RETURN_STRING("link"); in php_stat()
893 case S_IFIFO: RETURN_STRING("fifo"); in php_stat()
894 case S_IFCHR: RETURN_STRING("char"); in php_stat()
895 case S_IFDIR: RETURN_STRING("dir"); in php_stat()
896 case S_IFBLK: RETURN_STRING("block"); in php_stat()
899 case S_IFSOCK: RETURN_STRING("socket"); in php_stat()
903 RETURN_STRING("unknown"); in php_stat()
H A Dinfo.c1287 RETURN_STRING(PHP_VERSION); in PHP_FUNCTION()
1294 RETURN_STRING(version); in PHP_FUNCTION()
1320 RETURN_STRING(sapi_module.name); in PHP_FUNCTION()
1350 RETURN_STRING(php_ini_scanned_files); in PHP_FUNCTION()
1363 RETURN_STRING(php_ini_opened_path); in PHP_FUNCTION()
H A Dbasic_functions.c558 RETURN_STRING(buffer); in PHP_FUNCTION()
632 RETURN_STRING(str); in PHP_FUNCTION()
1237 RETURN_STRING(php_get_current_user());
2097 RETURN_STRING(str);
2227 RETURN_STRING(serv->s_name);
2272 RETURN_STRING(ent->p_name);
H A Dtype.c34 RETURN_STRING("unknown type"); in PHP_FUNCTION()
H A Ddir.c284 RETURN_STRING(path); in PHP_FUNCTION()
/php-src/ext/dl_test/
H A Ddl_test.c63 RETURN_STRING("OK"); in ZEND_END_ARG_INFO()
/php-src/ext/intl/msgformat/
H A Dmsgformat_attr.c124 RETURN_STRING(loc); in PHP_FUNCTION()
/php-src/sapi/apache2handler/
H A Dphp_functions.c240 RETURN_STRING(old_note_val); in PHP_FUNCTION()
313 RETURN_STRING(env_val); in PHP_FUNCTION()
335 RETURN_STRING(apv); in PHP_FUNCTION()
/php-src/ext/calendar/
H A Dcalendar.c543 RETURN_STRING(daynamel); in PHP_FUNCTION()
546 RETURN_STRING(daynames); in PHP_FUNCTION()
595 RETURN_STRING(monthname); in PHP_FUNCTION()
/php-src/ext/curl/
H A Dshare.c130 RETURN_STRING(str); in PHP_FUNCTION()
/php-src/ext/intl/dateformat/
H A Ddateformat_attr.c159 RETURN_STRING(loc); 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/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()
/php-src/ext/enchant/
H A Denchant.c328 RETURN_STRING((char *)msg); in PHP_FUNCTION()
410 RETURN_STRING(value); in PHP_FUNCTION()
776 RETURN_STRING((char *)msg); in PHP_FUNCTION()
/php-src/ext/tokenizer/
H A Dtokenizer.c231 RETURN_STRING(token_name); in PHP_METHOD()
546 RETURN_STRING(token_name); 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/zip/
H A Dphp_zip.c1380 RETURN_STRING((char *)zr_rsrc->sb.name); in php_zip_entry_get_info()
1388 RETURN_STRING("stored"); in php_zip_entry_get_info()
1390 RETURN_STRING("shrunk"); in php_zip_entry_get_info()
1395 RETURN_STRING("reduced"); in php_zip_entry_get_info()
1397 RETURN_STRING("imploded"); in php_zip_entry_get_info()
1399 RETURN_STRING("tokenized"); in php_zip_entry_get_info()
1402 RETURN_STRING("deflated"); in php_zip_entry_get_info()
1404 RETURN_STRING("deflatedX"); in php_zip_entry_get_info()
1407 RETURN_STRING("implodedX"); in php_zip_entry_get_info()
/php-src/ext/json/
H A Djson.c369 RETURN_STRING(php_json_get_error_msg(JSON_G(error_code))); in PHP_FUNCTION()
/php-src/ext/intl/uchar/
H A Duchar.c333 RETURN_STRING(ret); in IC_METHOD()
366 RETURN_STRING(ret); in IC_METHOD()
/php-src/ext/phar/
H A Dfunc_interceptors.c392 RETURN_STRING("link"); in phar_fancy_stat()
395 case S_IFDIR: RETURN_STRING("dir"); in phar_fancy_stat()
396 case S_IFREG: RETURN_STRING("file"); in phar_fancy_stat()
399 RETURN_STRING("unknown"); in phar_fancy_stat()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp331 RETURN_STRING(locale.getName()); in PHP_METHOD()
/php-src/ext/intl/formatter/
H A Dformatter_attr.c386 RETURN_STRING(loc); in PHP_FUNCTION()

Completed in 90 milliseconds

123