Home
last modified time | relevance | path

Searched refs:RETURN_STR (Results 1 – 25 of 72) sorted by last modified time

123

/php-src/ext/dom/
H A Dhtml_document.c1338 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
H A Dxpath.c485 RETURN_STR(output); in PHP_METHOD()
492 RETURN_STR(output); in PHP_METHOD()
514 RETURN_STR(smart_str_extract(&output)); in PHP_METHOD()
/php-src/ext/phar/
H A Dphar_object.c4848 RETURN_STR(str); in PHP_METHOD()
/php-src/ext/reflection/
H A Dphp_reflection.c1678 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
2615 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
3111 RETURN_STR(zend_type_to_string_without_null(param->type)); in ZEND_METHOD()
3366 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
3873 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
4339 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
5629 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6075 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6410 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6650 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
[all …]
/php-src/ext/spl/
H A Dspl_observer.c853 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
H A Dphp_spl.c352 RETURN_STR(spl_autoload_extensions); in PHP_FUNCTION()
H A Dspl_directory.c892 RETURN_STR(path); in PHP_METHOD()
1050 RETURN_STR(php_basename(fname, flen, suffix, slen)); in PHP_METHOD()
1069 RETURN_STR(fname); in PHP_METHOD()
2664 RETURN_STR(str); in PHP_METHOD()
/php-src/ext/hash/
H A Dhash.c984 RETURN_STR(returnval); in PHP_FUNCTION()
/php-src/ext/ffi/
H A Dffi.c4636 RETURN_STR(res); in ZEND_METHOD()
/php-src/ext/random/
H A Dengine_mt19937.c312 RETURN_STR(bytes); in PHP_METHOD()
H A Drandom.c590 RETURN_STR(bytes);
/php-src/Zend/
H A Dzend_API.h1037 #define RETURN_STR(s) do { RETVAL_STR(s); return; } while (0) macro
/php-src/ext/pgsql/
H A Dpgsql.c70 RETURN_STR(zend_ulong_to_str(oid)); \
818 RETURN_STR(_php_pgsql_trim_message(PQerrorMessage(pgsql))); in php_pgsql_get_link_info()
1618 RETURN_STR(get_field_name(pg_result->conn, PQftype(pgsql_result, (int)field))); in php_pgsql_get_field_info()
5480 RETURN_STR(sql); in PHP_FUNCTION()
5654 RETURN_STR(sql); in PHP_FUNCTION()
5751 RETURN_STR(sql); in PHP_FUNCTION()
5911 RETURN_STR(sql); in PHP_FUNCTION()
/php-src/ext/mbstring/
H A Dmbstring.c1320 RETURN_STR(smart_str_extract(&result)); in PHP_FUNCTION()
2412 RETURN_STR(enc->cut(string.val, from, len, string.val + string.len)); in PHP_FUNCTION()
2445 RETURN_STR(zend_string_init_fast((const char*)start, end - start)); in PHP_FUNCTION()
2916 RETURN_STR(mbstring_convert_case(case_mode, ZSTR_VAL(str), ZSTR_LEN(str), enc)); in PHP_FUNCTION()
2976 RETURN_STR(zend_string_copy(str)); in php_mb_ulcfirst()
3143 RETURN_STR(mb_trim_what_chars(str, what, mode, enc)); in php_do_mb_trim()
3145 RETURN_STR(mb_trim_default_chars(str, mode, enc)); in php_do_mb_trim()
4777 RETURN_STR( in PHP_FUNCTION()
5775 RETURN_STR(ret); in PHP_FUNCTION()
5926 RETURN_STR(php_mb_convert_encoding_ex(ZSTR_VAL(str), ZSTR_LEN(str), enc, enc)); in PHP_FUNCTION()
[all …]
/php-src/ext/zlib/
H A Dzlib.c732 RETURN_STR(out); \
1046 RETURN_STR(out); in PHP_FUNCTION()
1241 RETURN_STR(out); in PHP_FUNCTION()
1247 RETURN_STR(out); in PHP_FUNCTION()
/php-src/ext/iconv/
H A Diconv.c1856 RETURN_STR(smart_str_extract(&retval)); in PHP_FUNCTION()
/php-src/ext/sockets/
H A Dsockets.c2617 RETURN_STR(seg_name);
/php-src/ext/mysqli/
H A Dmysqli_api.c1693 RETURN_STR(stat); in PHP_FUNCTION()
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1198 RETURN_STR(message); in PHP_FUNCTION()
/php-src/ext/session/
H A Dmod_user_class.c105 RETURN_STR(val); in PHP_METHOD()
171 RETURN_STR(id); in PHP_METHOD()
H A Dsession.c2487 RETURN_STR(enc); in PHP_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_dbh.c1074 RETURN_STR(last_id); in PHP_METHOD()
1257 RETURN_STR(quoted); in PHP_METHOD()
/php-src/ext/standard/
H A Dbase64.c1242 RETURN_STR(result); in PHP_FUNCTION()
1262 RETURN_STR(result); in PHP_FUNCTION()
/php-src/ext/ftp/
H A Dphp_ftp.c376 RETURN_STR(tmp); in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c869 RETURN_STR(php_format_date(ZSTR_VAL(format), ZSTR_LEN(format), ts, localtime)); in php_date()
3242 RETURN_STR(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime)); in PHP_FUNCTION()
5017 RETURN_STR(date_interval_format(format, format_len, diobj->diff)); in PHP_FUNCTION()

Completed in 195 milliseconds

123