/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_ereg.phpt | 17 function test_ereg( $test_enc, $pat, $str, $in_enc = 'EUC-JP' ) { 19 $pat = mb_convert_encoding( $pat, $test_enc, $in_enc ); 21 …printf( "(%d)%s\n", mb_ereg( $pat, $str, $reg ), ( is_array( $reg )? bin2hex(mb_convert_encoding( … 25 $pat = '([��-��]+) ([ ��-��]+)([��-��]+) ([��-��]+)$'; 26 test_ereg( $enc, $pat, '���� ������ ������ ����' ); 27 test_ereg( $enc, $pat, '�������� ������ ���� ���' );
|
/PHP-8.3/win32/ |
H A D | glob.c | 730 static int match(Char *name, Char *pat, Char *patend) in match() argument 735 while (pat < patend) { in match() 736 c = *pat++; in match() 739 if (pat == patend) in match() 742 if (match(name, pat, patend)) in match() 755 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS) in match() 756 ++pat; in match() 757 while (((c = *pat++) & M_MASK) != M_END) in match() 758 if ((*pat & M_MASK) == M_RNG) { in match() 759 if (c <= k && k <= pat[1]) in match() [all …]
|
/PHP-8.3/ext/phar/tests/ |
H A D | bug74991.phpt | 13 …n be truncated to 4096 (MAXPATHLEN) into 'phar://..sample.phar/some:xx..xx:pat' so it will fail to…
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 1882 local function dopattern(pat, args, sz, op, needrex) 1894 for c in gmatch(pat.."|", ".") do 1932 local imark = sub(pat, -1) -- Force a mark (ugly). 1944 "' in pattern `"..pat.."' for `"..op.."'") 2011 werror("bad char `"..c.."' in pattern `"..pat.."' for `"..op.."'") 2082 local szm, pat = match(tm, "^(.-):(.*)$", #args+1) 2083 if pat == "" then pat = lastpat else lastpat = pat end 2089 dopattern(pat, args, sz, params.op, needrex) -- Process pattern. 2101 dopattern(pat, args, szp, params.op, needrex) -- Process pattern.
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | funcs.c | 644 file_replace(struct magic_set *ms, const char *pat, const char *rep) in file_replace() argument 654 pattern = convert_libmagic_pattern((char*)pat, strlen(pat), opts); in file_replace()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 1294 zend_string *ref, *pat; in PHP_FUNCTION() local 1298 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OSS", &imap_conn_obj, php_imap_ce, &ref, &pat) == FAIL… in PHP_FUNCTION() 1308 mail_list(imap_conn_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION() 1357 zend_string *ref, *pat; in PHP_FUNCTION() local 1371 mail_list(imap_conn_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION() 1394 zend_string *ref, *pat, *content; in PHP_FUNCTION() local 1405 mail_scan(imap_conn_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat), ZSTR_VAL(content)); in PHP_FUNCTION() 1680 zend_string *ref, *pat; in PHP_FUNCTION() local 1695 mail_lsub(imap_conn_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION() 1717 zend_string *ref, *pat; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 2018 file_replace(struct magic_set *ms, const char *pat, const char *rep) 2023 - rc = file_regcomp(ms, &rx, pat, REG_EXTENDED); 2043 + pattern = convert_libmagic_pattern((char*)pat, strlen(pat), opts); 2066 - const char *pat, int flags) 2077 - rc = regcomp(rx, pat, flags); 2090 - file_magerror(ms, "regex error %d for `%s', (%s)", rc, pat, 2949 - const char* pat = "%[-0-9\\.]*s"; 2957 - rc = file_regcomp(ms, &rx, pat, REG_EXTENDED|REG_NOSUB);
|
/PHP-8.3/win32/build/ |
H A D | confutils.js | 2766 var pat = parts[p]; 2767 var full_name = base + "\\" + pat; 2791 …re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
|
/PHP-8.3/build/ |
H A D | ltmain.sh | 5059 char * strendzap(char *str, const char *pat);
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 4269 !:ext pat 16886 # XCF: file(1) magic for the patterns used in the GIMP (.pat), developed 16893 !:mime image/x-gimp-pat 16894 !:ext pat 34238 !:ext pat 34241 !:ext pat
|
H A D | magic私はガラスを食べられます | 4269 !:ext pat 16886 # XCF: file(1) magic for the patterns used in the GIMP (.pat), developed 16893 !:mime image/x-gimp-pat 16894 !:ext pat 34238 !:ext pat 34241 !:ext pat
|