summaryrefslogtreecommitdiff
path: root/src/tests/stream_wrapper/stream_wrapper.phpt
diff options
context:
space:
mode:
authorjvoisin2020-12-31 14:56:20 +0100
committerjvoisin2020-12-31 14:56:20 +0100
commit6db0b53393015c639afb7e1fd8efcba65fb6234b (patch)
treee08ec38f15a1c40a136be1ecf464e8e48eb0ff23 /src/tests/stream_wrapper/stream_wrapper.phpt
parent69b4fca9a673f9f01dd01a4e2ea4df8011ac5bd7 (diff)
Enable 3 more tests
PHP8 is changing the capitalization of the error message
Diffstat (limited to 'src/tests/stream_wrapper/stream_wrapper.phpt')
-rw-r--r--src/tests/stream_wrapper/stream_wrapper.phpt7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tests/stream_wrapper/stream_wrapper.phpt b/src/tests/stream_wrapper/stream_wrapper.phpt
index 5a1dab7..588a10d 100644
--- a/src/tests/stream_wrapper/stream_wrapper.phpt
+++ b/src/tests/stream_wrapper/stream_wrapper.phpt
@@ -5,7 +5,6 @@ Stream wrapper
5if (!extension_loaded("snuffleupagus")) print "skip snuffleupagus extension missing"; 5if (!extension_loaded("snuffleupagus")) print "skip snuffleupagus extension missing";
6if (!extension_loaded("openssl")) print "skip openssl extension missing"; 6if (!extension_loaded("openssl")) print "skip openssl extension missing";
7?> 7?>
8<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?>
9--INI-- 8--INI--
10sp.configuration_file={PWD}/config/config_stream_wrapper.ini 9sp.configuration_file={PWD}/config/config_stream_wrapper.ini
11--FILE-- 10--FILE--
@@ -26,10 +25,10 @@ Warning: file_get_contents(): Unable to find the wrapper "http" - did you forget
26 25
27Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: %s 26Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: %s
28 27
29Warning: file_get_contents(https://qweqwezxc): failed to open stream: php_network_getaddresses: getaddrinfo failed: %s 28Warning: file_get_contents(https://qweqwezxc): %s to open stream: php_network_getaddresses: getaddrinfo failed: %s
30 29
31Warning: file_get_contents(ftp://qweqwezxc): failed to open stream: operation failed in %a/stream_wrapper.php on line %d 30Warning: file_get_contents(ftp://qweqwezxc): %s to open stream: operation failed in %a/stream_wrapper.php on line %d
32 31
33Warning: file_get_contents(): Unable to find the wrapper "lelel" - did you forget to enable it when you configured PHP? in %a/stream_wrapper.php on line %d 32Warning: file_get_contents(): Unable to find the wrapper "lelel" - did you forget to enable it when you configured PHP? in %a/stream_wrapper.php on line %d
34 33
35Warning: file_get_contents(lelel://qweqwezxc): failed to open stream: No such file or directory in %a/stream_wrapper.php on line %d 34Warning: file_get_contents(lelel://qweqwezxc): %s to open stream: No such file or directory in %a/stream_wrapper.php on line %d