Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 25 of 37) sorted by relevance

12

/PHP-8.1/ext/pcre/
H A Dphp_pcre.stub.php6 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset…
9 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
15 function preg_replace(string|array $pattern, string|array $replacement, string|array $subject, int …
21 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $…
27 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
30 function preg_replace_callback_array(array $pattern, string|array $subject, int $limit = -1, &$coun…
36 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
41 function preg_grep(string $pattern, array $array, int $flags = 0): array|false {}
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat.stub.php7 public function __construct(string $locale, string $pattern) {}
13 public static function create(string $locale, string $pattern): ?MessageFormatter {}
25 …public static function formatMessage(string $locale, string $pattern, array $values): string|false…
39 …public static function parseMessage(string $locale, string $pattern, string $message): array|false…
45 public function setPattern(string $pattern): bool {}
H A Dmsgformat_format.c77 char *pattern = NULL; in PHP_FUNCTION() local
H A Dmsgformat_parse.c80 char *pattern = NULL; in PHP_FUNCTION() local
H A Dmsgformat.c31 char* pattern; in msgfmt_ctor() local
/PHP-8.1/ext/mbstring/
H A Dmbstring.stub.php144 function mb_ereg(string $pattern, string $string, &$matches = null): bool {} argument
147 function mb_eregi(string $pattern, string $string, &$matches = null): bool {} argument
150 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
153 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
156 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt… argument
162 function mb_split(string $pattern, string $string, int $limit = -1): array|false {} argument
164 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
166 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
172 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
178 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
[all …]
/PHP-8.1/win32/
H A Dglob.c161 glob(pattern, flags, errfunc, pglob) in glob() argument
219 globexp1(pattern, pglob) in globexp1() argument
244 globexp2(ptr, pattern, pglob, rv) in globexp2() argument
354 globtilde(pattern, patbuf, patbuf_len, pglob) in globtilde() argument
433 glob0(pattern, pglob) in glob0() argument
528 glob1(pattern, pattern_last, pglob, limitp) in glob1() argument
549 glob2(pathbuf, pathbuf_last, pathend, pathend_last, pattern, in glob2() argument
613 glob3(pathbuf, pathbuf_last, pathend, pathend_last, pattern, pattern_last, in glob3() argument
H A Dfnmatch.c58 PHPAPI int fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
152 rangematch(const char *pattern, char test, int flags) in rangematch()
/PHP-8.1/ext/intl/formatter/
H A Dformatter.stub.php8 public function __construct(string $locale, int $style, ?string $pattern = null) {}
14 …public static function create(string $locale, int $style, ?string $pattern = null): ?NumberFormatt…
83 public function setPattern(string $pattern): bool {}
H A Dformatter_main.c29 char* pattern = NULL; in numfmt_ctor() local
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat.stub.php17 ?string $pattern = null
31 ?string $pattern = null
87 public function setPattern(string $pattern): bool {}
H A Ddateformat_format_object.cpp71 bool pattern = false; in PHP_FUNCTION() local
/PHP-8.1/ext/standard/
H A Dbrowscap.c34 zend_string *pattern; member
93 static uint8_t browscap_compute_prefix_len(zend_string *pattern) { in browscap_compute_prefix_len()
104 zend_string *pattern, size_t start_pos, in browscap_compute_contains()
131 static size_t browscap_compute_regex_len(zend_string *pattern) { in browscap_compute_regex_len()
134 switch (ZSTR_VAL(pattern)[i]) { in browscap_compute_regex_len() local
150 static zend_string *browscap_convert_pattern(zend_string *pattern, int persistent) /* {{{ */ in browscap_convert_pattern()
357 zend_string *pattern = Z_STR_P(arg1); in php_browscap_parser_cb() local
H A Ddir.c407 char *pattern = NULL; in PHP_FUNCTION() local
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php66 …function imap_listscan(IMAP\Connection $imap, string $reference, string $pattern, string $content)…
69 …function imap_scan(IMAP\Connection $imap, string $reference, string $pattern, string $content): ar…
72 …function imap_scanmailbox(IMAP\Connection $imap, string $reference, string $pattern, string $conte…
124 function imap_list(IMAP\Connection $imap, string $reference, string $pattern): array|false {}
127 …function imap_listmailbox(IMAP\Connection $imap, string $reference, string $pattern): array|false …
129 function imap_lsub(IMAP\Connection $imap, string $reference, string $pattern): array|false {}
132 …function imap_listsubscribed(IMAP\Connection $imap, string $reference, string $pattern): array|fal…
134 …function imap_getsubscribed(IMAP\Connection $imap, string $reference, string $pattern): array|fals…
136 …function imap_getmailboxes(IMAP\Connection $imap, string $reference, string $pattern): array|false…
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_convert.c125 convert_posix(uint32_t pattype, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_posix()
482 PCRE2_SPTR pattern = start; in convert_glob_parse_class() local
584 PCRE2_SPTR pattern = *from; in convert_glob_parse_range() local
787 convert_glob(uint32_t options, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_glob()
1057 pcre2_pattern_convert(PCRE2_SPTR pattern, PCRE2_SIZE plength, uint32_t options, in pcre2_pattern_convert()
/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
504 #define SLJIT_S390X_RIA(name, pattern, imm_type) \ argument
533 #define SLJIT_S390X_RILA(name, pattern, imm_type) \ argument
569 #define SLJIT_S390X_RXA(name, pattern) \ argument
607 #define SLJIT_S390X_RXYA(name, pattern, cond) \ argument
662 #define SLJIT_S390X_RSYA(name, pattern, cond) \ argument
691 #define SLJIT_S390X_RIEF(name, pattern) \ argument
728 #define SLJIT_S390X_RRFC(name, pattern) \ argument
748 #define SLJIT_S390X_RIEG(name, pattern) \ argument
[all …]
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php171 ?string $pattern = null
191 function datefmt_set_pattern(IntlDateFormatter $formatter, string $pattern): bool {}
226 function numfmt_create(string $locale, int $style, ?string $pattern = null): ?NumberFormatter {}
253 function numfmt_set_pattern(NumberFormatter $formatter, string $pattern): bool {}
337 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {}
341 function msgfmt_format_message(string $locale, string $pattern, array $values): string|false {}
353 function msgfmt_parse_message(string $locale, string $pattern, string $message): array|false {}
355 function msgfmt_set_pattern(MessageFormatter $formatter, string $pattern): bool {}
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php110 public function addGlob(string $pattern, int $flags = 0, array $options = []): array|false {}
113 …public function addPattern(string $pattern, string $path = ".", array $options = []): array|false …
/PHP-8.1/ext/spl/
H A Dspl_iterators.stub.php325 …public function __construct(Iterator $iterator, string $pattern, int $mode = RegexIterator::MATCH,…
354 …public function __construct(RecursiveIterator $iterator, string $pattern, int $mode = RecursiveReg…
H A Dspl_directory.stub.php188 …public function __construct(string $pattern, int $flags = FilesystemIterator::KEY_AS_PATHNAME | Fi…
/PHP-8.1/main/streams/
H A Dglob_wrapper.c42 char *pattern; member
/PHP-8.1/ext/phar/
H A Dphar_object.stub.php25 public function buildFromDirectory(string $directory, string $pattern = ""): array {}
214 public function buildFromDirectory(string $directory, string $pattern = ""): array {}
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c49 const char *pattern; member
H A Dsoftmagic.c483 zend_string *pattern; in check_fmt() local
2234 zend_string *pattern; in magiccheck() local

Completed in 87 milliseconds

12