Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 25 of 133) sorted by path

123456

/PHP-7.4/
H A DNEWS382 . Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has
H A DREADME.REDIST.BINS37 optimize pattern matching. This is an optional feature that can be omitted when
H A DUPGRADING428 . Passing a non-string pattern to mb_ereg_replace() is deprecated. Currently
430 pattern will be interpreted as a string instead.
/PHP-7.4/build/
H A Dltmain.sh3786 $echo "*** with $libname but no candidates were found. (...for regex pattern test)"
3789 $echo "*** using a regex pattern. Last file checked: $potlib"
H A Dphp.m4142 pattern=define
143 $EGREP $pattern'.*include/php' $srcdir/configure|$SED 's/.*>//'|xargs touch 2>/dev/null
/PHP-7.4/ext/curl/
H A Dinterface.c1535 static int curl_fnmatch(void *ctx, const char *pattern, const char *string) in curl_fnmatch() argument
1549 ZVAL_STRING(&argv[1], pattern); in curl_fnmatch()
/PHP-7.4/ext/date/tests/
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch638 + zval pattern;
645 + zval_dtor(&pattern);
650 + zval_dtor(&pattern);
3187 + pattern_lower = zend_str_tolower_dup(nv[i].pattern, strlen(nv[i].pattern));
3312 + zend_string *pattern;
3489 + ZVAL_NEW_STR(pattern, t);
3502 + zval pattern;
3525 + zval_ptr_dtor(&pattern);
3561 + zval_ptr_dtor(&pattern);
3588 + zval_ptr_dtor(&pattern);
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2593 zval pattern; in getvalue() local
2597 convert_libmagic_pattern(&pattern, m->value.s, strlen(m->value.s), options); in getvalue()
2599 if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) { in getvalue()
2600 zval_dtor(&pattern); in getvalue()
2603 zval_dtor(&pattern); in getvalue()
H A Dfile.h515 convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options);
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 Dsoftmagic.c474 zend_string *pattern; in check_fmt() local
479 pattern = zend_string_init("~%[-0-9\\.]*s~", sizeof("~%[-0-9\\.]*s~") - 1, 0); in check_fmt()
480 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in check_fmt()
490 zend_string_release(pattern); in check_fmt()
1959 ZVAL_NEW_STR(pattern, t); in convert_libmagic_pattern()
2140 zval pattern; in magiccheck() local
2153 if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) { in magiccheck()
2154 zval_ptr_dtor(&pattern); in magiccheck()
2175 zval_ptr_dtor(&pattern); in magiccheck()
2202 zval_ptr_dtor(&pattern); in magiccheck()
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic68 >12 leshort =1 1 pattern
78 >9 byte =1 Digital Symphony pattern data (RISC OS),
80 >>10 leshort =1 1 pattern
13781 20 string GPAT GIMP pattern data,
14212 # It has to be duplicated above because the top-level pattern
16204 >>6 beshort !2 \b, pattern size %d
H A Dmagic私はガラスを食べられます68 >12 leshort =1 1 pattern
78 >9 byte =1 Digital Symphony pattern data (RISC OS),
80 >>10 leshort =1 1 pattern
13781 20 string GPAT GIMP pattern data,
14212 # It has to be duplicated above because the top-level pattern
16204 >>6 beshort !2 \b, pattern size %d
/PHP-7.4/ext/gd/tests/
H A Dbug24594.phpt18 /* create the dots pattern */
H A Dimagecopyresampled_variation1.phpt21 /* draw a checker pattern */
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros43 /* --- Code for round, with prepare-theta (lane complementing pattern 'bebigokimisa') */
159 /* --- Code for round (lane complementing pattern 'bebigokimisa') */
/PHP-7.4/ext/imap/
H A Dphp_imap.c224 ZEND_ARG_INFO(0, pattern)
230 ZEND_ARG_INFO(0, pattern)
236 ZEND_ARG_INFO(0, pattern)
272 ZEND_ARG_INFO(0, pattern)
278 ZEND_ARG_INFO(0, pattern)
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c136 ZEND_ARG_INFO(0, pattern)
153 ZEND_ARG_INFO(0, pattern)
H A Ddateformat_format_object.cpp73 bool pattern = false; in PHP_FUNCTION() local
153 pattern = true; in PHP_FUNCTION()
200 if (pattern) { in PHP_FUNCTION()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c126 ZEND_ARG_INFO(0, pattern)
136 ZEND_ARG_INFO(0, pattern)
H A Dformatter_main.c31 char* pattern = NULL; in numfmt_ctor() local
41 &locale, &locale_len, &style, &pattern, &pattern_len ) == FAILURE ) in numfmt_ctor()
53 if(pattern && pattern_len) { in numfmt_ctor()
54 …intl_convert_utf8_to_utf16(&spattern, &spattern_len, pattern, pattern_len, &INTL_DATA_ERROR_CODE(n… in numfmt_ctor()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c33 char* pattern; in msgfmt_ctor() local
46 &locale, &locale_len, &pattern, &pattern_len ) == FAILURE ) in msgfmt_ctor()
57 if(pattern && pattern_len) { in msgfmt_ctor()
58 …intl_convert_utf8_to_utf16(&spattern, &spattern_len, pattern, pattern_len, &INTL_DATA_ERROR_CODE(m… in msgfmt_ctor()
79 (mfo)->mf_data.orig_format = estrndup(pattern, pattern_len); in msgfmt_ctor()
H A Dmsgformat_class.c99 ZEND_ARG_INFO(0, pattern)
107 ZEND_ARG_INFO(0, pattern)
116 ZEND_ARG_INFO(0, pattern)
H A Dmsgformat_format.c91 char *pattern = NULL; in PHP_FUNCTION() local
101 &slocale, &slocale_len, &pattern, &pattern_len, &args ) == FAILURE ) in PHP_FUNCTION()
114 if(pattern && pattern_len) { in PHP_FUNCTION()
115 …intl_convert_utf8_to_utf16(&spattern, &spattern_len, pattern, pattern_len, &INTL_DATA_ERROR_CODE(m… in PHP_FUNCTION()

Completed in 329 milliseconds

123456