1
0
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:
Dmitry Stogov
2022-09-19 13:13:04 +03:00

View File

@@ -5,6 +5,7 @@ zend.enable_gc=1
--FILE--
<?php
class Action {
private $iterator;
function __construct() {
$this->iterator = new ArrayIterator($this);
}