Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 15 of 15) sorted by relevance

/PHP-7.2/ext/standard/tests/dir/
H A Ddir_variation8.phpt2 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 Dopendir_variation6.phpt29 // with different wildcard characters
H A Dopendir_variation6-win32-mb.phpt29 // with different wildcard characters
H A Dopendir_variation6-win32.phpt29 // with different wildcard characters
H A Dscandir_variation6.phpt30 // with different wildcard characters
/PHP-7.2/ext/standard/
H A Duser_filters.c292 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 Dopcache-2.blacklist2 ; wildcard and relative entries
/PHP-7.2/ext/standard/tests/file/
H A Dfnmatch_basic.phpt12 the given shell wildcard pattern.
H A Dcopy_variation17.phpt2 Test copy() function: usage variations - wildcard chars in source
H A Dfnmatch_error.phpt12 the given shell wildcard pattern.
H A Dfnmatch_variation.phpt12 the given shell wildcard pattern.
/PHP-7.2/ext/openssl/tests/
H A Dbug65729.phpt2 Bug #65729: CN_match gives false positive when wildcard is used
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c368 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 Dmagic12682 >7 string K (wildcard)
12701 >7 string K (wildcard)
H A Dmagic私はガラスを食べられます12682 >7 string K (wildcard)
12701 >7 string K (wildcard)

Completed in 148 milliseconds