You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/standard/tests/streams/glob-wrapper.phpt
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ open_basedir=/does_not_exist
5
5
--SKIPIF--
6
6
<?php
7
7
if (!in_array("glob", stream_get_wrappers())) echo"skip";
8
+
?>
8
9
--FILE--
9
10
<?php
10
11
@@ -29,8 +30,4 @@ Warning: opendir(): open_basedir restriction in effect. File(%s) is not within t
29
30
Warning: opendir(%s): Failed to open directory: Operation not permitted in %s%eglob-wrapper.php on line 5
30
31
Failed to open %s
31
32
** Opening glob://%s
32
-
33
-
Warning: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (/does_not_exist) in %s%eglob-wrapper.php on line 5
34
-
35
-
Warning: opendir(glob://%s): Failed to open directory: operation failed in %s%eglob-wrapper.php on line 5
0 commit comments