Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- Bug GH-8366 (ArrayIterator may leak when calling __construct()) --FILE-- <?php $i..

Decoded Output download

--TEST--
Bug GH-8366 (ArrayIterator may leak when calling __construct())
--FILE--
<?php
$it = new \ArrayIterator();
foreach ($it as $elt) {}
$it->__construct([]);
?>
--EXPECT--

Did this file decode correctly?

Original Code

--TEST--
Bug GH-8366 (ArrayIterator may leak when calling __construct())
--FILE--
<?php
$it = new \ArrayIterator();
foreach ($it as $elt) {}
$it->__construct([]);
?>
--EXPECT--

Function Calls

None

Variables

None

Stats

MD5 007ef58daf77e593a134213b7feb7db6
Eval Count 0
Decode Time 113 ms