📄 Viewing: SplDoublyLinkedList_bottom_empty.phpt

--TEST--
SplDoublyLinkedList::bottom empty
--CREDITS--
Gabriel Caruso (carusogabriel34@gmail.com)
--FILE--
<?php
try {
    (new SplDoublyLinkedList)->bottom();
} catch (RuntimeException $e) {
    echo $e->getMessage();
}
?>
--EXPECT--
Can't peek at an empty datastructure

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/ext/spl/tests