Searched refs:SplStack (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/Zend/tests/ |
H A D | bug70685.phpt | 8 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack); 12 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack); 13 $c = $c->bindTo(new SplStack, 'cls');
|
H A D | gc_043.phpt | 6 O:8:"stdClass":2:{i:5;C:8:"SplStack":29:{i:4;:r:1;:O:8:"stdClass":0:{}}i:0;O:13:"RegexIterator":1:{… 15 object(SplStack)#2 (2) { 32 object(SplStack)#5 (2) {
|
H A D | bug70681.phpt | 6 $c = (new ReflectionMethod('SplStack', 'count'))->getClosure(new SplStack);
|
H A D | closure_061.phpt | 60 [new SplStack, DLL::class], 204 bindTo(new SplStack, SplDoublyLinkedList::class):
|
/PHP-8.2/ext/spl/tests/ |
H A D | SplStack_setIteratorMode.phpt | 2 Check that SplStack can't be set to FIFO 7 $stack = new SplStack(); 15 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
|
H A D | SplDoublyLinkedList_serialization.phpt | 12 $s = new SplStack(); 44 object(SplStack)#%d (2) { 55 string(71) "O:8:"SplStack":3:{i:0;i:6;i:1;a:2:{i:0;s:1:"a";i:1;s:1:"b";}i:2;a:0:{}}" 56 object(SplStack)#%d (2) {
|
H A D | bug75673.phpt | 2 Bug #75673 (SplStack::unserialize() behavior) 5 $stack = new SplStack();
|
H A D | bug71735.phpt | 6 $var_1=new SplStack();
|
H A D | SplQueue_setIteratorMode.phpt | 15 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
|
H A D | SplQueue_setIteratorMode_param_lifo.phpt | 19 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
|
H A D | bug73629.phpt | 18 expected exception: Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
|
H A D | bug65328.phpt | 2 Bug #65328 (Segfault when getting SplStack object Value) 49 * @return \SplStack 53 $result = new \SplStack();
|
H A D | dllist_004.phpt | 5 $stack = new SplStack();
|
/PHP-8.2/ext/spl/ |
H A D | spl_dllist.stub.php | 134 class SplStack extends SplDoublyLinkedList class
|
H A D | php_spl.c | 213 SPL_ADD_CLASS(SplStack, z_list, sub, allow, ce_flags); \
|
Completed in 20 milliseconds