Skip to content

Commit 33918f9

Browse files
committedSep 19, 2022
Fixed warning
1 parent c0d49b7 commit 33918f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Zend/tests/gc_046.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ zend.enable_gc=1
55
--FILE--
66
<?php
77
class Action {
8+
private $iterator;
89
function __construct() {
910
$this->iterator = new ArrayIterator($this);
1011
}

0 commit comments

Comments
 (0)
Please sign in to comment.