Home
last modified time | relevance | path

Searched refs:SplDoublyLinkedList (Results 151 – 175 of 541) sorted by relevance

12345678910>>...22

/dports/www/mod_php73/php-7.3.33/ext/spl/tests/
H A DSplDoublyLinkedList_top_pass_null.phpt2 SplDoublyLinkedList::top() - pass in an unexpected null parameter
8 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::top() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_bottom_pass_array.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected array parameter
8 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::bottom() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_bottom_pass_null.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected null parameter
8 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::bottom() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_add_missing_parameter2.phpt2 Check that SplDoublyLinkedList::add generate a warning and returns a NULL with a missing value argu…
5 $dll = new SplDoublyLinkedList();
9 Warning: SplDoublyLinkedList::add() expects exactly 2 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_count.phpt2 Check that SplDoublyLinkedList::count fails if parameter passed in
7 $list = new SplDoublyLinkedList();
12 Warning: SplDoublyLinkedList::count() expects exactly 0 parameters, 1 given in %s on line 4
H A DSplDoublyLinkedList_offsetSet_invalid_parameter.phpt2 SplDoublyLinkedList offsetSet throws error on no parameters
7 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::offsetSet() expects exactly 2 parameters, 0 given in %s on line %d
H A DSplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt2 SplDoublyLinkedList offsetSet throws error only one parameter
7 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::offsetSet() expects exactly 2 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_push_missing_parameter.phpt2 Check that SplDoublyLinkedList::push generate a warning and return NULL with missing param
7 $dll = new SplDoublyLinkedList();
11 Warning: SplDoublyLinkedList::push() expects exactly 1 parameter, 0 given in %s on line %d
H A DSplDoublyLinkedList_offsetExists_invalid_parameter.phpt2 SPL SplDoublyLinkedList offsetExists displays warning and returns null on no parameters
7 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::offsetExists() expects exactly 1 parameter, 0 given in %s on line %d
H A DSplDoublyLinkedList_unshift_missing_parameter.phpt2 Check that SplDoublyLinkedList::unshift generate a warning and return NULL with missing param
7 $dll = new SplDoublyLinkedList();
11 Warning: SplDoublyLinkedList::unshift() expects exactly 1 parameter, 0 given in %s on line %d
/dports/lang/php73/php-7.3.33/ext/spl/tests/
H A DSplDoublyLinkedList_add_missing_parameter2.phpt2 Check that SplDoublyLinkedList::add generate a warning and returns a NULL with a missing value argu…
5 $dll = new SplDoublyLinkedList();
9 Warning: SplDoublyLinkedList::add() expects exactly 2 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_count.phpt2 Check that SplDoublyLinkedList::count fails if parameter passed in
7 $list = new SplDoublyLinkedList();
12 Warning: SplDoublyLinkedList::count() expects exactly 0 parameters, 1 given in %s on line 4
H A DSplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt2 SplDoublyLinkedList offsetSet throws error only one parameter
7 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::offsetSet() expects exactly 2 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_offsetSet_invalid_parameter.phpt2 SplDoublyLinkedList offsetSet throws error on no parameters
7 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::offsetSet() expects exactly 2 parameters, 0 given in %s on line %d
H A DSplDoublyLinkedList_offsetExists_invalid_parameter.phpt2 SPL SplDoublyLinkedList offsetExists displays warning and returns null on no parameters
7 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::offsetExists() expects exactly 1 parameter, 0 given in %s on line %d
H A DSplDoublyLinkedList_unshift_missing_parameter.phpt2 Check that SplDoublyLinkedList::unshift generate a warning and return NULL with missing param
7 $dll = new SplDoublyLinkedList();
11 Warning: SplDoublyLinkedList::unshift() expects exactly 1 parameter, 0 given in %s on line %d
H A DSplDoublyLinkedList_push_missing_parameter.phpt2 Check that SplDoublyLinkedList::push generate a warning and return NULL with missing param
7 $dll = new SplDoublyLinkedList();
11 Warning: SplDoublyLinkedList::push() expects exactly 1 parameter, 0 given in %s on line %d
/dports/www/mod_php81/php-8.1.1/ext/spl/tests/
H A DSplDoublyLinkedList_add_null_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
6 $dll = new SplDoublyLinkedList();
13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) must be of type int, array given
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
6 $dll = new SplDoublyLinkedList();
13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
/dports/lang/php80/php-8.0.15/ext/spl/tests/
H A DSplDoublyLinkedList_add_null_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
6 $dll = new SplDoublyLinkedList();
13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) must be of type int, array given
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
6 $dll = new SplDoublyLinkedList();
13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
/dports/lang/php81/php-8.1.1/ext/spl/tests/
H A DSplDoublyLinkedList_add_null_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
6 $dll = new SplDoublyLinkedList();
13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) must be of type int, array given
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
6 $dll = new SplDoublyLinkedList();
13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
/dports/www/mod_php80/php-8.0.15/ext/spl/tests/
H A DSplDoublyLinkedList_add_null_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
6 $dll = new SplDoublyLinkedList();
13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) must be of type int, array given
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
6 $dll = new SplDoublyLinkedList();
13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range

12345678910>>...22