Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/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.3/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.3/ext/fileinfo/libmagic/
H A Dfuncs.c434 file_replace(struct magic_set *ms, const char *pat, const char *rep) argument
445 ZVAL_STRINGL(patt, pat, strlen(pat), 0);
/PHP-5.3/ext/imap/
H A Dphp_imap.c1851 char *ref, *pat; in PHP_FUNCTION() local
1856 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &streamind, &ref, &ref_len, &pat, &pat… in PHP_FUNCTION()
1866 mail_list(imap_le_struct->imap_stream, ref, pat); in PHP_FUNCTION()
1889 char *ref, *pat; in PHP_FUNCTION() local
1905 mail_list(imap_le_struct->imap_stream, ref, pat); in PHP_FUNCTION()
1939 char *ref, *pat, *content; in PHP_FUNCTION() local
1951 mail_scan(imap_le_struct->imap_stream, ref, pat, content); in PHP_FUNCTION()
2158 char *ref, *pat; in PHP_FUNCTION() local
2173 mail_lsub(imap_le_struct->imap_stream, ref, pat); in PHP_FUNCTION()
2195 char *ref, *pat; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE332 + (?(condition)yes-pat|no-pat)
/PHP-5.3/win32/build/
H A Dconfutils.js1896 var pat = parts[p];
1897 var full_name = base + "\\" + pat;
1921 …re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt311 tions from just one library. For example, if you want to study a pat-
1462 3. Because no substrings are captured, back references within the pat-
1918 matches only CR, LF, or CRLF. The default can be overridden when a pat-
2411 matching. The function pcre_study() takes a pointer to a compiled pat-
2445 for patterns to be analyzed, and for one-off matches and simple pat-
2555 and normally also by pcre_exec(). Thus, by default, for any single pat-
2571 The pcre_fullinfo() function returns information about a compiled pat-
2757 appear in the table in the order in which they were found in the pat-
3200 This means that a special item such as (*COMMIT) at the start of a pat-
3224 first match attempt from there. The (*COMMIT) item means that the pat-
[all …]
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1881 file_replace(struct magic_set *ms, const char *pat, const char *rep)
1894 + ZVAL_STRINGL(patt, pat, strlen(pat), 0);
1910 - rc = regcomp(&rx, pat, REG_EXTENDED);
/PHP-5.3/
H A Dltmain.sh5046 char * strendzap(char *str, const char *pat);

Completed in 123 milliseconds