/PHP-7.0/ext/spl/tests/ |
H A D | SplDoublyLinkedList_serialization.phpt | 22 ["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 D | SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt | 2 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 D | SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt | 2 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 integer, object given in …
|
H A D | SplDoublyLinkedList_getIteratorMode.phpt | 2 SplDoublyLinkedList getIteratorMode 7 $list = new SplDoublyLinkedList(); 8 $list->setIteratorMode(SplDoublyLinkedList::IT_MODE_FIFO | SplDoublyLinkedList::IT_MODE_KEEP);
|
H A D | bug70169.phpt | 2 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 D | SplDoublylinkedlist_offsetunset_first.phpt | 2 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 D | SplDoublylinkedlist_offsetunset_last.phpt | 2 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 D | SplDoublyLinkedList_debug-info.phpt | 2 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 D | dllist_012.phpt | 5 $a = new SplDoublyLinkedList; 12 object(SplDoublyLinkedList)#%d (2) { 13 ["flags":"SplDoublyLinkedList":private]=> 15 ["dllist":"SplDoublyLinkedList":private]=>
|
H A D | dllist_003.phpt | 5 $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 D | SplDoublyLinkedList_getIteratorMode_error.phpt | 2 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 D | SplDoublyLinkedList_offsetGet_empty.phpt | 2 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 D | SplDoublyLinkedList_pop_params.phpt | 2 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 D | SplDoublyLinkedList_add_missing_parameter1.phpt | 2 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 D | SplDoublyLinkedList_bottom_pass_float.phpt | 2 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 D | SplDoublyLinkedList_bottom_pass_integer.phpt | 2 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 D | SplDoublyLinkedList_top_pass_array.phpt | 2 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 D | SplDoublyLinkedList_top_pass_float.phpt | 2 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 D | SplDoublyLinkedList_top_pass_integer.phpt | 2 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 D | dllist_008.phpt | 2 SPL: SplDoublyLinkedList with overriden count() 5 $obj = new SplDoublyLinkedList(); 9 class SplDoublyLinkedList2 extends SplDoublyLinkedList{
|
H A D | SplDoublyLinkedList_bottom_pass_null.phpt | 2 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 D | SplDoublyLinkedList_bottom_pass_array.phpt | 2 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 D | SplDoublyLinkedList_top_pass_null.phpt | 2 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 D | SplDoublyLinkedList_add_missing_parameter2.phpt | 2 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-7.0/ext/spl/ |
H A D | spl_dllist.c | 564 SPL_METHOD(SplDoublyLinkedList, push) in SPL_METHOD() argument 600 SPL_METHOD(SplDoublyLinkedList, pop) in SPL_METHOD() argument 620 SPL_METHOD(SplDoublyLinkedList, shift) in SPL_METHOD() argument 640 SPL_METHOD(SplDoublyLinkedList, top) in SPL_METHOD() argument 664 SPL_METHOD(SplDoublyLinkedList, bottom) in SPL_METHOD() argument 688 SPL_METHOD(SplDoublyLinkedList, count) in SPL_METHOD() argument 1041 SPL_METHOD(SplDoublyLinkedList, key) in SPL_METHOD() argument 1055 SPL_METHOD(SplDoublyLinkedList, prev) in SPL_METHOD() argument 1069 SPL_METHOD(SplDoublyLinkedList, next) in SPL_METHOD() argument 1083 SPL_METHOD(SplDoublyLinkedList, valid) in SPL_METHOD() argument [all …]
|