Searched refs:isEmpty (Results 1 – 14 of 14) sorted by relevance
/PHP-8.0/ext/mysqli/tests/ |
H A D | bug46614.phpt | 16 public function isEmpty() 26 $isEmpty = $MySQL_Ext->isEmpty(); 27 var_dump($isEmpty);
|
/PHP-8.0/ext/spl/tests/ |
H A D | spl_heap_isempty.phpt | 2 SPL: Test of isEmpty for SPL Max Heap 10 var_dump($h->isEmpty())."\n"; 13 var_dump($h->isEmpty())."\n"; 16 var_dump($h->isEmpty())."\n";
|
H A D | spl_heap_is_empty_basic.phpt | 19 var_dump($heap->isEmpty()); 21 var_dump($heap->isEmpty()); 23 var_dump($heap->isEmpty());
|
H A D | SplHeap_isEmpty.phpt | 2 Check that SplHeap::isEmpty standard success test 10 var_dump($h->isEmpty());
|
H A D | SplDoublyLinkedList_isEmpty_empty.phpt | 2 Check that SplDoublyLinkedList->isEmpty() correctly returns true for an empty list. 10 var_dump($dll->isEmpty());
|
H A D | SplDoublyLinkedList_isEmpty_not-empty.phpt | 2 Check that SplDoublyLinkedList->isEmpty() correctly returns true for a non-empty list. 16 var_dump($dll->isEmpty());
|
/PHP-8.0/ext/spl/ |
H A D | spl_heap.stub.php | 32 public function isEmpty() {} function in SplPriorityQueue 95 public function isEmpty() {} function in SplHeap
|
H A D | spl_heap_arginfo.h | 89 ZEND_METHOD(SplHeap, isEmpty); 115 ZEND_MALIAS(SplHeap, isEmpty, isEmpty, arginfo_class_SplPriorityQueue_isEmpty, ZEND_ACC_PUBLIC) 134 ZEND_ME(SplHeap, isEmpty, arginfo_class_SplHeap_isEmpty, ZEND_ACC_PUBLIC)
|
H A D | spl_dllist.stub.php | 35 public function isEmpty() {} function in SplDoublyLinkedList
|
H A D | spl_dllist_arginfo.h | 87 ZEND_METHOD(SplDoublyLinkedList, isEmpty); 116 ZEND_ME(SplDoublyLinkedList, isEmpty, arginfo_class_SplDoublyLinkedList_isEmpty, ZEND_ACC_PUBLIC)
|
H A D | spl_heap.c | 575 PHP_METHOD(SplHeap, isEmpty) in PHP_METHOD() argument
|
H A D | spl_dllist.c | 669 PHP_METHOD(SplDoublyLinkedList, isEmpty) in PHP_METHOD() argument
|
/PHP-8.0/ext/opcache/tests/ |
H A D | ssa_bug_011.phpt | 9 if (isEmpty()) {
|
/PHP-8.0/ext/intl/ |
H A D | intl_convertcpp.cpp | 67 if (from.isEmpty()) { in intl_charFromString()
|
Completed in 25 milliseconds