Home
last modified time | relevance | path

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

123456

/PHP-8.1/ext/standard/
H A Dfile.c2445 char *pattern, *filename; in PHP_FUNCTION() local
2450 Z_PARAM_PATH(pattern, pattern_len) in PHP_FUNCTION()
2465 RETURN_BOOL( ! fnmatch( pattern, filename, (int)flags )); in PHP_FUNCTION()
H A Dbasic_functions.stub.php977 function glob(string $pattern, int $flags = 0): array|false {} argument
1171 function fnmatch(string $pattern, string $filename, int $flags = 0): bool {} argument
H A Dbasic_functions_arginfo.h1138 ZEND_ARG_TYPE_INFO(0, pattern, IS_STRING, 0)
1356 ZEND_ARG_TYPE_INFO(0, pattern, IS_STRING, 0)
/PHP-8.1/ext/spl/
H A Dspl_directory_arginfo.h155 ZEND_ARG_TYPE_INFO(0, pattern, IS_STRING, 0)
/PHP-8.1/ext/phar/
H A Dphar_object_arginfo.h29 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, pattern, IS_STRING, 0, "\"\"")
/PHP-8.1/ext/soap/
H A Dphp_schema.c692 schema_restriction_var_char(trav, &cur_type->restrictions->pattern); in schema_restriction_simpleContent()
2413 delete_restriction_var_char_int(type->restrictions->pattern); in delete_type()
2460 delete_restriction_var_char_persistent_int(type->restrictions->pattern); in delete_type_persistent()
H A Dphp_sdl.c1358 type->restrictions->pattern = sdl_deserialize_resriction_char(in); in sdl_deserialize_type()
1953 sdl_serialize_resriction_char(type->restrictions->pattern,out); in sdl_serialize_type()
2775 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()
2776 make_persistent_restriction_char_int(&ptype->restrictions->pattern); in make_persistent_sdl_type()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c504 static void *_php_mb_compile_regex(const char *pattern) in _php_mb_compile_regex() argument
510 if (!(retval = pcre2_compile((PCRE2_SPTR)pattern, PCRE2_ZERO_TERMINATED, in _php_mb_compile_regex()
514 php_error_docref(NULL, E_WARNING, "%s (offset=%zu): %s", pattern, err_offset, err_str); in _php_mb_compile_regex()
/PHP-8.1/win32/build/
H A Dconfutils.js679 function find_pattern_in_path(pattern, path) argument
690 items = glob(dirs[i] + "\\" + pattern);
/PHP-8.1/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-8.1/ext/curl/
H A Dinterface.c1416 static int curl_fnmatch(void *ctx, const char *pattern, const char *string) in curl_fnmatch() argument
1428 ZVAL_STRING(&argv[1], pattern); in curl_fnmatch()
/PHP-8.1/build/
H A Dltmain.sh3799 $echo "*** with $libname but no candidates were found. (...for regex pattern test)"
3802 $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-8.1/
H A DREADME.REDIST.BINS37 optimize pattern matching. This is an optional feature that can be omitted when
H A DNEWS625 . Fixed bug GH-10583 (DateTime modify with tz pattern should not update
H A Dphp.ini-development1690 ; This directive specifies the regex pattern of content types for which mb_output_handler()
H A Dphp.ini-production1692 ; This directive specifies the regex pattern of content types for which mb_output_handler()
/PHP-8.1/ext/standard/tests/misc/
H A Dget_browser_variation3.phpt10 $pattern = get_browser($agent, true)['browser_name_pattern'];
11 echo "Agent $agent\n Matched by: $pattern\n";
/PHP-8.1/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
3863 >>>62 string zcf.pattern+zip Draw pattern, version 22
3864 !:mime application/x-vnd.corel.zcf.pattern+zip
15120 20 string GPAT GIMP pattern data,
15577 # It has to be duplicated above because the top-level pattern
17903 >>6 beshort !2 \b, pattern size %d
29130 # pattern created by newer software start with RIFF type PAT
29479 # pattern with old version 4.y
[all …]
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
3863 >>>62 string zcf.pattern+zip Draw pattern, version 22
3864 !:mime application/x-vnd.corel.zcf.pattern+zip
15120 20 string GPAT GIMP pattern data,
15577 # It has to be duplicated above because the top-level pattern
17903 >>6 beshort !2 \b, pattern size %d
29130 # pattern created by newer software start with RIFF type PAT
29479 # pattern with old version 4.y
[all …]

Completed in 331 milliseconds

123456