Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation8.phpt2 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 Dopendir_variation6.phpt24 // with different wildcard characters
H A Dopendir_variation6-win32.phpt24 // with different wildcard characters
H A Dscandir_variation6.phpt25 // with different wildcard characters
/PHP-8.1/ext/opcache/tests/
H A Dopcache-2.blacklist2 ; wildcard and relative entries
/PHP-8.1/ext/standard/
H A Duser_filters.c276 char *wildcard = safe_emalloc(len, 1, 3); in user_filter_factory_create() local
279 memcpy(wildcard, filtername, len + 1); /* copy \0 */ in user_filter_factory_create()
280 period = wildcard + (period - filtername); in user_filter_factory_create()
285 if (NULL != (fdat = zend_hash_str_find_ptr(BG(user_filter_map), wildcard, strlen(wildcard)))) { in user_filter_factory_create()
289 period = strrchr(wildcard, '.'); in user_filter_factory_create()
292 efree(wildcard); in user_filter_factory_create()
/PHP-8.1/ext/standard/tests/file/
H A Dcopy_variation17.phpt2 Test copy() function: usage variations - wildcard chars in source
/PHP-8.1/ext/openssl/tests/
H A Dbug65729.phpt2 Bug #65729: CN_match gives false positive when wildcard is used
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c405 char *wildcard = NULL; in php_openssl_matches_wildcard_name() local
414 if (!(wildcard = strchr(certname, '*')) || memchr(certname, '.', wildcard - certname)) { in php_openssl_matches_wildcard_name()
419 prefix_len = wildcard - certname; in php_openssl_matches_wildcard_name()
424 suffix_len = strlen(wildcard + 1); in php_openssl_matches_wildcard_name()
430 return strcasecmp(wildcard + 1, subjectname + subject_len - suffix_len) == 0 && in php_openssl_matches_wildcard_name()
/PHP-8.1/
H A Dphp.ini-development1962 ; List of headers files to preload, wildcard patterns allowed.
H A Dphp.ini-production1964 ; List of headers files to preload, wildcard patterns allowed.
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic16090 >7 string K (wildcard)
16109 >7 string K (wildcard)
H A Dmagic私はガラスを食べられます16090 >7 string K (wildcard)
16109 >7 string K (wildcard)

Completed in 160 milliseconds