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-- SplDoublyLinkedList getIteratorMode --CREDITS-- PHPNW Testfest 2009 - Lorna Mitch..
Decoded Output download
--TEST--
SplDoublyLinkedList getIteratorMode
--CREDITS--
PHPNW Testfest 2009 - Lorna Mitchell
--FILE--
<?php
$list = new SplDoublyLinkedList();
var_dump($list->current());
?>
--EXPECT--
NULL
Did this file decode correctly?
Original Code
--TEST--
SplDoublyLinkedList getIteratorMode
--CREDITS--
PHPNW Testfest 2009 - Lorna Mitchell
--FILE--
<?php
$list = new SplDoublyLinkedList();
var_dump($list->current());
?>
--EXPECT--
NULL
Function Calls
None |
Stats
MD5 | b5d6f92d1dc46392cdd4094f9e6f829f |
Eval Count | 0 |
Decode Time | 94 ms |