Home
last modified time | relevance | path

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

/PHP-5.6/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 Dscandir_variation6.phpt30 // with different wildcard characters
H A Dopendir_variation6-win32.phpt29 // with different wildcard characters
/PHP-5.6/ext/standard/
H A Duser_filters.c312 char *wildcard = emalloc(len + 3); in user_filter_factory_create() local
315 memcpy(wildcard, filtername, len + 1); /* copy \0 */ in user_filter_factory_create()
316 period = wildcard + (period - filtername); in user_filter_factory_create()
319 strncat(wildcard, ".*", 2); in user_filter_factory_create()
320 …if (SUCCESS == zend_hash_find(BG(user_filter_map), wildcard, strlen(wildcard) + 1, (void**)&fdat))… in user_filter_factory_create()
324 period = strrchr(wildcard, '.'); in user_filter_factory_create()
327 efree(wildcard); in user_filter_factory_create()
/PHP-5.6/ext/opcache/tests/
H A Dopcache-2.blacklist2 ; wildcard and relative entries
/PHP-5.6/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-5.6/ext/openssl/tests/
H A Dbug65729.phpt2 Bug #65729: CN_match gives false positive when wildcard is used
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c341 char *wildcard = NULL; in matches_wildcard_name() local
349 if (!(wildcard = strchr(certname, '*')) || memchr(certname, '.', wildcard - certname)) { in matches_wildcard_name()
354 prefix_len = wildcard - certname; in matches_wildcard_name()
359 suffix_len = strlen(wildcard + 1); in matches_wildcard_name()
365 return strcasecmp(wildcard + 1, subjectname + subject_len - suffix_len) == 0 && in matches_wildcard_name()
/PHP-5.6/
H A DNEWS2276 . Fixed bug #67666 (Subject altNames doesn't support wildcard matching). (Tjerk)
8865 - Fixed bug #42027 (is_file() / is_dir() matches file/dirnames with wildcard char
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic10043 >7 string K (wildcard)
10062 >7 string K (wildcard)

Completed in 106 milliseconds