Home
last modified time | relevance | path

Searched refs:SplDoublyLinkedList (Results 1 – 25 of 69) sorted by relevance

123

/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_serialization.phpt22 ["flags":"SplDoublyLinkedList":private]=>
24 ["dllist":"SplDoublyLinkedList":private]=>
34 ["flags":"SplDoublyLinkedList":private]=>
36 ["dllist":"SplDoublyLinkedList":private]=>
45 ["flags":"SplDoublyLinkedList":private]=>
47 ["dllist":"SplDoublyLinkedList":private]=>
57 ["flags":"SplDoublyLinkedList":private]=>
59 ["dllist":"SplDoublyLinkedList":private]=>
H A DSplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt2 Create a SplDoublyLinkedList, call count() and pass a SplDoublyLinkedList object as the parameter.
7 $dll = new SplDoublyLinkedList(2);
8 $dll->count(new SplDoublyLinkedList(2));
11 Warning: SplDoublyLinkedList::count() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt2 Create a SplDoublyLinkedList, call setIteratorMode() and pass a SplDoublyLinkedList object as the p…
7 $dll = new SplDoublyLinkedList(2);
8 $dll->setIteratorMode(new SplDoublyLinkedList(2));
11 Warning: SplDoublyLinkedList::setIteratorMode() expects parameter 1 to be long, object given in %s …
H A Dbug70169.phpt2 SPL: Bug #70169 Use After Free Vulnerability in unserialize() with SplDoublyLinkedList
6 $exploit = 'a:2:{i:0;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:1;R:3;}';
20 object(SplDoublyLinkedList)#%d (2) {
21 ["flags":"SplDoublyLinkedList":private]=>
23 ["dllist":"SplDoublyLinkedList":private]=>
H A DSplDoublyLinkedList_getIteratorMode.phpt2 SplDoublyLinkedList getIteratorMode
7 $list = new SplDoublyLinkedList();
8 $list->setIteratorMode(SplDoublyLinkedList::IT_MODE_FIFO | SplDoublyLinkedList::IT_MODE_KEEP);
H A DSplDoublyLinkedList_debug-info.phpt2 Check that SplDoublyLinkedList returns debug info when print_r is used.
8 $dll = new SplDoublyLinkedList();
19 SplDoublyLinkedList Object
21 [flags:SplDoublyLinkedList:private] => 0
22 [dllist:SplDoublyLinkedList:private] => Array
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
7 $list = new SplDoublyLinkedList();
15 object(SplDoublyLinkedList)#1 (2) {
16 [%u|b%"flags":%u|b%"SplDoublyLinkedList":private]=>
18 [%u|b%"dllist":%u|b%"SplDoublyLinkedList":private]=>
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
7 $list = new SplDoublyLinkedList();
15 object(SplDoublyLinkedList)#1 (2) {
16 [%u|b%"flags":%u|b%"SplDoublyLinkedList":private]=>
18 [%u|b%"dllist":%u|b%"SplDoublyLinkedList":private]=>
H A Ddllist_012.phpt5 $a = new SplDoublyLinkedList;
12 object(SplDoublyLinkedList)#%d (2) {
13 ["flags":"SplDoublyLinkedList":private]=>
15 ["dllist":"SplDoublyLinkedList":private]=>
H A Ddllist_003.phpt5 $dll = new SplDoublyLinkedList();
10 $dll->setIteratorMode(SplDoublyLinkedList::IT_MODE_LIFO);
16 $dll->setIteratorMode(SplDoublyLinkedList::IT_MODE_FIFO);
21 $dll->setIteratorMode(SplDoublyLinkedList::IT_MODE_FIFO | SplDoublyLinkedList::IT_MODE_DELETE);
H A DSplDoublyLinkedList_getIteratorMode_error.phpt2 SplDoublyLinkedList getIteratorMode with an unexpected parameter
7 $list = new SplDoublyLinkedList();
11 Warning: SplDoublyLinkedList::getIteratorMode() expects exactly 0 parameters, 1 given in %s on line…
H A DSplDoublyLinkedList_offsetGet_empty.phpt2 SplDoublyLinkedList::offsetGet() with no parameter passed.
8 $array = new SplDoublyLinkedList( );
14 Warning: SplDoublyLinkedList::offsetGet() expects exactly 1 parameter, 0 given in %s on line %d
H A DSplDoublyLinkedList_pop_params.phpt2 SplDoublyLinkedList::offsetGet() with no parameter passed.
8 $array = new SplDoublyLinkedList( );
14 Warning: SplDoublyLinkedList::pop() expects exactly 0 parameters, 1 given in %s on line %d
H A Ddllist_008.phpt2 SPL: SplDoublyLinkedList with overriden count()
5 $obj = new SplDoublyLinkedList();
9 class SplDoublyLinkedList2 extends SplDoublyLinkedList{
H A DSplDoublyLinkedList_add_missing_parameter1.phpt2 Check that SplDoublyLinkedList::add generate a warning and returns a NULL with missing arguments
5 $dll = new SplDoublyLinkedList();
9 Warning: SplDoublyLinkedList::add() expects exactly 2 parameters, 0 given in %s on line %d
H A DSplDoublyLinkedList_bottom_pass_float.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected float 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_integer.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected integer parameter
8 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::bottom() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_top_pass_array.phpt2 SplDoublyLinkedList::top() - pass in an unexpected array
8 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::top() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_top_pass_float.phpt2 SplDoublyLinkedList::top() - pass in an unexpected float parameter
8 $list = new SplDoublyLinkedList();
14 Warning: SplDoublyLinkedList::top() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_top_pass_integer.phpt2 SplDoublyLinkedList::top() - pass in an unexpected integer 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_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_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
/PHP-5.5/ext/spl/
H A Dspl_dllist.c559 SPL_METHOD(SplDoublyLinkedList, push) in SPL_METHOD() argument
599 SPL_METHOD(SplDoublyLinkedList, pop) in SPL_METHOD() argument
622 SPL_METHOD(SplDoublyLinkedList, shift) in SPL_METHOD() argument
645 SPL_METHOD(SplDoublyLinkedList, top) in SPL_METHOD() argument
668 SPL_METHOD(SplDoublyLinkedList, bottom) in SPL_METHOD() argument
691 SPL_METHOD(SplDoublyLinkedList, count) in SPL_METHOD() argument
1050 SPL_METHOD(SplDoublyLinkedList, key) in SPL_METHOD() argument
1064 SPL_METHOD(SplDoublyLinkedList, prev) in SPL_METHOD() argument
1078 SPL_METHOD(SplDoublyLinkedList, next) in SPL_METHOD() argument
1092 SPL_METHOD(SplDoublyLinkedList, valid) in SPL_METHOD() argument
[all …]

Completed in 40 milliseconds

123