Home
last modified time | relevance | path

Searched refs:pat (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg.phpt16 function test_ereg( $test_enc, $pat, $str, $in_enc = 'EUC-JP' ) {
18 $pat = mb_convert_encoding( $pat, $test_enc, $in_enc );
20 …printf( "(%d)%s\n", mb_ereg( $pat, $str, $reg ), ( is_array( $reg )? bin2hex(mb_convert_encoding( …
24 $pat = b'([��-��]+) ([ ��-��]+)([��-��]+) ([��-��]+)$';
25 test_ereg( $enc, $pat, b'���� ������ ������ ����' );
26 test_ereg( $enc, $pat, b'�������� ������ ���� ���' );
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepinputx8 To pat or not to pat, that is the question.
H A Dgrepoutput54 8:To pat or not to pat, that is the question.
100 ./testdata/grepinputx:To pat or not to pat, that is the question.
360 ./testdata/grepinputx-8-To pat or not to pat, that is the question.
552 8:To pat or not to pat, that is the question.
/PHP-5.5/win32/
H A Dglob.c773 match(name, pat, patend) in match() argument
774 register Char *name, *pat, *patend; in match()
779 while (pat < patend) {
780 c = *pat++;
783 if (pat == patend)
786 if (match(name, pat, patend))
800 ++pat;
801 while (((c = *pat++) & M_MASK) != M_END)
802 if ((*pat & M_MASK) == M_RNG) {
803 if (c <= k && k <= pat[1])
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregerror.c318 UChar* pat, UChar* pat_end, const UChar *fmt, ...) in onig_snprintf_with_pattern() argument
320 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) in onig_snprintf_with_pattern()
324 UChar* pat;
339 need = (pat_end - pat) * 4 + 4;
345 p = pat;
H A Donigposix.h154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
H A Dregexec.c507 stk->u.state.pcode = (pat);\
516 stk->u.state.pcode = (pat);\
524 stk->u.state.pcode = (pat);\
548 stk->u.state.pcode = (pat);\
556 stk->u.state.pcode = (pat);\
561 #define STACK_PUSH_ALT(pat,s,sprev) STACK_PUSH(STK_ALT,pat,s,sprev) argument
563 #define STACK_PUSH_POS_NOT(pat,s,sprev) STACK_PUSH(STK_POS_NOT,pat,s,sprev) argument
568 #define STACK_PUSH_REPEAT(id, pat) do {\ argument
572 stk->u.repeat.pcode = (pat);\
663 #define STACK_PUSH_CALL_FRAME(pat) do {\ argument
[all …]
H A Dregint.h772 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c442 file_replace(struct magic_set *ms, const char *pat, const char *rep) in file_replace() argument
453 ZVAL_STRINGL(patt, pat, strlen(pat), 0); in file_replace()
/PHP-5.5/ext/standard/
H A Dstring.c2833 STR pat; member
2906 if (L(&pnr_a->pat) > L(&pnr_b->pat)) {
2908 } else if (L(&pnr_a->pat) < L(&pnr_b->pat)) {
2971 S(&patterns[i].pat) = string_key;
2972 L(&patterns[i].pat) = string_key_len;
2996 if (L(&patterns[i].pat) < res->m) {
2997 res->m = L(&patterns[i].pat);
3023 res->prefix[i] = php_strtr_hash(S(&res->patterns[i].pat), Bp);
3095 if (L(&pnr->pat) > L(text) - pos ||
3096 memcmp(S(&pnr->pat), &S(text)[pos], L(&pnr->pat)) != 0)
[all …]
/PHP-5.5/ext/imap/
H A Dphp_imap.c1842 char *ref, *pat; in PHP_FUNCTION() local
1847 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &streamind, &ref, &ref_len, &pat, &pat… in PHP_FUNCTION()
1857 mail_list(imap_le_struct->imap_stream, ref, pat); in PHP_FUNCTION()
1880 char *ref, *pat; in PHP_FUNCTION() local
1896 mail_list(imap_le_struct->imap_stream, ref, pat); in PHP_FUNCTION()
1930 char *ref, *pat, *content; in PHP_FUNCTION() local
1942 mail_scan(imap_le_struct->imap_stream, ref, pat, content); in PHP_FUNCTION()
2149 char *ref, *pat; in PHP_FUNCTION() local
2164 mail_lsub(imap_le_struct->imap_stream, ref, pat); in PHP_FUNCTION()
2186 char *ref, *pat; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE377 + (?(condition)yes-pat|no-pat)
/PHP-5.5/win32/build/
H A Dconfutils.js2150 var pat = parts[p];
2151 var full_name = base + "\\" + pat;
2175 …re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt328 tions from just one library. For example, if you want to study a pat-
1505 3. Because no substrings are captured, back references within the pat-
1972 matches only CR, LF, or CRLF. The default can be overridden when a pat-
2518 matching. The function pcre_study() takes a pointer to a compiled pat-
2552 for patterns to be analyzed, and for one-off matches and simple pat-
2671 and also by pcre_exec() and pcre_dfa_exec(). Thus, for any single pat-
2691 The pcre_fullinfo() function returns information about a compiled pat-
3357 This means that a special item such as (*COMMIT) at the start of a pat-
3360 these "start-up" optimizations can cause them to be skipped if the pat-
3382 first match attempt from there. The (*COMMIT) item means that the pat-
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2147 file_replace(struct magic_set *ms, const char *pat, const char *rep)
2160 + ZVAL_STRINGL(patt, pat, strlen(pat), 0);
2175 - rc = regcomp(&rx, pat, REG_EXTENDED);
/PHP-5.5/
H A Dltmain.sh5046 char * strendzap(char *str, const char *pat);

Completed in 102 milliseconds