summaryrefslogtreecommitdiff
path: root/src/tests/stream_wrapper/stream_wrapper_restore.phpt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tests/stream_wrapper/stream_wrapper_restore.phpt (renamed from src/tests/stream_wrapper_restore.phpt)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/stream_wrapper_restore.phpt b/src/tests/stream_wrapper/stream_wrapper_restore.phpt
index c1bce3b..b4a29c8 100644
--- a/src/tests/stream_wrapper_restore.phpt
+++ b/src/tests/stream_wrapper/stream_wrapper_restore.phpt
@@ -10,8 +10,8 @@ stream_wrapper_restore("file");
10fopen("file://asdasd", "r"); 10fopen("file://asdasd", "r");
11?> 11?>
12--EXPECTF-- 12--EXPECTF--
13Notice: stream_wrapper_restore(): file:// was never changed, nothing to restore in %a/tests/stream_wrapper_restore.php on line %d 13Notice: stream_wrapper_restore(): file:// was never changed, nothing to restore in %a/stream_wrapper_restore.php on line %d
14 14
15Warning: fopen(): Unable to find the wrapper "file" - did you forget to enable it when you configured PHP? in %a/tests/stream_wrapper_restore.php on line %d 15Warning: fopen(): Unable to find the wrapper "file" - did you forget to enable it when you configured PHP? in %a/stream_wrapper_restore.php on line %d
16 16
17Warning: fopen(file://asdasd): failed to open stream: No such file or directory in %a/tests/stream_wrapper_restore.php on line %d 17Warning: fopen(file://asdasd): failed to open stream: No such file or directory in %a/stream_wrapper_restore.php on line %d