Home
last modified time | relevance | path

Searched refs:pattern (Results 76 – 100 of 145) sorted by relevance

123456

/PHP-8.1/ext/pcre/tests/
H A Dpreg_grep_error1.phpt59 preg_grep(): Argument #1 ($pattern) must be of type string, array given
68 preg_grep(): Argument #1 ($pattern) must be of type string, stdClass given
H A Dpreg_match_error1.phpt56 preg_match(): Argument #1 ($pattern) must be of type string, array given
60 preg_match(): Argument #1 ($pattern) must be of type string, stdClass given
H A Dpreg_match_all_error1.phpt64 preg_match_all(): Argument #1 ($pattern) must be of type string, array given
82 preg_match_all(): Argument #1 ($pattern) must be of type string, stdClass given
H A Dpreg_replace_callback_array2.phpt33 preg_replace_callback_array(): Argument #1 ($pattern) must contain only valid callbacks
H A Dpreg_replace_error2.phpt38 preg_replace(): Argument #1 ($pattern) must be of type array when argument #2 ($replacement) is an …
/PHP-8.1/ext/standard/tests/file/
H A Dfnmatch_maxpathlen.phpt2 Test fnmatch() function : warning filename or pattern exceeds maxpathlen
/PHP-8.1/ext/intl/tests/
H A Dformatter_format2.phpt52 foreach( $styles as $style => $pattern )
54 $fmt = ut_nfmt_create( $locale, $style, $pattern );
H A Dformatter_format4.phpt53 foreach( $styles as $style => $pattern )
55 $fmt = ut_nfmt_create( $locale, $style, $pattern );
H A Dformatter_format5.phpt53 foreach( $styles as $style => $pattern )
55 $fmt = ut_nfmt_create( $locale, $style, $pattern );
H A Dformatter_format6.phpt53 foreach( $styles as $style => $pattern )
55 $fmt = ut_nfmt_create( $locale, $style, $pattern );
H A Dformatter_format3.phpt53 foreach( $styles as $style => $pattern )
55 $fmt = ut_nfmt_create( $locale, $style, $pattern );
H A Dformatter_format7.phpt53 foreach( $styles as $style => $pattern )
55 $fmt = ut_nfmt_create( $locale, $style, $pattern );
H A Dformatter_format8.phpt52 foreach( $styles as $style => $pattern )
54 $fmt = ut_nfmt_create( $locale, $style, $pattern );
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt35 foreach($character_classes as $string => $pattern) {
41 var_dump(mb_ereg($pattern, $string, $regs));
H A Dmb_ereg_replace_variation1.phpt69 // loop through each element of the array for pattern
H A Dmb_ereg_variation7.phpt2 Test mb_ereg() function : usage variations - different regex features in $pattern
/PHP-8.1/ext/xml/tests/
H A Dbug35447.phpt18 type (literal|pattern|sub) "literal"
/PHP-8.1/ext/date/tests/
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php110 public function addGlob(string $pattern, int $flags = 0, array $options = []): array|false {} argument
113 …public function addPattern(string $pattern, string $path = ".", array $options = []): array|false … argument
/PHP-8.1/ext/spl/
H A Dspl_iterators.stub.php325 …public function __construct(Iterator $iterator, string $pattern, int $mode = RegexIterator::MATCH,… argument
354 …public function __construct(RecursiveIterator $iterator, string $pattern, int $mode = RecursiveReg… argument
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c49 const char *pattern; member
118 for (i = 0; nv[i].pattern != NULL; i++) { in cdf_app_to_mime()
122 pattern_lower = zend_str_tolower_dup(nv[i].pattern, strlen(nv[i].pattern)); in cdf_app_to_mime()
H A Dfuncs.c648 zend_string *pattern; in file_replace() local
656 pattern = convert_libmagic_pattern((char*)pat, strlen(pat), opts); in file_replace()
657 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in file_replace()
658 zend_string_release(pattern); in file_replace()
662 zend_string_release(pattern); in file_replace()
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c411 #define SLJIT_S390X_RR(name, pattern) \ argument
444 #define SLJIT_S390X_RRE(name, pattern) \ argument
569 #define SLJIT_S390X_RXA(name, pattern) \ argument
580 return (pattern) | ri | xi | bi | di; \
618 return (pattern) | ri | xi | bi | di; \
673 return (pattern) | r1 | r3 | b2 | d2; \
691 #define SLJIT_S390X_RIEF(name, pattern) \ argument
728 #define SLJIT_S390X_RRFC(name, pattern) \ argument
738 return (pattern) | m3 | r1 | r2; \
758 return (pattern) | r1 | m3 | i2; \
[all …]
/PHP-8.1/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt19 /* draw a checker pattern */
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_bit.phpt17 function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL) {

Completed in 55 milliseconds

123456