Skip to content

Commit 4b9a4c4

Browse files
dktappsnikic
authored andcommitted
Update include_userstream_002.phpt
1 parent 7c0f2b4 commit 4b9a4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/include_userstream_002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class test {
1919
if (strchr($mode, 'a'))
2020
$this->pos = strlen($this->data);
2121
else
22-
$this->po = 0;
22+
$this->pos = 0;
2323

2424
return true;
2525
}

0 commit comments

Comments
 (0)