From 326c6dbcd66b4911df3ad603ee0ae36b78999189 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 3 Oct 2020 14:45:50 +0200 Subject: Fix the testsuite for php7.4 --- src/tests/stream_wrapper/stream_wrapper_restore.phpt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/tests/stream_wrapper') diff --git a/src/tests/stream_wrapper/stream_wrapper_restore.phpt b/src/tests/stream_wrapper/stream_wrapper_restore.phpt index b4a29c8..e1e9604 100644 --- a/src/tests/stream_wrapper/stream_wrapper_restore.phpt +++ b/src/tests/stream_wrapper/stream_wrapper_restore.phpt @@ -2,16 +2,17 @@ Stream wrapper --SKIPIF-- += 70400) { die("skip BROKEN with 7.4"); } ?> --INI-- sp.configuration_file={PWD}/config/config_stream_wrapper_register.ini --FILE-- --EXPECTF-- -Notice: stream_wrapper_restore(): file:// was never changed, nothing to restore in %a/stream_wrapper_restore.php on line %d +Notice: stream_wrapper_restore(): stdin:// was never changed, nothing to restore in %a/stream_wrapper_restore.php on line %d -Warning: 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 +Warning: 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 -Warning: fopen(file://asdasd): failed to open stream: No such file or directory in %a/stream_wrapper_restore.php on line %d +Warning: fopen(stdin://asdasd): failed to open stream: No such file or directory in %a/stream_wrapper_restore.php on line %d -- cgit v1.3