/PHP-8.1/ext/intl/grapheme/ |
H A D | grapheme_string.c | 380 RETURN_STRINGL(sub_str, asub_str_len); in PHP_FUNCTION() 568 RETURN_STRINGL(haystack, found_offset); in strstr_common_handler() 570 RETURN_STRINGL(found, haystack_len - found_offset); in strstr_common_handler() 589 RETURN_STRINGL(haystack, ret_pos); in strstr_common_handler() 591 RETURN_STRINGL(haystack + ret_pos, haystack_len - ret_pos); in strstr_common_handler() 799 RETURN_STRINGL(pstr, nsize); in PHP_FUNCTION() 834 RETURN_STRINGL(((char *)pstr), ret_pos); in PHP_FUNCTION()
|
/PHP-8.1/sapi/cli/ |
H A D | php_cli_process_title.c | 63 RETURN_STRINGL(title, length); in PHP_FUNCTION()
|
/PHP-8.1/ext/standard/ |
H A D | soundex.c | 97 RETURN_STRINGL(soundex, _small); in PHP_FUNCTION()
|
H A D | link.c | 87 RETURN_STRINGL(buff, ret); in PHP_FUNCTION()
|
H A D | md5.c | 59 RETURN_STRINGL((char *) digest, 16); in PHP_FUNCTION() 110 RETURN_STRINGL((char *) digest, 16); in PHP_FUNCTION()
|
H A D | sha1.c | 47 RETURN_STRINGL((char *) digest, 20); in PHP_FUNCTION() 92 RETURN_STRINGL((char *) digest, 20); in PHP_FUNCTION()
|
H A D | dir.c | 391 RETURN_STRINGL(entry.d_name, strlen(entry.d_name)); in PHP_FUNCTION()
|
H A D | string.c | 1857 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset); 1859 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset); 2140 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset); 5341 RETURN_STRINGL(retstr, retlen); 5921 RETURN_STRINGL(haystack_ptr, (ZSTR_VAL(haystack) + ZSTR_LEN(haystack) - haystack_ptr));
|
H A D | dns.c | 232 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
|
/PHP-8.1/ext/intl/msgformat/ |
H A D | msgformat_attr.c | 41 RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len); in PHP_FUNCTION()
|
/PHP-8.1/ext/intl/uchar/ |
H A D | uchar.c | 65 RETURN_STRINGL(buffer, buffer_len); in IC_METHOD() 409 RETURN_STRINGL(buffer, buffer_len); in IC_METHOD() 599 RETURN_STRINGL(buffer, buffer_len); \
|
/PHP-8.1/ext/sodium/ |
H A D | libsodium.c | 2971 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 2983 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 2994 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 3006 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 3018 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 3029 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 3040 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 3051 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 3062 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() 3073 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION() [all …]
|
/PHP-8.1/ext/spl/ |
H A D | spl_directory.c | 895 RETURN_STRINGL(path, path_len); in PHP_METHOD() 920 …RETURN_STRINGL(ZSTR_VAL(intern->file_name) + path_len + 1, ZSTR_LEN(intern->file_name) - (path_len… in PHP_METHOD() 2161 RETURN_STRINGL(intern->u.file.current_line, intern->u.file.current_line_len); in PHP_METHOD() 2179 RETURN_STRINGL(intern->u.file.current_line, intern->u.file.current_line_len); in PHP_METHOD() 2555 RETURN_STRINGL(buf, 1); in PHP_METHOD() 2735 RETURN_STRINGL(intern->u.file.current_line, intern->u.file.current_line_len); in PHP_METHOD()
|
H A D | php_spl.c | 351 RETURN_STRINGL(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS) - 1); in PHP_FUNCTION()
|
/PHP-8.1/ext/intl/converter/ |
H A D | converter.c | 615 RETURN_STRINGL(chars, chars_len); in PHP_METHOD() 678 #define UCNV_REASON_CASE(v) case (UCNV_ ## v) : RETURN_STRINGL( "REASON_" #v , sizeof( "REASON_" #v…
|
/PHP-8.1/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 323 RETURN_STRINGL(outbuf, region_len); in PHP_FUNCTION()
|
/PHP-8.1/ext/zlib/ |
H A D | zlib.c | 598 RETURN_STRINGL("gzip", sizeof("gzip") - 1); in PHP_FUNCTION() 600 RETURN_STRINGL("deflate", sizeof("deflate") - 1); in PHP_FUNCTION()
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.c | 2081 RETURN_STRINGL((char *)comment, (zend_long)comment_len); 2367 RETURN_STRINGL((char *)comment, comment_len); 2390 RETURN_STRINGL((char *)comment, comment_len);
|
/PHP-8.1/ext/intl/locale/ |
H A D | locale_methods.c | 1532 RETURN_STRINGL(resultLocale, len); in PHP_FUNCTION()
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.c | 3522 RETURN_STRINGL(ZSTR_VAL(name), backslash - ZSTR_VAL(name)); in ZEND_METHOD() 3543 RETURN_STRINGL(backslash + 1, ZSTR_LEN(name) - (backslash - ZSTR_VAL(name) + 1)); in ZEND_METHOD() 5369 RETURN_STRINGL(ZSTR_VAL(name), backslash - ZSTR_VAL(name)); in ZEND_METHOD() 5390 RETURN_STRINGL(backslash + 1, ZSTR_LEN(name) - (backslash - ZSTR_VAL(name) + 1)); in ZEND_METHOD() 6425 RETURN_STRINGL((char *) digest, sizeof(digest)); in ZEND_METHOD()
|
/PHP-8.1/ext/simplexml/ |
H A D | simplexml.c | 1629 RETURN_STRINGL((char*)node->name, namelen); in PHP_METHOD() 2040 RETURN_STRINGL((char*)curnode->name, xmlStrlen(curnode->name)); in PHP_METHOD()
|
/PHP-8.1/ext/pdo/ |
H A D | pdo_dbh.c | 920 RETURN_STRINGL((char*)dbh->driver->driver_name, dbh->driver->driver_name_len); in PHP_METHOD()
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.c | 990 RETURN_STRINGL(PHP_PHAR_API_VERSION, sizeof(PHP_PHAR_API_VERSION)-1); in PHP_METHOD() 2644 RETURN_STRINGL(phar_obj->archive->alias, phar_obj->archive->alias_len); in PHP_METHOD() 2658 RETURN_STRINGL(phar_obj->archive->fname, phar_obj->archive->fname_len); in PHP_METHOD()
|
/PHP-8.1/Zend/ |
H A D | zend_builtin_functions.c | 71 RETURN_STRINGL(ZEND_VERSION, sizeof(ZEND_VERSION)-1); in ZEND_FUNCTION()
|
/PHP-8.1/ext/tidy/ |
H A D | tidy.c | 1023 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in PHP_FUNCTION()
|