We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d49b7 commit 33918f9Copy full SHA for 33918f9
Zend/tests/gc_046.phpt
@@ -5,6 +5,7 @@ zend.enable_gc=1
5
--FILE--
6
<?php
7
class Action {
8
+ private $iterator;
9
function __construct() {
10
$this->iterator = new ArrayIterator($this);
11
}
0 commit comments