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 #62262: RecursiveArrayIterator does not implement Countable --FILE-- <?php v..
Decoded Output download
--TEST--
Bug #62262: RecursiveArrayIterator does not implement Countable
--FILE--
<?php
var_dump(new RecursiveArrayIterator(array()) instanceof Countable);
?>
--EXPECT--
bool(true)
Did this file decode correctly?
Original Code
--TEST--
Bug #62262: RecursiveArrayIterator does not implement Countable
--FILE--
<?php
var_dump(new RecursiveArrayIterator(array()) instanceof Countable);
?>
--EXPECT--
bool(true)
Function Calls
None |
Stats
MD5 | 078b4d0f58073c1e6f34180b490faf64 |
Eval Count | 0 |
Decode Time | 76 ms |