File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ include $pname . '/foo/hi';
43
43
===DONE===
44
44
--CLEAN--
45
45
<?php unlink (__DIR__ . '/ ' . basename (__FILE__ , '.clean.php ' ) . '.phar.php ' ); ?>
46
- <?php rmdir (__DIR__ . '/poo ' ); ?>
47
46
<?php unlink (__DIR__ . '/fgc_edgecases.txt ' ); ?>
48
47
--EXPECTF--
49
48
Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %sfgc_edgecases.php on line %d
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ include $pname . '/foo/hi';
32
32
===DONE===
33
33
--CLEAN--
34
34
<?php unlink (__DIR__ . '/ ' . basename (__FILE__ , '.clean.php ' ) . '.phar.php ' ); ?>
35
- <?php rmdir (__DIR__ . '/poo ' ); ?>
36
35
<?php unlink (__DIR__ . '/fopen_edgecases2.txt ' ); ?>
37
36
--EXPECTF--
38
37
Warning: fopen() expects parameter 1 to be a valid path, array given in %sfopen_edgecases2.php on line %d
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ $pname = 'phar://' . $fname;
14
14
15
15
opendir (array ());
16
16
17
- mkdir (__DIR__ . '/poo ' );
17
+ mkdir (__DIR__ . '/opendir_edgecases ' );
18
18
chdir (__DIR__ );
19
19
20
- $ a = opendir ('poo ' );
20
+ $ a = opendir ('opendir_edgecases ' );
21
21
22
22
$ arr = array ();
23
23
while (false !== ($ b = readdir ($ a ))) {
@@ -50,7 +50,7 @@ include $pname . '/foo';
50
50
===DONE===
51
51
--CLEAN--
52
52
<?php unlink (__DIR__ . '/ ' . basename (__FILE__ , '.clean.php ' ) . '.phar.php ' ); ?>
53
- <?php rmdir (__DIR__ . '/poo ' );
53
+ <?php rmdir (__DIR__ . '/opendir_edgecases ' );
54
54
--EXPECTF --
55
55
Warning: opendir() expects parameter 1 to be a valid path, array given in %sopendir_edgecases.php on line %d
56
56
.
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ include $pname . '/foo/hi';
32
32
===DONE===
33
33
--CLEAN--
34
34
<?php unlink (__DIR__ . '/ ' . basename (__FILE__ , '.clean.php ' ) . '.phar.php ' ); ?>
35
- <?php rmdir (__DIR__ . '/poo ' ); ?>
36
35
<?php unlink (__DIR__ . '/readfile_edgecases.txt ' ); ?>
37
36
--EXPECTF--
38
37
Warning: readfile() expects parameter 1 to be a valid path, array given in %sreadfile_edgecases.php on line %d
You can’t perform that action at this time.
0 commit comments