diff options
Diffstat (limited to 'ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt')
| -rw-r--r-- | ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt b/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt index 8d7aaf8c93..a05ba68f7a 100644 --- a/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt +++ b/ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.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("test")); ?> --EXPECTF-- |
