Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.4/win32/
H A Dglob.c764 match(name, pat, patend) in match() argument
765 register Char *name, *pat, *patend; in match()
770 while (pat < patend) {
771 c = *pat++;
774 if (pat == patend)
777 if (match(name, pat, patend))
791 ++pat;
792 while (((c = *pat++) & M_MASK) != M_END)
793 if ((*pat & M_MASK) == M_RNG) {
794 if (c <= k && k <= pat[1])
[all …]
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregerror.c302 UChar* pat, UChar* pat_end, const UChar *fmt, ...) in onig_snprintf_with_pattern() argument
304 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) in onig_snprintf_with_pattern()
308 UChar* pat;
323 need = (pat_end - pat) * 4 + 4;
329 p = pat;
H A Donigposix.h154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
H A Dregexec.c562 stk->u.state.pcode = (pat);\
571 stk->u.state.pcode = (pat);\
579 stk->u.state.pcode = (pat);\
603 stk->u.state.pcode = (pat);\
611 stk->u.state.pcode = (pat);\
616 #define STACK_PUSH_ALT(pat,s,sprev) STACK_PUSH(STK_ALT,pat,s,sprev) argument
618 #define STACK_PUSH_POS_NOT(pat,s,sprev) STACK_PUSH(STK_POS_NOT,pat,s,sprev) argument
623 #define STACK_PUSH_REPEAT(id, pat) do {\ argument
627 stk->u.repeat.pcode = (pat);\
718 #define STACK_PUSH_CALL_FRAME(pat) do {\ argument
[all …]
H A Dregint.h821 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat
/PHP-5.4/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.4/ext/standard/
H A Dstring.c2813 STR pat; member
2886 if (L(&pnr_a->pat) > L(&pnr_b->pat)) {
2888 } else if (L(&pnr_a->pat) < L(&pnr_b->pat)) {
3007 S(&patterns[i].pat) = string_key;
3008 L(&patterns[i].pat) = string_key_len;
3032 if (L(&patterns[i].pat) < res->m) {
3033 res->m = L(&patterns[i].pat);
3053 res->prefix[i] = php_strtr_hash(S(&res->patterns[i].pat), Bp);
3125 if (L(&pnr->pat) > L(text) - pos ||
3126 memcmp(S(&pnr->pat), &S(text)[pos], L(&pnr->pat)) != 0)
[all …]
/PHP-5.4/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.4/ext/mbstring/oniguruma/doc/
H A DRE332 + (?(condition)yes-pat|no-pat)
/PHP-5.4/win32/build/
H A Dconfutils.js2116 var pat = parts[p];
2117 var full_name = base + "\\" + pat;
2141 …re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt317 tions from just one library. For example, if you want to study a pat-
1494 3. Because no substrings are captured, back references within the pat-
1961 matches only CR, LF, or CRLF. The default can be overridden when a pat-
2507 matching. The function pcre_study() takes a pointer to a compiled pat-
2541 for patterns to be analyzed, and for one-off matches and simple pat-
2660 and also by pcre_exec() and pcre_dfa_exec(). Thus, for any single pat-
2680 The pcre_fullinfo() function returns information about a compiled pat-
3346 This means that a special item such as (*COMMIT) at the start of a pat-
3349 these "start-up" optimizations can cause them to be skipped if the pat-
3371 first match attempt from there. The (*COMMIT) item means that the pat-
[all …]
/PHP-5.4/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.4/
H A Dltmain.sh5046 char * strendzap(char *str, const char *pat);

Completed in 118 milliseconds