Home
last modified time | relevance | path

Searched refs:pattern (Results 101 – 125 of 195) sorted by relevance

12345678

/PHP-7.1/ext/pcre/tests/
H A Dpreg_match_all_error3.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_replace2.phpt25 Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in %…
H A Dpreg_split_error2.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_match_basic.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_match_error2.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
/PHP-7.1/ext/intl/tests/
H A Dbug69374.phpt2 …lDateFormatter::formatObject(): returns wrong utf8 value when $format param is utf8 string pattern.
H A Dformatter_format8.phpt51 foreach( $styles as $style => $pattern )
53 $fmt = ut_nfmt_create( $locale, $style, $pattern );
H A Dformatter_format7.phpt52 foreach( $styles as $style => $pattern )
54 $fmt = ut_nfmt_create( $locale, $style, $pattern );
H A Dmsgfmt_fail.phpt130 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
131 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
132 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
H A Dmsgfmt_fail2.phpt130 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
131 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
132 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
/PHP-7.1/ext/mbstring/tests/
H A Dmb_split_variation1.phpt2 Test mb_split() function : usage variations - different parameter types for pattern
10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
90 // loop through each element of the array for pattern
H A Dmb_ereg_replace_variation1.phpt12 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s…
88 // loop through each element of the array for pattern
H A Dmb_ereg1.phpt34 Warning: mb_ereg(): empty pattern in %s on line %d
H A Dmb_ereg_variation6.phpt10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
16 * Test how mb_ereg() matches special characters for $pattern
H A Dmb_ereg_replace_basic.phpt10 /* Prototype : string mb_ereg_replace(string $pattern, string $replacement,
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput212 right away, and can be any old pattern compiled in 8-bit mode ("abc" is
/PHP-7.1/ext/intl/formatter/
H A Dformatter_class.c126 ZEND_ARG_INFO(0, pattern)
136 ZEND_ARG_INFO(0, pattern)
/PHP-7.1/ext/intl/
H A Dphp_intl.c248 ZEND_ARG_INFO(0, pattern)
286 ZEND_ARG_INFO(0, pattern)
296 ZEND_ARG_INFO(0, pattern)
314 ZEND_ARG_INFO(0, pattern)
325 ZEND_ARG_INFO(0, pattern)
331 ZEND_ARG_INFO(0, pattern)
340 ZEND_ARG_INFO(0, pattern)
371 ZEND_ARG_INFO(0, pattern)
/PHP-7.1/ext/xml/tests/
H A Dbug35447.phpt17 type (literal|pattern|sub) "literal"
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_class.c137 ZEND_ARG_INFO(0, pattern)
154 ZEND_ARG_INFO(0, pattern)
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING22 the pattern was all used up, all remaining states were possible matches, and
24 not necessarily maximize the individual wild portions of the pattern, as is
37 matches individual wild portions of the pattern. This is an "NFA algorithm" in
47 in the pattern, to save on compiling time. However, because of the greater
49 first pass through the pattern is helpful for other reasons.
94 is doing a full analysis of the pattern. My hope was that this would not be a
111 just-in-time (JIT) support, and studying a compiled pattern with JIT is
147 The compiled form of a pattern is a vector of unsigned units (bytes in 8-bit
170 OP_END end of pattern
207 This ends the assertion, not the entire pattern match.
[all …]
H A Dpcreposix.c266 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument
282 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp()
/PHP-7.1/ext/date/tests/
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
/PHP-7.1/ext/standard/tests/file/
H A Dfnmatch_variation.phpt10 /* Prototype: bool fnmatch ( string $pattern, string $string [, int $flags] )
12 the given shell wildcard pattern.
18 /* avoid using \, it breaks the pattern */
77 function match( $pattern, $string ) {
78 for( $i = 0; $i<count($pattern); $i++ ) {
81 var_dump( fnmatch($pattern[$i], $string[$j]) );
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c331 char *pattern; in pcre_get_compiled_regex_cache() local
447 pattern = estrndup(p, pp-p); in pcre_get_compiled_regex_cache()
492 efree(pattern); in pcre_get_compiled_regex_cache()
509 re = pcre_compile(pattern, in pcre_get_compiled_regex_cache()
523 efree(pattern); in pcre_get_compiled_regex_cache()
562 efree(pattern); in pcre_get_compiled_regex_cache()
1676 Z_PARAM_ARRAY(pattern) in PHP_FUNCTION()
2166 ZEND_ARG_INFO(0, pattern)
2174 ZEND_ARG_INFO(0, pattern)
2198 ZEND_ARG_INFO(0, pattern)
[all …]

Completed in 36 milliseconds

12345678