Home
last modified time | relevance | path

Searched refs:RETURN_STRINGL (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.1/ext/intl/grapheme/
H A Dgrapheme_string.c380 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 Dphp_cli_process_title.c63 RETURN_STRINGL(title, length); in PHP_FUNCTION()
/PHP-8.1/ext/standard/
H A Dsoundex.c97 RETURN_STRINGL(soundex, _small); in PHP_FUNCTION()
H A Dlink.c87 RETURN_STRINGL(buff, ret); in PHP_FUNCTION()
H A Dmd5.c59 RETURN_STRINGL((char *) digest, 16); in PHP_FUNCTION()
110 RETURN_STRINGL((char *) digest, 16); in PHP_FUNCTION()
H A Dsha1.c47 RETURN_STRINGL((char *) digest, 20); in PHP_FUNCTION()
92 RETURN_STRINGL((char *) digest, 20); in PHP_FUNCTION()
H A Ddir.c391 RETURN_STRINGL(entry.d_name, strlen(entry.d_name)); in PHP_FUNCTION()
H A Dstring.c1857 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 Ddns.c232 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_attr.c41 RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len); in PHP_FUNCTION()
/PHP-8.1/ext/intl/uchar/
H A Duchar.c65 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 Dlibsodium.c2971 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 Dspl_directory.c895 RETURN_STRINGL(path, path_len); in PHP_METHOD()
920RETURN_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 Dphp_spl.c351 RETURN_STRINGL(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS) - 1); in PHP_FUNCTION()
/PHP-8.1/ext/intl/converter/
H A Dconverter.c615 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 Dtimezone_methods.cpp323 RETURN_STRINGL(outbuf, region_len); in PHP_FUNCTION()
/PHP-8.1/ext/zlib/
H A Dzlib.c598 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 Dphp_zip.c2081 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 Dlocale_methods.c1532 RETURN_STRINGL(resultLocale, len); in PHP_FUNCTION()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c3522 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 Dsimplexml.c1629 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 Dpdo_dbh.c920 RETURN_STRINGL((char*)dbh->driver->driver_name, dbh->driver->driver_name_len); in PHP_METHOD()
/PHP-8.1/ext/phar/
H A Dphar_object.c990 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 Dzend_builtin_functions.c71 RETURN_STRINGL(ZEND_VERSION, sizeof(ZEND_VERSION)-1); in ZEND_FUNCTION()
/PHP-8.1/ext/tidy/
H A Dtidy.c1023 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in PHP_FUNCTION()

Completed in 128 milliseconds

12