Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/spl/tests/
H A DSplHeap_count_invalid_parameter.phpt2 Check that SplHeap::count generate a warning and returns NULL when param passed
27 Warning: SplHeap::count() expects exactly 0 parameters, 1 given in %s on line %d
30 Warning: SplHeap::count() expects exactly 0 parameters, 1 given in %s on line %d
33 Warning: SplHeap::count() expects exactly 0 parameters, 1 given in %s on line %d
36 Warning: SplHeap::count() expects exactly 0 parameters, 1 given in %s on line %d
39 Warning: SplHeap::count() expects exactly 0 parameters, 1 given in %s on line %d
42 Warning: SplHeap::count() expects exactly 0 parameters, 1 given in %s on line %d
45 Warning: SplHeap::count() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplHeap_extract_invalid_parameter.phpt2 Check that SplHeap::extract generate a warning and returns NULL when param passed
27 Warning: SplHeap::extract() expects exactly 0 parameters, 1 given in %s on line %d
30 Warning: SplHeap::extract() expects exactly 0 parameters, 1 given in %s on line %d
33 Warning: SplHeap::extract() expects exactly 0 parameters, 1 given in %s on line %d
36 Warning: SplHeap::extract() expects exactly 0 parameters, 1 given in %s on line %d
39 Warning: SplHeap::extract() expects exactly 0 parameters, 1 given in %s on line %d
42 Warning: SplHeap::extract() expects exactly 0 parameters, 1 given in %s on line %d
45 Warning: SplHeap::extract() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplHeap_isEmpty_invalid_parameter.phpt2 Check that SplHeap::isEmpty generate a warning and returns NULL when param passed
27 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s on line %d
30 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s on line %d
33 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s on line %d
36 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s on line %d
39 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s on line %d
42 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s on line %d
45 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s on line %d
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 Dheap_isempty_variation_001.phpt2 SPL: SplHeap: isEmpty argument variation.
5 class SplHeap2 extends SplHeap{
16 Warning: SplHeap::isEmpty() expects exactly 0 parameters, 1 given in %s
H A Dspl_heap_insert_basic.phpt2 SPL: SplHeap, Test method to insert into heap
8 class MyHeap extends SplHeap
20 Warning: SplHeap::insert() expects exactly 1 parameter, %s
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 DSplHeap_insert_invalid_parameter.phpt2 Check that SplHeap::insert generate a warning and returns NULL when $value is missing
14 Warning: SplHeap::insert() expects exactly 1 parameter, 0 given in %s on line %d
H A Dspl_heap_iteration_error.phpt36 [%u|b%"flags":%u|b%"SplHeap":private]=>
38 [%u|b%"isCorrupted":%u|b%"SplHeap":private]=>
40 [%u|b%"heap":%u|b%"SplHeap":private]=>
H A Dheap_top_variation_001.phpt2 SPL: SplHeap top, illegal number of args
14 Warning: SplHeap::top() expects exactly 0 parameters, 1 given in %s
H A Dspl_heap_extract_parameter_error.phpt9 class TestHeap extends SplHeap {
25 Warning: SplHeap::extract() expects exactly 0 parameters, 1 given in %s on line 14
H A Dspl_heap_recoverfromcorruption_arguments.phpt2 SPL: SplHeap check no arguments to be accepted on recoverFromCorruption
14 Warning: SplHeap::recoverFromCorruption() expects exactly 0 parameters, 1 given in %s on line %d
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 Dheap_004.phpt2 SPL: SplHeap: exceptions
5 class myHeap extends SplHeap {
H A DSplHeap_isEmpty.phpt2 Check that SplHeap::isEmpty standard success test
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()
/PHP-5.5/ext/spl/
H A Dspl_heap.c586 SPL_METHOD(SplHeap, count) in SPL_METHOD() argument
602 SPL_METHOD(SplHeap, isEmpty) in SPL_METHOD() argument
616 SPL_METHOD(SplHeap, insert) in SPL_METHOD() argument
642 SPL_METHOD(SplHeap, extract) in SPL_METHOD() argument
802 SPL_METHOD(SplHeap, recoverFromCorruption) in SPL_METHOD() argument
834 SPL_METHOD(SplHeap, top) in SPL_METHOD() argument
984 SPL_METHOD(SplHeap, key) in SPL_METHOD() argument
998 SPL_METHOD(SplHeap, next) in SPL_METHOD() argument
1015 SPL_METHOD(SplHeap, valid) in SPL_METHOD() argument
1029 SPL_METHOD(SplHeap, rewind) in SPL_METHOD() argument
[all …]

Completed in 40 milliseconds

12