summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjvoisin2021-01-01 16:07:47 +0100
committerjvoisin2021-01-01 16:15:23 +0100
commit0127dd9b9d1d81dbeb674bd956a10fbd83f42cdd (patch)
tree4b7f3d90f26824dfd9241fd4a447a8279a445947 /src
parent2269a64291cf670f60db3d5d90f67b209cc96f15 (diff)
Enable a disabled test
Diffstat (limited to 'src')
-rw-r--r--src/tests/stream_wrapper/stream_wrapper_restore.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/stream_wrapper/stream_wrapper_restore.phpt b/src/tests/stream_wrapper/stream_wrapper_restore.phpt
index f0b5dd0..4f110ee 100644
--- a/src/tests/stream_wrapper/stream_wrapper_restore.phpt
+++ b/src/tests/stream_wrapper/stream_wrapper_restore.phpt
@@ -2,7 +2,7 @@
2Stream wrapper 2Stream wrapper
3--SKIPIF-- 3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> 4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
5<?php if (PHP_VERSION_ID >= 70300) { print "skip BROKEN with 7.3"; } ?> 5<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?>
6--INI-- 6--INI--
7sp.configuration_file={PWD}/config/config_stream_wrapper_register.ini 7sp.configuration_file={PWD}/config/config_stream_wrapper_register.ini
8--FILE-- 8--FILE--
@@ -11,7 +11,7 @@ stream_wrapper_restore("stdin");
11fopen("stdin://asdasd", "r"); 11fopen("stdin://asdasd", "r");
12?> 12?>
13--EXPECTF-- 13--EXPECTF--
14Notice: stream_wrapper_restore(): stdin:// was never changed, nothing to restore in %a/stream_wrapper_restore.php on line %d 14%s
15 15
16Warning: fopen(): Unable to find the wrapper "stdin" - did you forget to enable it when you configured PHP? in %a/stream_wrapper_restore.php on line %d 16Warning: fopen(): Unable to find the wrapper "stdin" - did you forget to enable it when you configured PHP? in %a/stream_wrapper_restore.php on line %d
17 17