Searched refs:wildcard (Results 1 – 15 of 15) sorted by relevance
/PHP-7.2/ext/standard/tests/dir/ |
H A D | dir_variation8.phpt | 2 Test dir() function : usage variations - checking with wildcard characters 19 * those directories when wildcard characters are used to refer to them. 22 echo "*** Testing dir() : checking with wildcard characters ***\n"; 32 /* with different wildcard characters */ 34 echo "-- wildcard = '*' --\n"; 38 echo "-- wildcard = '?' --\n"; 45 *** Testing dir() : checking with wildcard characters *** 46 -- wildcard = '*' -- 53 -- wildcard = '?' --
|
H A D | opendir_variation6.phpt | 29 // with different wildcard characters
|
H A D | opendir_variation6-win32-mb.phpt | 29 // with different wildcard characters
|
H A D | opendir_variation6-win32.phpt | 29 // with different wildcard characters
|
H A D | scandir_variation6.phpt | 30 // with different wildcard characters
|
/PHP-7.2/ext/standard/ |
H A D | user_filters.c | 292 char *wildcard = safe_emalloc(len, 1, 3); in user_filter_factory_create() local 295 memcpy(wildcard, filtername, len + 1); /* copy \0 */ in user_filter_factory_create() 296 period = wildcard + (period - filtername); in user_filter_factory_create() 299 strncat(wildcard, ".*", 2); in user_filter_factory_create() 300 if (NULL != (fdat = zend_hash_str_find_ptr(BG(user_filter_map), wildcard, strlen(wildcard)))) { in user_filter_factory_create() 304 period = strrchr(wildcard, '.'); in user_filter_factory_create() 307 efree(wildcard); in user_filter_factory_create()
|
/PHP-7.2/ext/opcache/tests/ |
H A D | opcache-2.blacklist | 2 ; wildcard and relative entries
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | fnmatch_basic.phpt | 12 the given shell wildcard pattern.
|
H A D | copy_variation17.phpt | 2 Test copy() function: usage variations - wildcard chars in source
|
H A D | fnmatch_error.phpt | 12 the given shell wildcard pattern.
|
H A D | fnmatch_variation.phpt | 12 the given shell wildcard pattern.
|
/PHP-7.2/ext/openssl/tests/ |
H A D | bug65729.phpt | 2 Bug #65729: CN_match gives false positive when wildcard is used
|
/PHP-7.2/ext/openssl/ |
H A D | xp_ssl.c | 368 char *wildcard = NULL; in php_openssl_matches_wildcard_name() local 377 if (!(wildcard = strchr(certname, '*')) || memchr(certname, '.', wildcard - certname)) { in php_openssl_matches_wildcard_name() 382 prefix_len = wildcard - certname; in php_openssl_matches_wildcard_name() 387 suffix_len = strlen(wildcard + 1); in php_openssl_matches_wildcard_name() 393 return strcasecmp(wildcard + 1, subjectname + subject_len - suffix_len) == 0 && in php_openssl_matches_wildcard_name()
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 12682 >7 string K (wildcard) 12701 >7 string K (wildcard)
|
H A D | magic私はガラスを食べられます | 12682 >7 string K (wildcard) 12701 >7 string K (wildcard)
|
Completed in 150 milliseconds