Searched refs:RETURN_STR (Results 1 – 25 of 56) sorted by relevance
123
/PHP-8.0/ext/intl/collator/ |
H A D | collator_error.c | 66 RETURN_STR(message); in PHP_FUNCTION()
|
/PHP-8.0/ext/session/ |
H A D | mod_user_class.c | 103 RETURN_STR(val); in PHP_METHOD() 169 RETURN_STR(id); in PHP_METHOD()
|
/PHP-8.0/ext/skeleton/ |
H A D | skeleton.c | 42 RETURN_STR(retval); in PHP_FUNCTION()
|
/PHP-8.0/ext/standard/ |
H A D | uniqid.c | 79 RETURN_STR(uniqid); in PHP_FUNCTION()
|
H A D | uuencode.c | 212 RETURN_STR(php_uuencode(ZSTR_VAL(src), ZSTR_LEN(src))); in PHP_FUNCTION() 231 RETURN_STR(dest); in PHP_FUNCTION()
|
H A D | math.c | 947 RETURN_STR(_php_math_longtobase_pwr2(arg, 1)); in PHP_FUNCTION() 960 RETURN_STR(_php_math_longtobase_pwr2(arg, 3)); in PHP_FUNCTION() 973 RETURN_STR(_php_math_longtobase_pwr2(arg, 4)); in PHP_FUNCTION() 1159 …RETURN_STR(_php_math_number_format_ex(num, (int)dec, dec_point, dec_point_len, thousand_sep, thous… in PHP_FUNCTION()
|
H A D | random.c | 237 RETURN_STR(bytes); in PHP_FUNCTION()
|
H A D | crypt.c | 230 RETURN_STR(result); in PHP_FUNCTION()
|
H A D | quot_print.c | 274 RETURN_STR(new_str); in PHP_FUNCTION()
|
H A D | string.c | 218 RETURN_STR(result); in PHP_FUNCTION() 1155 RETURN_STR(zval_get_string(tmp)); in php_implode() 1395 RETURN_STR(php_string_toupper(arg)); in PHP_FUNCTION() 2158 RETURN_STR(result); 2565 RETURN_STR(php_ucfirst(str)); 2597 RETURN_STR(php_lcfirst(str)); 3238 RETURN_STR(php_strtr_ex(str, 3421 RETURN_STR(php_addslashes(str)); 4673 RETURN_STR(result); 4682 RETURN_STR(result); [all …]
|
H A D | url.c | 574 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()
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat.c | 105 RETURN_STR( message); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter_main.c | 136 RETURN_STR(message); in PHP_FUNCTION()
|
/PHP-8.0/ext/sodium/ |
H A D | libsodium.c | 662 RETURN_STR(state); in PHP_FUNCTION() 836 RETURN_STR(keypair); in PHP_FUNCTION() 1156 RETURN_STR(keypair); in PHP_FUNCTION() 2304 RETURN_STR(hex); in PHP_FUNCTION() 2370 RETURN_STR(b64); in PHP_FUNCTION() 2478 RETURN_STR(keypair); in PHP_FUNCTION() 2499 RETURN_STR(keypair); in PHP_FUNCTION() 2676 RETURN_STR(mac); in PHP_FUNCTION() 2735 RETURN_STR(ecdhkey); in PHP_FUNCTION() 2969 RETURN_STR(subkey); in PHP_FUNCTION() [all …]
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_priv.h | 88 RETURN_STR(strpprintf(0, MYSQLI_LLU_SPEC, (__val))); \
|
/PHP-8.0/ext/intl/msgformat/ |
H A D | msgformat.c | 170 RETURN_STR(message); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 204 RETURN_STR(ret_rules); in PHP_METHOD()
|
H A D | breakiterator_methods.cpp | 390 RETURN_STR(message); in PHP_METHOD()
|
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 598 RETURN_STR(message); in PHP_FUNCTION() 634 RETURN_STR(winID); in PHP_FUNCTION() 670 RETURN_STR(id); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/common/ |
H A D | common_error.c | 42 RETURN_STR(intl_error_get_message( NULL )); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 352 RETURN_STR(message); in PHP_FUNCTION()
|
/PHP-8.0/ext/zlib/ |
H A D | zlib.c | 734 RETURN_STR(out); \ 1047 RETURN_STR(out); in PHP_FUNCTION() 1242 RETURN_STR(out); in PHP_FUNCTION() 1248 RETURN_STR(out); in PHP_FUNCTION()
|
/PHP-8.0/ext/zend_test/ |
H A D | test.c | 113 RETURN_STR(res); in ZEND_FUNCTION() 275 RETURN_STR(function_name); in ZEND_FUNCTION()
|
/PHP-8.0/Zend/ |
H A D | zend_exceptions.c | 405 RETURN_STR(zval_get_string(prop)); in ZEND_METHOD() 429 RETURN_STR(zval_get_string(prop)); in ZEND_METHOD() 743 RETURN_STR(str); in ZEND_METHOD()
|
/PHP-8.0/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 471 RETURN_STR( message ); in PHP_FUNCTION()
|
Completed in 109 milliseconds
123