Home
last modified time | relevance | path

Searched refs:glob (Results 51 – 65 of 65) sorted by relevance

123

/PHP-5.4/ext/phar/tests/files/
H A Dnophar.phar276 foreach (glob('*') as $f) {
H A Dopenssl.phar276 foreach (glob('*') as $f) {
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dopenssl.phar276 foreach (glob('*') as $f) {
/PHP-5.4/win32/
H A Dglob.c162 glob(pattern, flags, errfunc, pglob) in glob() function
H A Dphp5dllts.dsp2374 SOURCE=.\glob.c
2443 SOURCE=.\glob.h
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in9 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
10 ; files from a glob(3) pattern. This directive can be used everywhere in the
/PHP-5.4/win32/build/
H A Dconfig.w32385 ADD_SOURCES("win32", "glob.c readdir.c \
/PHP-5.4/ext/standard/
H A Dconfig.m4340 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan mem…
H A Dbasic_functions.c3193 PHP_FE(glob, arginfo_glob)
/PHP-5.4/
H A Drun-tests.php754 $pattern_match = glob($argv[$i]);
756 $pattern_match = glob($argv[$i] . '.phpt');
H A DNEWS309 . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre)
4644 . Added "glob://" stream wrapper. (Marcus)
5868 - Fixed regression in glob() when enforcing safe_mode/open_basedir checks on
5886 implementations of the fnmatch(), setlocale() and glob() functions.
6029 - Fixed possible invalid read in glob() win32 implementation (CVE-2007-3806).
6054 - Fixed bug #42365 (glob() crashes and/or accepts way too many flags).
6165 - Fixed bug #41655 (open_basedir bypass via glob()). (Ilia)
8567 - Fixed bug #28355 (glob wont error if dir is not readable). (Hartmut)
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_conf.c1253 if ((i = glob(inc, GLOB_ERR | GLOB_MARK | GLOB_NOSORT, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()
/PHP-5.4/ext/zip/
H A Dphp_zip.c561 if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { in php_zip_glob()
/PHP-5.4/build/
H A Dlibtool.m4811 # during glob expansion). Even if it were fixed, the result of this
3861 # $output_verbose_cmd can trigger glob expansion during the loop
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c98201 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),

Completed in 398 milliseconds

123