Searched refs:wildcard (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/standard/tests/dir/ |
H A D | dir_variation8.phpt | 2 Test dir() function : usage variations - checking with wildcard characters 13 * those directories when wildcard characters are used to refer to them. 16 echo "*** Testing dir() : checking with wildcard characters ***\n"; 26 /* with different wildcard characters */ 28 echo "-- wildcard = '*' --\n"; 32 echo "-- wildcard = '?' --\n"; 39 *** Testing dir() : checking with wildcard characters *** 40 -- wildcard = '*' -- 47 -- wildcard = '?' --
|
H A D | opendir_variation6.phpt | 24 // with different wildcard characters
|
H A D | opendir_variation6-win32.phpt | 24 // with different wildcard characters
|
H A D | scandir_variation6.phpt | 25 // with different wildcard characters
|
/PHP-8.2/ext/standard/ |
H A D | user_filters.c | 254 char *wildcard = safe_emalloc(len, 1, 3); in user_filter_factory_create() local 257 memcpy(wildcard, filtername, len + 1); /* copy \0 */ in user_filter_factory_create() 258 period = wildcard + (period - filtername); in user_filter_factory_create() 263 if (NULL != (fdat = zend_hash_str_find_ptr(BG(user_filter_map), wildcard, strlen(wildcard)))) { in user_filter_factory_create() 267 period = strrchr(wildcard, '.'); in user_filter_factory_create() 270 efree(wildcard); in user_filter_factory_create()
|
/PHP-8.2/ext/opcache/tests/ |
H A D | opcache-2.blacklist | 2 ; wildcard and relative entries
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | copy_variation17.phpt | 2 Test copy() function: usage variations - wildcard chars in source
|
/PHP-8.2/ext/openssl/tests/ |
H A D | bug65729.phpt | 2 Bug #65729: CN_match gives false positive when wildcard is used
|
/PHP-8.2/ext/openssl/ |
H A D | xp_ssl.c | 420 char *wildcard = NULL; in php_openssl_matches_wildcard_name() local 429 if (!(wildcard = strchr(certname, '*')) || memchr(certname, '.', wildcard - certname)) { in php_openssl_matches_wildcard_name() 434 prefix_len = wildcard - certname; in php_openssl_matches_wildcard_name() 439 suffix_len = strlen(wildcard + 1); in php_openssl_matches_wildcard_name() 445 return strcasecmp(wildcard + 1, subjectname + subject_len - suffix_len) == 0 && in php_openssl_matches_wildcard_name()
|
/PHP-8.2/ |
H A D | php.ini-development | 1971 ; List of headers files to preload, wildcard patterns allowed.
|
H A D | php.ini-production | 1973 ; List of headers files to preload, wildcard patterns allowed.
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 16090 >7 string K (wildcard) 16109 >7 string K (wildcard)
|
H A D | magic私はガラスを食べられます | 16090 >7 string K (wildcard) 16109 >7 string K (wildcard)
|
Completed in 121 milliseconds