Home
last modified time | relevance | path

Searched refs:pattern (Results 176 – 200 of 238) sorted by relevance

12345678910

/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_error1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_split_error1.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_match_all_error1.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
/PHP-5.5/ext/ereg/tests/
H A Dspliti_variation_001.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
73 // loop through each element of the array for pattern
H A Dsplit_variation_001.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
73 // loop through each element of the array for pattern
H A Dereg_error_002.phpt5 /* Prototype : proto int ereg(string pattern, string string [, array registers])
H A Dereg_replace_error_002.phpt5 /* Prototype : proto string ereg_replace(string pattern, string replacement, string string)
H A Dspliti_error_002.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
H A Deregi_error_002.phpt5 /* Prototype : proto int eregi(string pattern, string string [, array registers])
H A Deregi_replace_error_002.phpt5 /* Prototype : proto string eregi_replace(string pattern, string replacement, string string)
H A Dsplit_error_002.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput14368 /-- Although this saved pattern was compiled with link-size=2, it does no harm
374 Compiled pattern loaded from testsaved16
377 Running in 8-bit mode but pattern was compiled in 16-bit mode
380 Compiled pattern loaded from testsaved32
383 Running in 8-bit mode but pattern was compiled in 32-bit mode
/PHP-5.5/ext/mbstring/
H A Dmbstring.c446 ZEND_ARG_INFO(0, pattern)
452 ZEND_ARG_INFO(0, pattern)
458 ZEND_ARG_INFO(0, pattern)
465 ZEND_ARG_INFO(0, pattern)
471 ZEND_ARG_INFO(0, pattern)
478 ZEND_ARG_INFO(0, pattern)
484 ZEND_ARG_INFO(0, pattern)
490 ZEND_ARG_INFO(0, pattern)
495 ZEND_ARG_INFO(0, pattern)
500 ZEND_ARG_INFO(0, pattern)
[all …]
H A Dphp_mbregex.c448 static php_mb_regex_t *php_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType … in php_mbregex_compile_pattern() argument
456 found = zend_hash_find(&MBREX(ht_rc), (char *)pattern, patlen+1, (void **) &rc); in php_mbregex_compile_pattern()
458 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern()
464 …zend_hash_update(&MBREX(ht_rc), (char *) pattern, patlen + 1, (void *) &retval, sizeof(retval), NU… in php_mbregex_compile_pattern()
/PHP-5.5/ext/soap/
H A Dphp_sdl.h149 sdlRestrictionCharPtr pattern; member
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_basic.phpt10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h287 UChar* pattern; member
342 extern int onig_parse_make_tree P_((Node** root, const UChar* pattern, const UChar* end, regex_t…
H A DREADME105 (SQL-like pattern matching)
126 regsyntax.c pattern syntax functions and built-in syntax definitions.
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c88 regcomp(preg, pattern, cflags)
90 const char *pattern; variable
109 if (preg->re_endp < pattern)
111 len = preg->re_endp - pattern;
113 len = strlen((char *)pattern);
138 p->next = (unsigned char *)pattern; /* convenience; we do not modify it */
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3359 + Z_STRVAL_P(pattern) = t;
3412 + zval *pattern;
3417 + MAKE_STD_ZVAL(pattern);
3430 + zval_dtor(pattern);
3431 + FREE_ZVAL(pattern);
3453 + zval_dtor(pattern);
3454 + FREE_ZVAL(pattern);
3542 + zval_dtor(pattern);
3543 + FREE_ZVAL(pattern);
3568 + zval_dtor(pattern);
[all …]
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in58 var pattern = /\./g;
63 intvers = RE2CVERS.replace(pattern, '') - 0;
64 intmin = MINRE2C.replace(pattern, '') - 0;
/PHP-5.5/sapi/thttpd/
H A DREADME36 Setting the pattern from the command line is not supported.
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c8960 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile() argument
8984 pcre_compile2(const char *pattern, int options, int *errorcodeptr, in pcre_compile2() argument
8988 pcre16_compile2(PCRE_SPTR16 pattern, int options, int *errorcodeptr, in pcre_compile2()
8992 pcre32_compile2(PCRE_SPTR32 pattern, int options, int *errorcodeptr, in pcre_compile2()
9030 ptr = (const pcre_uchar *)pattern; in pcre_compile2()
9277 print_puchar(stdout, (PCRE_PUCHAR)pattern); in pcre_compile2()
9302 cd->start_pattern = (const pcre_uchar *)pattern; in pcre_compile2()
9303 cd->end_pattern = (const pcre_uchar *)(pattern + STRLEN_UC((const pcre_uchar *)pattern)); in pcre_compile2()
9418 ptr = (const pcre_uchar *)pattern + skipatstart; in pcre_compile2()
9562 *erroroffset = (int)(ptr - (const pcre_uchar *)pattern); in pcre_compile2()
[all …]
/PHP-5.5/ext/spl/tests/
H A Dclass_implements_variation2.phpt104 // loop through each element of the array for pattern
H A Dclass_uses_variation2.phpt106 // loop through each element of the array for pattern

Completed in 68 milliseconds

12345678910