summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt')
-rw-r--r--ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt b/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt
index f129385d07..4e9e2b33de 100644
--- a/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt
+++ b/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt
@@ -6,7 +6,7 @@ PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
<?php
// Create a new Doubly Linked List
$dll = new SplDoublyLinkedList();
-
+
var_dump($dll->isEmpty());
?>
--EXPECT--