Home
last modified time | relevance | path

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

123

/PHP-5.4/ext/zip/tests/
H A Dbug51353.phpt34 $a = glob("$base_path/51353_unpack/*.txt");
47 $a = glob("$base_path/51353_unpack/*.txt");
/PHP-5.4/ext/standard/
H A Dphp_dir.h37 PHP_FUNCTION(glob);
H A Ddir.c423 PHP_FUNCTION(glob) in PHP_FUNCTION() argument
474 if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { in PHP_FUNCTION()
/PHP-5.4/win32/
H A Dglob.h99 PHPAPI int glob(const char *, int, int (*)(const char *, int), glob_t *);
/PHP-5.4/scripts/dev/
H A Dextern_c.php6 foreach (glob("$dir/*") as $file) {
/PHP-5.4/ext/spl/tests/
H A Ddit_001_noglob.phpt2 SPL: Problem with casting to string (no glob version)
H A Ddit_001.phpt21 %s"glob"%s"DirectoryIterator":private]=>
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt30 foreach(glob($dir . '/*') as $file) {
H A Ddit_002.phpt18 $obj = $ref->newInstance('glob://*');
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt33 foreach(glob($dir . '/*') as $file) {
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug44394_2.phpt30 foreach (glob(__DIR__ . '/sess_*') as $filename) {
/PHP-5.4/ext/session/tests/
H A Dbug42596.phpt28 foreach (glob($sessdir. "*") as $sessfile) {
H A Dsession_set_save_handler_class_002.phpt49 foreach (glob($this->path . '*') as $filename) {
H A Dsession_set_save_handler_iface_001.phpt49 foreach (glob($this->path . '*') as $filename) {
H A Dsession_set_save_handler_iface_002.phpt58 foreach (glob($this->path . '*') as $filename) {
/PHP-5.4/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt11 foreach (glob(__DIR__ . "/resources/*") as $filename) {
/PHP-5.4/ext/pcre/
H A Dupgrade-pcre.php6 $newpcre = glob($pattern);
/PHP-5.4/win32/build/
H A Dmkdist.php323 foreach (glob($ICU_DLLS) as $filename) {
506 $items = glob("$snapshot_template/*");
535 $items = glob("$snapshot_template/dlls/*.CRT");
H A Dconfutils.js539 file = glob(explicit_path[i] + "\\" + thing_to_find);
553 file = glob(env[i] + "\\" + thing_to_find);
617 items = glob(dirs[i] + "\\" + pattern);
681 location = glob(path[k] + "\\" + libname);
687 location = glob(path[k] + "\\" + subdirs[j] + "\\" + libname);
2089 function glob(path_pattern) function
/PHP-5.4/ext/phar/
H A Dshortarc.php282 foreach (glob('*') as $f) {
/PHP-5.4/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) {
/PHP-5.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt312 foreach (glob('*') as $f) {
606 foreach (glob('*') as $f) {
908 foreach (glob('*') as $f) {
H A Dphar_setdefaultstub.phpt332 foreach (glob('*') as $f) {
627 foreach (glob('*') as $f) {
922 foreach (glob('*') as $f) {
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar276 foreach (glob('*') as $f) {

Completed in 52 milliseconds

123