Home
last modified time | relevance | path

Searched refs:dir (Results 276 – 300 of 560) sorted by path

1...<<11121314151617181920>>...23

/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt7 * Source code: ext/standard/dir.c
H A Dreaddir_variation4-win32-mb.phpt13 * Source code: ext/standard/dir.c
H A Dreaddir_variation4.phpt7 * Source code: ext/standard/dir.c
H A Dreaddir_variation5.phpt14 * Source code: ext/standard/dir.c
52 chmod ($dir_path, 0777); // change dir permission to allow all operation
57 // change the dir permisson to test dir on it
H A Dreaddir_variation6-win32-mb.phpt13 * Source code: ext/standard/dir.c
H A Dreaddir_variation6.phpt7 * Source code: ext/standard/dir.c
H A Dreaddir_variation7.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_basic-win32-mb.phpt13 * Source code: ext/standard/dir.c
H A Drewinddir_basic.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_variation2-win32-mb.phpt13 * Source code: ext/standard/dir.c
H A Drewinddir_variation2.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_variation3.phpt7 * Source code: ext/standard/dir.c
H A Dscandir_basic-win32-mb.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
H A Dscandir_basic.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
H A Dscandir_error2.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
36 Warning: scandir(%s/idonotexist): failed to open dir: %s in %s on line %d
43 Warning: scandir(/idonotexist): failed to open dir: %s in %s on line %d
H A Dscandir_variation10-win32-mb.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
31 $dir = __DIR__ . '/私はガラスを食べられますscandir_variation10';
32 mkdir($dir);
33 @create_files($dir, 2, "numeric", 0755, 1, "w", "私はガラスを食べられますfile");
36 var_dump(scandir($dir, SCANDIR_SORT_ASCENDING));
37 var_dump(scandir($dir, SCANDIR_SORT_DESCENDING));
40 $files = scandir($dir, SCANDIR_SORT_NONE);
47 delete_files($dir, 2, "私はガラスを食べられますfile");
52 $dir = __DIR__ . '/私はガラスを食べられますscandir_variation10';
[all …]
H A Dscandir_variation10.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
25 $dir = __DIR__ . '/scandir_variation10';
26 mkdir($dir);
27 @create_files($dir, 2);
30 var_dump(scandir($dir, SCANDIR_SORT_ASCENDING));
31 var_dump(scandir($dir, SCANDIR_SORT_DESCENDING));
34 $files = scandir($dir, SCANDIR_SORT_NONE);
41 delete_files($dir, 2);
46 $dir = __DIR__ . '/scandir_variation10';
[all …]
H A Dscandir_variation3-win32-mb.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
23 $dir = __DIR__ . '/私はガラスを食べられますscandir_variation3';
24 mkdir($dir);
100 var_dump( scandir($dir, $sorting_order, $input) );
109 $dir = __DIR__ . '/私はガラスを食べられますscandir_variation3';
110 rmdir($dir);
H A Dscandir_variation4-win32-mb.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
17 * Test scandir() with relative paths as $dir argument
H A Dscandir_variation4.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
11 * Test scandir() with relative paths as $dir argument
H A Dscandir_variation5.phpt12 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
14 * Source code: ext/standard/dir.c
18 * remove the execute permission from the parent dir and test scandir() on child dir
29 * |-> child_dir ( child dir)
51 // remove the execute permisson from parent dir, allowing all permission for sub dir
52 chmod($sub_dir_path, 0777); // all permisson to sub dir
79 Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
86 Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
H A Dscandir_variation6.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
17 * Pass a directory path using wildcards as $dir argument to test how scandir() behaves
55 Warning: scandir(%s/scandir_var*): failed to open dir: %s in %s on line %d
60 Warning: scandir(%s/*): failed to open dir: %s in %s on line %d
67 Warning: scandir(%s/scandir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
72 Warning: scandir(%s/scandir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
H A Dscandir_variation7.phpt12 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
14 * Source code: ext/standard/dir.c
51 chmod ($dir_path, 0777); // change dir permission to allow all operation
56 // change the dir permisson to test dir on it
H A Dscandir_variation8-win32-mb.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
H A Dscandir_variation8.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c

Completed in 29 milliseconds

1...<<11121314151617181920>>...23