From 006032b6f0d0b773c0660e905a338cc19b00cbe6 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 22 Oct 2023 15:31:00 +0100 Subject: [PATCH] Fix failing test for bug #75708 --- ext/standard/tests/image/bug75708.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/standard/tests/image/bug75708.phpt b/ext/standard/tests/image/bug75708.phpt index 956a99b6af6..3c81c67cf5d 100644 --- a/ext/standard/tests/image/bug75708.phpt +++ b/ext/standard/tests/image/bug75708.phpt @@ -4,6 +4,10 @@ Bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers) handle = fopen(str_replace('fs://', __DIR__ . '/', $file), $mode); return true;