Home
last modified time | relevance | path

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

/PHP-5.5/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.phpt29 // with different wildcard characters
H A Dscandir_variation6.phpt30 // with different wildcard characters
/PHP-5.5/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.5/ext/opcache/tests/
H A Dopcache-2.blacklist2 ; wildcard and relative entries
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_basic.phpt12 the given shell wildcard pattern.
H A Dfnmatch_error.phpt12 the given shell wildcard pattern.
H A Dcopy_variation17.phpt2 Test copy() function: usage variations - wildcard chars in source
H A Dfnmatch_variation.phpt12 the given shell wildcard pattern.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic9406 >7 string K (wildcard)
9425 >7 string K (wildcard)
/PHP-5.5/
H A DNEWS7287 - Fixed bug #42027 (is_file() / is_dir() matches file/dirnames with wildcard char

Completed in 87 milliseconds