Home
last modified time | relevance | path

Searched refs:SplHeap (Results 1 – 21 of 21) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Dheap_012.phpt2 SPL: SplHeap recursive var_dump
12 ["flags":"SplHeap":private]=>
14 ["isCorrupted":"SplHeap":private]=>
16 ["heap":"SplHeap":private]=>
H A Dheap_008.phpt2 SPL: SplHeap: var_dump
18 ["flags":"SplHeap":private]=>
20 ["isCorrupted":"SplHeap":private]=>
22 ["heap":"SplHeap":private]=>
H A Dspl_heap_is_empty_basic.phpt2 SPL: SplHeap, test trivial method to find if a heap is empty
9 class MyHeap extends SplHeap{
31 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s
H A Dheap_current_variation_001.phpt2 SPL: SplHeap::current - get current value from empty heap
9 class myHeap extends SplHeap
H A Dspl_heap_iteration_error.phpt36 ["flags":"SplHeap":private]=>
38 ["isCorrupted":"SplHeap":private]=>
40 ["heap":"SplHeap":private]=>
H A Dheap_003.phpt2 SPL: SplHeap: comparison callback
5 class myHeap extends SplHeap {
H A Dspl_heap_count_basic.phpt2 SPL: SplHeap, Test spl_heap_object_count_elements (spl_heap.c:490) for returning count() failure fo…
9 class MyHeap extends SplHeap
H A Dheap_corruption.phpt2 SPL: SplHeap - heap corruption via compare exception (with top element deletion)
9 class myHeap extends SplHeap
H A DSplHeap_isEmpty.phpt2 Check that SplHeap::isEmpty standard success test
H A DSplHeap_with_by_reference_compare.phpt2 SplHeap using a compare function returning by-reference
H A Dheap_004.phpt2 SPL: SplHeap: exceptions
5 class myHeap extends SplHeap {
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
H A Dheap_top_variation_003.phpt2 SPL: SplHeap top of empty heap
H A Dheap_010.phpt2 SPL: SplHeap with overriden count()
H A Dheap_007.phpt2 SPL: SplHeap: iteration through methods
H A Dheap_011.phpt2 SPL: SplHeap with overriden compare()
H A Dbug69737.phpt19 #1 %s%ebug69737.php(%d): SplHeap->insert(6)
H A Dheap_top_variation_002.phpt2 SPL: SplHeap top, corrupted heap
H A Dheap_009.phpt2 SPL: SplHeap and friends, throw: An iterator cannot be used with foreach by reference
/PHP-7.4/ext/spl/
H A Dspl_heap.c578 SPL_METHOD(SplHeap, count) in SPL_METHOD() argument
594 SPL_METHOD(SplHeap, isEmpty) in SPL_METHOD() argument
608 SPL_METHOD(SplHeap, insert) in SPL_METHOD() argument
633 SPL_METHOD(SplHeap, extract) in SPL_METHOD() argument
800 SPL_METHOD(SplHeap, isCorrupted) in SPL_METHOD() argument
830 SPL_METHOD(SplHeap, top) in SPL_METHOD() argument
969 SPL_METHOD(SplHeap, key) in SPL_METHOD() argument
983 SPL_METHOD(SplHeap, next) in SPL_METHOD() argument
997 SPL_METHOD(SplHeap, valid) in SPL_METHOD() argument
1011 SPL_METHOD(SplHeap, rewind) in SPL_METHOD() argument
[all …]
H A Dphp_spl.c223 SPL_ADD_CLASS(SplHeap, z_list, sub, allow, ce_flags); \

Completed in 41 milliseconds