Home
last modified time | relevance | path

Searched refs:pattern (Results 126 – 150 of 195) sorted by relevance

12345678

/PHP-7.1/ext/pcre/tests/
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…
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-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c385 zend_string *pattern; in check_fmt() local
391 pattern = zend_string_init("~%[-0-9.]*s~", sizeof("~%[-0-9.]*s~") - 1, 0); in check_fmt()
397 zend_string_release(pattern); in check_fmt()
1808 convert_libmagic_pattern(zval *pattern, char *val, int len, int options) in convert_libmagic_pattern() argument
1839 ZVAL_NEW_STR(pattern, t); in convert_libmagic_pattern()
2002 zval pattern; in magiccheck() local
2015 if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) { in magiccheck()
2016 zval_ptr_dtor(&pattern); in magiccheck()
2037 zval_ptr_dtor(&pattern); in magiccheck()
2064 zval_ptr_dtor(&pattern); in magiccheck()
[all …]
H A Dreadcdf.c55 const char *pattern; member
123 for (i = 0; nv[i].pattern != NULL; i++) in cdf_app_to_mime()
124 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()
/PHP-7.1/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-7.1/ext/zip/
H A Dphp_zip.c516 if (!IS_ABSOLUTE_PATH(pattern, pattern_len)) { in php_zip_glob()
522 if (IS_SLASH(*pattern)) { in php_zip_glob()
529 pattern = work_pattern; in php_zip_glob()
1637 zend_string *pattern; in php_zip_add_from_pattern() local
1647 &pattern, &flags, &options) == FAILURE) { in php_zip_add_from_pattern()
1652 &pattern, &path, &path_len, &options) == FAILURE) { in php_zip_add_from_pattern()
1657 if (ZSTR_LEN(pattern) == 0) { in php_zip_add_from_pattern()
1674 found = php_zip_glob(ZSTR_VAL(pattern), ZSTR_LEN(pattern), flags, return_value); in php_zip_add_from_pattern()
1676 found = php_zip_pcre(pattern, path, path_len, return_value); in php_zip_add_from_pattern()
2831 ZEND_ARG_INFO(0, pattern)
[all …]
/PHP-7.1/ext/pcre/pcrelib/
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-7.1/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt21 /* draw a checker pattern */
H A Dbug24594.phpt18 /* create the dots pattern */
/PHP-7.1/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…
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-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_bit.phpt16 function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL) {
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c447 static php_mb_regex_t *php_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType … in php_mbregex_compile_pattern() argument
454 if (!php_mb_check_encoding(pattern, patlen, _php_mb_regex_mbctype2name(enc))) { in php_mbregex_compile_pattern()
460 rc = zend_hash_str_find_ptr(&MBREX(ht_rc), (char *)pattern, patlen); in php_mbregex_compile_pattern()
462 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern()
471 zend_hash_str_update_ptr(&MBREX(ht_rc), (char *)pattern, patlen, retval); in php_mbregex_compile_pattern()
H A Dmbstring.c438 ZEND_ARG_INFO(0, pattern)
444 ZEND_ARG_INFO(0, pattern)
450 ZEND_ARG_INFO(0, pattern)
457 ZEND_ARG_INFO(0, pattern)
464 ZEND_ARG_INFO(0, pattern)
471 ZEND_ARG_INFO(0, pattern)
477 ZEND_ARG_INFO(0, pattern)
483 ZEND_ARG_INFO(0, pattern)
488 ZEND_ARG_INFO(0, pattern)
493 ZEND_ARG_INFO(0, pattern)
[all …]
/PHP-7.1/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-7.1/ext/soap/
H A Dphp_sdl.h149 sdlRestrictionCharPtr pattern; member
/PHP-7.1/ext/mbstring/tests/
H A Dmb_ereg_basic.phpt10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])

Completed in 84 milliseconds

12345678