Home
last modified time | relevance | path

Searched refs:pattern (Results 151 – 175 of 238) sorted by relevance

12345678910

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c268 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument
284 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp()
H A DNEWS45 . Implemented PCRE_INFO_MATCH_EMPTY, which yields 1 if the pattern can match
49 same name now checks them in the order in which they appear in the pattern.
102 creator of a pattern can specify lower (but not higher) limits for the
158 pattern.
185 . When a compiled pattern was saved to a file and later reloaded on a host
249 . Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_
361 a pattern have been added.
461 Thanks to Ian Taylor, the stack usage for many kinds of pattern has been
532 in the pattern - useful for debugging and tracing.
712 pcre_exec(pattern, extra, subject, length, options, ovec, ovecsize)
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_error2.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_match_basic.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_match_all_error2.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_match_basic_edit.phpt5 /* Prototype : proto int preg_match(string pattern, string subject [, array subpatterns [, int fla…
H A Dpreg_replace_error2.phpt33 Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in %…
H A Dpreg_match_all_edit_basic.phpt5 /* Prototype : proto int preg_match_all(string pattern, string subject, array subpatterns [, int f…
H A Dpreg_split_basic.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_match_all_basic.phpt6 * proto int preg_match_all(string pattern, string subject, [array subpatterns [, int flags [, int o…
/PHP-5.5/ext/ereg/tests/
H A Dereg_basic_004.phpt5 /* Prototype : proto int ereg(string pattern, string string [, array registers])
H A Dsplit_basic_003.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
H A Dereg_replace_basic_001.phpt5 /* Prototype : proto string ereg_replace(string pattern, string replacement, string string)
22 list($pattern, $match) = $re;
23 echo "--> Pattern: '$pattern'; match: '$match'\n";
24 var_dump(ereg_replace($pattern, $replacement, $match . ' this contains some matches ' . $match));
H A Deregi_replace_basic_001.phpt5 /* Prototype : proto string eregi_replace(string pattern, string replacement, string string)
22 list($pattern, $match) = $re;
23 echo "--> Pattern: '$pattern'; match: '$match'\n";
24 var_dump(eregi_replace($pattern, $replacement, $match . ' this contains some matches ' . $match));
H A Dereg_replace_variation_001.phpt5 /* Prototype : proto string ereg_replace(string pattern, string replacement, string string)
73 // loop through each element of the array for pattern
H A Deregi_replace_variation_001.phpt5 /* Prototype : proto string eregi_replace(string pattern, string replacement, string string)
73 // loop through each element of the array for pattern
H A Dereg_variation_001.phpt5 /* Prototype : proto int ereg(string pattern, string string [, array registers])
74 // loop through each element of the array for pattern
H A Deregi_variation_001.phpt5 /* Prototype : proto int eregi(string pattern, string string [, array registers])
74 // loop through each element of the array for pattern
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_basic.phpt10 /* Prototype : string mb_ereg_replace(string $pattern, string $replacement,
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE261 in the pattern and ONIG_OPTION_CAPTURE_GROUP is not setted.
312 * Call by group number is forbidden if named group is defined in the pattern
388 (?<=fixed-char-length-pattern), (?<!fixed-char-length-pattern)
402 + isolated option is not transparent to previous pattern.
403 ex. a(?i)* is a syntax error pattern.
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c261 char *pattern; in pcre_get_compiled_regex_cache() local
365 pattern = estrndup(p, pp-p); in pcre_get_compiled_regex_cache()
408 efree(pattern); in pcre_get_compiled_regex_cache()
419 re = pcre_compile(pattern, in pcre_get_compiled_regex_cache()
427 efree(pattern); in pcre_get_compiled_regex_cache()
448 efree(pattern); in pcre_get_compiled_regex_cache()
1908 ZEND_ARG_INFO(0, pattern)
1916 ZEND_ARG_INFO(0, pattern)
1940 ZEND_ARG_INFO(0, pattern)
/PHP-5.5/ext/zip/
H A Dphp_zip.c543 if (!IS_ABSOLUTE_PATH(pattern, pattern_len)) { in php_zip_glob()
549 if (IS_SLASH(*pattern)) { in php_zip_glob()
555 snprintf(work_pattern, MAXPATHLEN, "%s%c%s", cwd, DEFAULT_SLASH, pattern); in php_zip_glob()
556 pattern = work_pattern; in php_zip_glob()
561 if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { in php_zip_glob()
1661 char *pattern; in php_zip_add_from_pattern() local
1679 &pattern, &pattern_len, &flags, &options) == FAILURE) { in php_zip_add_from_pattern()
1684 &pattern, &pattern_len, &path, &path_len, &options) == FAILURE) { in php_zip_add_from_pattern()
1704 found = php_zip_glob(pattern, pattern_len, flags, return_value TSRMLS_CC); in php_zip_add_from_pattern()
2640 ZEND_ARG_INFO(0, pattern)
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h726 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType…
729 int onig_new_without_alloc P_((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, O…
731 int onig_new_deluxe P_((OnigRegex* reg, const OnigUChar* pattern, const OnigUChar* pattern_end, Oni…
737 int onig_recompile P_((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptio…
739 int onig_recompile_deluxe P_((OnigRegex reg, const OnigUChar* pattern, const OnigUChar* pattern_end…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_bit.phpt16 function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL) {
/PHP-5.5/ext/gd/tests/
H A Dbug24594.phpt18 /* create the dots pattern */

Completed in 54 milliseconds

12345678910