-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /usr/src/php/ext/spl/tests/ |
|
|
| Current File : //usr/src/php/ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt |
--TEST--
SplDoublyLinkedList::offsetGet() with 1st parameter passed as array.
--CREDITS--
PHPNW Test Fest 2009 - Jordan Hatch
--FILE--
<?php
$array = new SplDoublyLinkedList( );
$get = $array->offsetGet( array( 'fail' ) );
?>
--EXPECTF--
Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range' in %s
Stack trace:
#0 %s
#1 {main}
thrown in %s on line %d
Copyright © 2017 || Recoded By Mr.Bumblebee