Skip to content

Commit 31dca2e

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fixed warning
2 parents 7fdf896 + 33918f9 commit 31dca2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/tests/gc_046.phpt

Lines changed: 1 addition & 0 deletions
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)