mirror of
https://github.com/php/php-src.git
synced 2026-04-02 21:52:36 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: Fixed warning
This commit is contained in:
@@ -5,6 +5,7 @@ zend.enable_gc=1
|
||||
--FILE--
|
||||
<?php
|
||||
class Action {
|
||||
private $iterator;
|
||||
function __construct() {
|
||||
$this->iterator = new ArrayIterator($this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user