Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation4.phpt68 -- dir perms 0 --
70 -- dir perms 1 --
72 -- dir perms 2 --
74 -- dir perms 3 --
76 -- dir perms 4 --
78 -- dir perms 5 --
80 -- dir perms 6 --
82 -- dir perms 7 --
84 -- dir perms 10 --
86 -- dir perms 11 --
[all …]
H A Dbasename_variation1.phpt38 "dir/foo.bar",
39 "dir\\foo.bar",
40 "dir with spaces/foo.bar",
41 "dir with spaces\\foo.bar",
72 string(11) "dir\foo.bar"
92 string(11) "dir\foo.bar"
112 string(14) "A:\dir\foo.bar"
132 string(11) "dir\foo.bar"
152 string(11) "dir\foo.bar"
212 string(11) "dir\foo.bar"
[all …]
H A Dfilesize_variation2-win32.phpt2 Test filesize() function: usage variations - size of dir/subdir
21 echo "\n*** Testing size of a dir, sub-dir and file with filesize() ***\n";
22 echo "-- Creating a base dir, and checking its size --\n";
27 echo "-- Creating a file inside base dir, and checking dir & file size --\n";
35 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
37 var_dump( filesize( $file_path."/filesize_variation2")); // size of base dir
48 // size of base dir
70 *** Testing size of a dir, sub-dir and file with filesize() ***
71 -- Creating a base dir, and checking its size --
73 -- Creating a file inside base dir, and checking dir & file size --
[all …]
H A Dfilesize_variation2.phpt2 Test filesize() function: usage variations - size of dir/subdir
21 echo "\n*** Testing size of a dir, sub-dir and file with filesize() ***\n";
22 echo "-- Creating a base dir, and checking its size --\n";
27 echo "-- Creating a file inside base dir, and checking dir & file size --\n";
35 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
37 var_dump( filesize( $file_path."/filesize_variation2")); // size of base dir
48 // size of base dir
70 *** Testing size of a dir, sub-dir and file with filesize() ***
71 -- Creating a base dir, and checking its size --
73 -- Creating a file inside base dir, and checking dir & file size --
[all …]
H A Dbasename_variation2.phpt20 "dir/foo.bar",
21 "dir\\foo.bar",
22 "dir with spaces/foo.bar",
193 string(7) "dir\foo"
195 string(11) "dir\foo.bar"
197 string(11) "dir\foo.bar"
199 string(11) "dir\foo.bar"
201 string(11) "dir\foo.bar"
203 string(4) "dir\"
205 string(11) "dir\foo.bar"
[all …]
H A Dcopy_variation13.phpt10 /* Test copy(): Trying to copy dir to an existing file */
16 $dir = $file_path."/copy_variation13";
17 mkdir($dir);
19 echo "*** Testing copy() in copying dir to file ***\n";
20 var_dump( copy($dir, $file) );
23 var_dump( file_exists($dir) );
25 var_dump( is_file($dir) );
26 var_dump( is_dir($dir) );
32 var_dump( filesize($dir) );
44 *** Test copy() function: Trying to copy dir to file ***
[all …]
H A Dcopy_variation15.phpt2 Test copy() function: usage variations - destination dir access perms
24 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
34 $dir = $file_path."/copy_variation15";
35 mkdir($dir);
37 $old_perms = fileperms($dir);
39 chmod($dir, 0555); //dir without write permissions
41 $dest = $dir."/copy_copy_variation15.tmp";
43 var_dump( copy($file, $dir."/copy_copy_variation15.tmp") );
44 var_dump( file_exists($dir."/copy_copy_variation15_dir.tmp") );
47 chmod($dir, $old_perms);
[all …]
/PHP-5.5/tests/security/
H A Dopen_basedir_dir.phpt10 test_open_basedir_before("dir");
11 test_open_basedir_error("dir");
17 test_open_basedir_after("dir");?>
33 Warning: dir(../bad): failed to open dir: %s in %s on line %d
38 Warning: dir(../bad/bad.txt): failed to open dir: %s in %s on line %d
43 Warning: dir(..): failed to open dir: %s in %s on line %d
48 Warning: dir(../): failed to open dir: %s in %s on line %d
53 Warning: dir(/): failed to open dir: %s in %s on line %d
58 Warning: dir(../bad/.): failed to open dir: %s in %s on line %d
63 Warning: dir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation8.phpt12 * Prototype : object dir(string $directory[, resource $context])
14 * Source code: ext/standard/dir.c
35 var_dump( dir($file_path."/dir_var*") );
36 var_dump( dir($file_path."/*") );
39 var_dump( dir($dir_path."/sub_dir?") );
40 var_dump( dir($dir_path."/sub?dir1") );
45 *** Testing dir() : checking with wildcard characters ***
48 Warning: dir(%s/dir_var*): failed to open dir: %s in %s on line %d
51 Warning: dir(%s/*): failed to open dir: %s in %s on line %d
55 Warning: dir(%s/dir_variation81/sub_dir?): failed to open dir: %s in %s on line %d
[all …]
H A Ddir_error.phpt2 Test dir() function : error conditions
6 * Prototype : object dir(string $directory[, resource $context])
8 * Source code: ext/standard/dir.c
11 echo "*** Testing dir() : error conditions ***\n";
14 echo "\n-- Testing dir() function with zero arguments --";
15 var_dump( dir() );
20 var_dump( dir(getcwd(), "stream", $extra_arg) );
25 *** Testing dir() : error conditions ***
27 -- Testing dir() function with zero arguments --
28 Warning: dir() expects at least 1 parameter, 0 given in %s on line %d
[all …]
H A Ddir_variation7.phpt23 * Source code: ext/standard/dir.c
27 * remove the execute permission from the parent dir and test dir() on child dir
32 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";
37 |-> child_dir ( child dir)
56 $d = dir($child_dir_path); // try to open, expected failure
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
60 chmod($sub_dir_path, 0777); // all permisson to sub dir
63 $d = dir($child_dir_path); // try to open, expected failure
85 *** Testing dir() : remove execute permission from the parent dir ***
88 Warning: dir(%s/dir_variation7/sub_dir/child_dir): failed to open dir: %s in %s on line %d
[all …]
H A Ddir_variation2.phpt2 Test dir() function : usage variations - unexpected value for 'context' argument
6 * Prototype : object dir(string $directory[, resource $context])
8 * Source code: ext/standard/dir.c
12 * Passing non resource values to 'context' argument of dir() and see
16 echo "*** Testing dir() : unexpected values for \$context argument ***\n";
96 var_dump( dir($directory, $unexpected_value) );
110 *** Testing dir() : unexpected values for $context argument ***
149 Warning: dir() expects parameter 2 to be resource, array given in %s on line %d
153 Warning: dir() expects parameter 2 to be resource, array given in %s on line %d
169 Warning: dir() expects parameter 2 to be resource, null given in %s on line %d
[all …]
H A Ddir_variation6.phpt2 Test dir() function : usage variations - non-existent directory
12 * Prototype : object dir(string $directory[, resource $context])
14 * Source code: ext/standard/dir.c
21 echo "*** Testing dir() : open a non-existent directory ***\n";
29 $d = dir($dir_path);
30 $d->close(); //close the dir
37 var_dump( dir($dir_path) );
42 $d = dir($non_existent_dir);
48 *** Testing dir() : open a non-existent directory ***
51 Warning: dir(%s): failed to open dir: %s in %s on line %d
[all …]
H A Ddir_variation1.phpt2 Test dir() function : usage variations - unexpected value for 'dir' argument
12 * Prototype : object dir(string $directory[, resource $context])
14 * Source code: ext/standard/dir.c
18 * Passing non string values to 'directory' argument of dir() and see
22 echo "*** Testing dir() : unexpected values for \$directory argument ***\n";
38 $dfp = opendir( dirname(__FILE__) ); // get a dir handle
70 // resource variable(dir and file handle)
82 var_dump( dir($unexpected_value) );
91 *** Testing dir() : unexpected values for $directory argument ***
126 Warning: dir(1): failed to open dir: %s in %s on line %d
[all …]
H A Ddir_variation9.phpt2 Test dir() function : usage variations - relative valid and invalid paths
12 * Prototype : object dir(string $directory[, resource $context])
14 * Source code: ext/standard/dir.c
45 var_dump( dir("$dir_path1/sub_dir11/sub_dir111/..") );
46 var_dump( dir("$dir_path2/sub_dir21/../../dir_variation91") );
52 var_dump( dir("$dir_path1/sub_dir12/sub_dir111/..") );
53 var_dump( dir("$dir_path2/sub_dir21/../dir_variation91") );
106 Warning: dir(%s/dir_variation91/sub_dir12/sub_dir111/..): failed to open dir: %s in %s on line %d
109 Warning: dir(%s/dir_variation92/sub_dir21/../dir_variation91): failed to open dir: %s in %s on line…
112 Warning: dir(%s/dir_variation92/sub_dir21/../../dir_variation91/sub_dir12/..): failed to open dir: …
[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 = dirname(__FILE__) . '/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 = dirname(__FILE__) . '/scandir_variation10';
[all …]
H A Ddir_variation5.phpt2 Test dir() function : usage variations - open a file instead of directory
12 * Prototype : object dir(string $directory[, resource $context])
14 * Source code: ext/standard/dir.c
18 * Passing a file as argument to dir() function instead of a directory
22 echo "*** Testing dir() : open a file instead of a directory ***\n";
25 $d = dir(__FILE__);
31 *** Testing dir() : open a file instead of a directory ***
33 Warning: dir(%s): failed to open dir: %s in %s on line %d
/PHP-5.5/ext/zip/tests/
H A Dbug70350.phpt10 $dir = dirname(__FILE__)."/bug70350";
11 mkdir($dir);
13 $archive->open("$dir/a.zip",ZipArchive::CREATE);
18 $archive2->open("$dir/a.zip");
19 $archive2->extractTo($dir);
21 var_dump(file_exists("$dir/down2/"));
26 $dir = dirname(__FILE__)."/bug70350";
27 rmdir("$dir/down2");
28 unlink("$dir/a.zip");
29 rmdir($dir);
/PHP-5.5/ext/phar/tests/
H A Dbug70019.phpt7 $dir = __DIR__."/bug70019";
9 if(!is_dir($dir)) {
10 mkdir($dir);
12 $phar->extractTo($dir);
13 var_dump(file_exists("$dir/ThisIsATestFile.txt"));
18 $dir = __DIR__."/bug70019";
19 unlink("$dir/ThisIsATestFile.txt");
20 rmdir($dir);
H A Dphar_extract2.phpt41 $dir = dirname(__FILE__) . '/extract/';
42 @unlink($dir . 'file1.txt');
43 @unlink($dir . 'file2.txt');
44 @unlink($dir . 'subdir/ectory/file.txt');
45 @rmdir($dir . 'subdir/ectory');
46 @rmdir($dir . 'subdir');
47 @rmdir($dir . 'one/level');
48 @rmdir($dir . 'one');
49 @rmdir($dir);
50 $dir = dirname(__FILE__) . '/extract1/';
[all …]
H A Dstat.phpt19 var_dump(stat("dir/file1.txt"));
21 var_dump(lstat("dir/file1.txt"));
23 var_dump(fileperms("dir/file1.txt"));
25 var_dump(fileinode("dir/file1.txt"));
27 var_dump(filesize("dir/file1.txt"));
51 var_dump(is_dir("dir/file1.txt"));
53 var_dump(is_file("dir/file1.txt"));
55 var_dump(is_link("dir/file1.txt"));
61 $a['dir/file1.txt'] = 'hi';
62 $a['dir/file2.txt'] = 'hi2';
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dbug61964.phpt13 $dir = __DIR__ . "/test-folder";
14 @mkdir($dir);
16 $magic_file_copy = $dir . "/magic.copy";
27 $ret = @finfo_open(FILEINFO_NONE, $dir. "/non-exits-dir");
33 @mkdir($dir . "/test-inner-folder");
35 finfo_open(FILEINFO_NONE, $dir);
38 rmdir($dir . "/test-inner-folder");
39 unlink($dir . "/test1.txt");
40 unlink($dir . "/test2.txt");
44 rmdir($dir);
[all …]
/PHP-5.5/ext/spl/examples/
H A Dphar_from_dir.php33 $dir = new RecursiveDirectoryIterator($argv[2]); variable
34 $dir = new RecursiveIteratorIterator($dir); variable
37 $dir = new RegexIterator($dir, '/'.$argv[3].'/'); variable
42 foreach($dir as $file)
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_003.phpt21 $tar->mkDir('internal/dir');
22 $tar->mkDir('dir');
36 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
41 /* ensure none of the dir tar files were freed */
45 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
58 dir
59 dir
60 dir
65 dir
66 dir
[all …]
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_013.phpt10 private $dir;
11 public function __construct($dir) {
12 $this->dir = $dir;
15 var_dump("{$this->dir}/$class.php");
42 ["dir":"Autoloader":private]=>
47 ["dir":"Autoloader":private]=>

Completed in 54 milliseconds

12345678910>>...22