We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275d36e commit 006032bCopy full SHA for 006032b
ext/standard/tests/image/bug75708.phpt
@@ -4,6 +4,10 @@ Bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers)
4
<?php
5
6
class FSStreamWrapper {
7
+ public $context;
8
+
9
+ public $handle;
10
11
function stream_open($file, $mode) {
12
$this->handle = fopen(str_replace('fs://', __DIR__ . '/', $file), $mode);
13
return true;
0 commit comments