Skip to content

Commit e170b14

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
2 parents 82e9ba2 + 006032b commit e170b14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/standard/tests/image/bug75708.phpt

Lines changed: 4 additions & 0 deletions
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)