mirror of
https://github.com/php/php-src.git
synced 2026-04-18 13:31:27 +02:00
9 lines
189 B
PHP
9 lines
189 B
PHP
--TEST--
|
|
SplDoublyLinkedList::key basic functionality
|
|
--CREDITS--
|
|
Gabriel Caruso (carusogabriel34@gmail.com)
|
|
--FILE--
|
|
<?php var_dump((new SplDoublyLinkedList)->key()); ?>
|
|
--EXPECT--
|
|
int(0)
|