Searched refs:RETURN_NEW_STR (Results 1 – 25 of 39) sorted by relevance
12
/PHP-8.1/ext/sodium/ |
H A D | libsodium.c | 2558 RETURN_NEW_STR(q); in PHP_FUNCTION() 2593 RETURN_NEW_STR(q); in PHP_FUNCTION() 2620 RETURN_NEW_STR(q); in PHP_FUNCTION() 3395 RETURN_NEW_STR(c); in PHP_FUNCTION() 3540 RETURN_NEW_STR(r); in PHP_FUNCTION() 3566 RETURN_NEW_STR(r); in PHP_FUNCTION() 3597 RETURN_NEW_STR(r); in PHP_FUNCTION() 3626 RETURN_NEW_STR(r); in PHP_FUNCTION() 3648 RETURN_NEW_STR(r); in PHP_FUNCTION() 3674 RETURN_NEW_STR(r); in PHP_FUNCTION() [all …]
|
/PHP-8.1/ext/calendar/ |
H A D | calendar.c | 331 RETURN_NEW_STR(zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION() 360 RETURN_NEW_STR(zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION() 487 RETURN_NEW_STR(zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION() 531 RETURN_NEW_STR(zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION()
|
/PHP-8.1/ext/standard/ |
H A D | microtime.c | 78 RETURN_NEW_STR(zend_strpprintf(0, "%.8F %ld", tp.tv_usec / MICRO_IN_SEC, (long)tp.tv_sec)); in _php_gettimeofday()
|
H A D | type.c | 66 RETURN_NEW_STR(zend_string_init(name, strlen(name), 0)); in PHP_FUNCTION() 73 RETURN_NEW_STR(zend_strpprintf(0, "resource (%s)", name)); in PHP_FUNCTION()
|
H A D | http.c | 247 RETURN_NEW_STR(formstr.s); in PHP_FUNCTION()
|
H A D | iptc.c | 295 RETURN_NEW_STR(spoolbuf); in PHP_FUNCTION()
|
H A D | url.c | 590 RETURN_NEW_STR(out_str); in PHP_FUNCTION() 652 RETURN_NEW_STR(out_str); in PHP_FUNCTION()
|
H A D | string.c | 935 RETURN_NEW_STR(newtext); in PHP_FUNCTION() 1018 RETURN_NEW_STR(newtext); in PHP_FUNCTION() 1222 RETURN_NEW_STR(str); in php_implode() 1667 RETURN_NEW_STR(ret); 2215 RETURN_NEW_STR(result); 2379 RETURN_NEW_STR(result); 4511 RETURN_NEW_STR(broken_str); 4593 RETURN_NEW_STR(result); 4638 RETURN_NEW_STR(buf); 5272 RETURN_NEW_STR(result); [all …]
|
H A D | password.c | 675 RETURN_NEW_STR(digest); in PHP_FUNCTION()
|
H A D | var.c | 647 RETURN_NEW_STR(buf.s); in PHP_FUNCTION() 1327 RETURN_NEW_STR(buf.s); in PHP_FUNCTION()
|
H A D | pack.c | 690 RETURN_NEW_STR(output); in PHP_FUNCTION()
|
H A D | streamsfuncs.c | 431 RETURN_NEW_STR(read_buf); in PHP_FUNCTION()
|
/PHP-8.1/ext/hash/ |
H A D | hash.c | 408 RETURN_NEW_STR(digest); in php_hash_do_hash() 415 RETURN_NEW_STR(hex_digest); in php_hash_do_hash() 565 RETURN_NEW_STR(digest); in php_hash_do_hash_hmac() 572 RETURN_NEW_STR(hex_digest); in php_hash_do_hash_hmac() 824 RETURN_NEW_STR(digest); in PHP_FUNCTION() 831 RETURN_NEW_STR(hex_digest); in PHP_FUNCTION() 1108 RETURN_NEW_STR(returnval); in PHP_FUNCTION()
|
/PHP-8.1/ext/json/ |
H A D | json.c | 271 RETURN_NEW_STR(buf.s); in PHP_FUNCTION()
|
/PHP-8.1/ext/shmop/ |
H A D | shmop.c | 248 RETURN_NEW_STR(return_string); in PHP_FUNCTION()
|
/PHP-8.1/ext/bz2/ |
H A D | bz2.c | 487 RETURN_NEW_STR(dest); in PHP_FUNCTION()
|
/PHP-8.1/ext/spl/ |
H A D | spl_observer.c | 388 RETURN_NEW_STR(php_spl_object_hash(obj)); in PHP_METHOD() 669 RETURN_NEW_STR(buf.s); in PHP_METHOD()
|
H A D | php_spl.c | 654 RETURN_NEW_STR(php_spl_object_hash(obj)); in PHP_FUNCTION()
|
H A D | spl_dllist.c | 1043 RETURN_NEW_STR(buf.s); in PHP_METHOD()
|
H A D | spl_iterators.c | 1196 RETURN_NEW_STR(result); in PHP_METHOD() 1236 RETURN_NEW_STR(result); in PHP_METHOD()
|
/PHP-8.1/ext/intl/uchar/ |
H A D | uchar.c | 240 RETURN_NEW_STR(buffer); in IC_METHOD()
|
/PHP-8.1/ext/intl/converter/ |
H A D | converter.c | 720 RETURN_NEW_STR(ret); in PHP_METHOD()
|
/PHP-8.1/ext/intl/locale/ |
H A D | locale_methods.c | 846 #define RETURN_SMART_STR(str) smart_str_0((str)); RETURN_NEW_STR((str)->s)
|
/PHP-8.1/Zend/ |
H A D | zend_exceptions.c | 630 RETURN_NEW_STR(zend_trace_to_string(Z_ARRVAL_P(trace), /* include_main */ true)); in ZEND_METHOD()
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.c | 1339 RETURN_NEW_STR(buffer); in PHP_FUNCTION() 2868 RETURN_NEW_STR(buffer);
|
Completed in 102 milliseconds
12