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-- Check that SplDoublyLinkedList->isEmpty() correctly returns true for an empty lis..

Decoded Output download

--TEST--
Check that SplDoublyLinkedList->isEmpty() correctly returns true for an empty list.
--CREDITS--
PHPNW Testfest 2009 - Paul Court ( [email protected] )
--FILE--
<?php
    // Create a new Doubly Linked List
    $dll = new SplDoublyLinkedList();

    var_dump($dll->isEmpty());
?>
--EXPECT--
bool(true)

Did this file decode correctly?

Original Code

--TEST--
Check that SplDoublyLinkedList->isEmpty() correctly returns true for an empty list.
--CREDITS--
PHPNW Testfest 2009 - Paul Court ( [email protected] )
--FILE--
<?php
    // Create a new Doubly Linked List
    $dll = new SplDoublyLinkedList();

    var_dump($dll->isEmpty());
?>
--EXPECT--
bool(true)

Function Calls

None

Variables

None

Stats

MD5 bb88829e48cb9400c3cc04e152f3c57c
Eval Count 0
Decode Time 92 ms