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-- AppendIterator::__construct() with invalid arguments --FILE-- <?php new AppendIt..
Decoded Output download
--TEST--
AppendIterator::__construct() with invalid arguments
--FILE--
<?php
new AppendIterator(null);
?>
--EXPECTF--
Fatal error: Uncaught ArgumentCountError: AppendIterator::__construct() expects exactly 0 arguments, 1 given in %s:%d
Stack trace:
#0 %s(%d): AppendIterator->__construct(NULL)
#1 {main}
thrown in %s on line %d
Did this file decode correctly?
Original Code
--TEST--
AppendIterator::__construct() with invalid arguments
--FILE--
<?php
new AppendIterator(null);
?>
--EXPECTF--
Fatal error: Uncaught ArgumentCountError: AppendIterator::__construct() expects exactly 0 arguments, 1 given in %s:%d
Stack trace:
#0 %s(%d): AppendIterator->__construct(NULL)
#1 {main}
thrown in %s on line %d
Function Calls
None |
Stats
MD5 | 3139c6ba169bbb3f4b10be08f3a8ba2b |
Eval Count | 0 |
Decode Time | 93 ms |