Home
last modified time | relevance | path

Searched refs:RETURN_STR (Results 26 – 50 of 72) sorted by relevance

123

/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/random/
H A Dengine_mt19937.c312 RETURN_STR(bytes); in PHP_METHOD()
H A Drandom.c590 RETURN_STR(bytes);
/php-src/ext/standard/
H A Durl.c574 RETURN_STR(php_url_encode(ZSTR_VAL(in_str), ZSTR_LEN(in_str))); in PHP_FUNCTION()
636 RETURN_STR(php_raw_url_encode(ZSTR_VAL(in_str), ZSTR_LEN(in_str))); in PHP_FUNCTION()
H A Dhttp.c239 RETURN_STR(smart_str_extract(&formstr)); in PHP_FUNCTION()
H A Dstreamsfuncs.c485 RETURN_STR(contents); in PHP_FUNCTION()
1382 RETURN_STR(buf); in PHP_FUNCTION()
1620 RETURN_STR(resolved_path); in PHP_FUNCTION()
H A Dbase64.c1242 RETURN_STR(result); in PHP_FUNCTION()
1262 RETURN_STR(result); in PHP_FUNCTION()
H A Dhtml.c1359 RETURN_STR(replaced); in PHP_FUNCTION()
1379 RETURN_STR(replaced); in PHP_FUNCTION()
H A Dvar.c659 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
1305 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
H A Dinfo.c1339 RETURN_STR(php_get_uname(*mode)); in PHP_FUNCTION()
H A Dfilestat.c897 case S_IFREG: RETURN_STR(ZSTR_KNOWN(ZEND_STR_FILE)); /* "file" */ in php_stat()
/php-src/Zend/
H A Dzend_exceptions.c414 RETURN_STR(zval_get_string(prop)); in ZEND_METHOD()
438 RETURN_STR(zval_get_string(prop)); in ZEND_METHOD()
742 RETURN_STR(str); in ZEND_METHOD()
/php-src/ext/zend_test/
H A Dtest.c139 RETURN_STR(res); in ZEND_FUNCTION()
374 RETURN_STR(function_name); in ZEND_FUNCTION()
508 RETURN_STR(ZT_G(str_test)); in ZEND_FUNCTION()
/php-src/ext/dba/
H A Ddba.c1096 RETURN_STR(val); in PHP_FUNCTION()
1145 RETURN_STR(fkey); in PHP_FUNCTION()
1168 RETURN_STR(nkey); in PHP_FUNCTION()
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c471 RETURN_STR( message ); in PHP_FUNCTION()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c407 RETURN_STR(message); in PHP_FUNCTION()
/php-src/ext/bz2/
H A Dbz2.c327 RETURN_STR(data); in PHP_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c1678 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
2606 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
3102 RETURN_STR(zend_type_to_string_without_null(param->type)); in ZEND_METHOD()
3357 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
3864 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
4330 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
5620 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6066 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6401 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6641 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
[all …]
/php-src/ext/com_dotnet/
H A Dcom_persist.c342 RETURN_STR(str); in CPH_METHOD()
/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/spl/
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()
H A Dphp_spl.c352 RETURN_STR(spl_autoload_extensions); in PHP_FUNCTION()
H A Dspl_array.c1047 RETURN_STR(intern->ce_get_iterator->name); in PHP_METHOD()
1281 RETURN_STR(smart_str_extract(&buf)); in SPL_ARRAY_METHOD()
/php-src/ext/pgsql/
H A Dpgsql.c71 RETURN_STR(zend_ulong_to_str(oid)); \
864 RETURN_STR(_php_pgsql_trim_message(PQerrorMessage(pgsql))); in php_pgsql_get_link_info()
1689 RETURN_STR(get_field_name(pg_result->conn, PQftype(pgsql_result, (int)field))); in php_pgsql_get_field_info()
5648 RETURN_STR(sql); in PHP_FUNCTION()
5825 RETURN_STR(sql); in PHP_FUNCTION()
5924 RETURN_STR(sql); in PHP_FUNCTION()
6087 RETURN_STR(sql); in PHP_FUNCTION()
/php-src/ext/intl/converter/
H A Dconverter.c805 RETURN_STR(message); in PHP_METHOD()

Completed in 167 milliseconds

123