Home
last modified time | relevance | path

Searched refs:glob (Results 26 – 50 of 50) sorted by relevance

12

/PHP-5.3/win32/build/
H A Dmkdist.php322 foreach (glob($ICU_DLLS) as $filename) {
505 $items = glob("$snapshot_template/*");
534 $items = glob("$snapshot_template/dlls/*.CRT");
H A Dconfutils.js534 file = glob(explicit_path[i] + "\\" + thing_to_find);
548 file = glob(env[i] + "\\" + thing_to_find);
612 items = glob(dirs[i] + "\\" + pattern);
676 location = glob(path[k] + "\\" + libname);
682 location = glob(path[k] + "\\" + subdirs[j] + "\\" + libname);
1869 function glob(path_pattern) function
H A Dconfig.w32354 ADD_SOURCES("win32", "glob.c readdir.c \
/PHP-5.3/ext/standard/
H A Ddir.c423 PHP_FUNCTION(glob) in PHP_FUNCTION() argument
478 if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { in PHP_FUNCTION()
H A Dconfig.m4342 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan mem…
H A Dbasic_functions.c3181 PHP_FE(glob, arginfo_glob)
/PHP-5.3/ext/phar/
H A Dshortarc.php282 foreach (glob('*') as $f) {
/PHP-5.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php574 $globdirs = glob($dir . '/*', GLOB_ONLYDIR);
589 $globbie = glob($dir . '/*.xdebug');
856 $globdirs = glob($dir . '/*', GLOB_ONLYDIR);
871 $globbie = glob($dir . '/*.xdebug');
H A Dinclude_path2.phar276 foreach (glob('*') as $f) {
H A Dnophar.phar276 foreach (glob('*') as $f) {
H A Dopenssl.phar276 foreach (glob('*') as $f) {
/PHP-5.3/ext/phar/tests/
H A Dphar_setdefaultstub.phpt332 foreach (glob('*') as $f) {
627 foreach (glob('*') as $f) {
922 foreach (glob('*') as $f) {
H A Dphar_createdefaultstub.phpt312 foreach (glob('*') as $f) {
606 foreach (glob('*') as $f) {
908 foreach (glob('*') as $f) {
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar276 foreach (glob('*') as $f) {
H A Dopenssl.phar276 foreach (glob('*') as $f) {
/PHP-5.3/win32/
H A Dglob.c162 glob(pattern, flags, errfunc, pglob) in glob() function
H A Dphp5dllts.dsp2378 SOURCE=.\glob.c
2447 SOURCE=.\glob.h
/PHP-5.3/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.3/
H A Drun-tests.php737 $pattern_match = glob($argv[$i]);
739 $pattern_match = glob($argv[$i] . '.phpt');
H A DUPGRADING517 - glob:// stream wrapper
H A DNEWS2783 . Added "glob://" stream wrapper. (Marcus)
4007 - Fixed regression in glob() when enforcing safe_mode/open_basedir checks on
4025 implementations of the fnmatch(), setlocale() and glob() functions.
4168 - Fixed possible invalid read in glob() win32 implementation (CVE-2007-3806).
4193 - Fixed bug #42365 (glob() crashes and/or accepts way too many flags).
4304 - Fixed bug #41655 (open_basedir bypass via glob()). (Ilia)
6706 - Fixed bug #28355 (glob wont error if dir is not readable). (Hartmut)
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c1231 if ((i = glob(inc, GLOB_ERR | GLOB_MARK | GLOB_NOSORT, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()
/PHP-5.3/ext/zip/
H A Dphp_zip.c570 if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { in php_zip_glob()
/PHP-5.3/build/
H A Dlibtool.m4811 # during glob expansion). Even if it were fixed, the result of this
3865 # $output_verbose_cmd can trigger glob expansion during the loop
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c83790 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),

Completed in 352 milliseconds

12