summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tests/stream_wrapper.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/stream_wrapper.phpt b/src/tests/stream_wrapper.phpt
index b4e49a0..efd4160 100644
--- a/src/tests/stream_wrapper.phpt
+++ b/src/tests/stream_wrapper.phpt
@@ -20,9 +20,9 @@ Warning: Unknown: Unable to find the wrapper "php" - did you forget to enable it
20 20
21Warning: file_get_contents(): Unable to find the wrapper "http" - did you forget to enable it when you configured PHP? in %a/tests/stream_wrapper.php on line %d 21Warning: file_get_contents(): Unable to find the wrapper "http" - did you forget to enable it when you configured PHP? in %a/tests/stream_wrapper.php on line %d
22 22
23Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %a/tests/stream_wrapper.php on line %d 23Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: %s
24 24
25Warning: file_get_contents(https://qweqwezxc): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in %a/tests/stream_wrapper.php on line %d 25Warning: file_get_contents(https://qweqwezxc): failed to open stream: php_network_getaddresses: getaddrinfo failed: %s
26 26
27Warning: file_get_contents(ftp://qweqwezxc): failed to open stream: operation failed in %a/tests/stream_wrapper.php on line %d 27Warning: file_get_contents(ftp://qweqwezxc): failed to open stream: operation failed in %a/tests/stream_wrapper.php on line %d
28 28