Skip to content

Commit 006032b

Browse files
committed
Fix failing test for bug #75708
1 parent 275d36e commit 006032b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/standard/tests/image/bug75708.phpt

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers)
44
<?php
55

66
class FSStreamWrapper {
7+
public $context;
8+
9+
public $handle;
10+
711
function stream_open($file, $mode) {
812
$this->handle = fopen(str_replace('fs://', __DIR__ . '/', $file), $mode);
913
return true;

0 commit comments

Comments
 (0)