Searched refs:isEmpty (Results 1 – 14 of 14) sorted by relevance
/PHP-8.2/ext/mysqli/tests/ |
H A D | bug46614.phpt | 18 public function isEmpty() 28 $isEmpty = $MySQL_Ext->isEmpty(); 29 var_dump($isEmpty);
|
/PHP-8.2/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.2/ext/spl/ |
H A D | spl_heap.stub.php | 48 public function isEmpty(): bool {} function in SplPriorityQueue 111 public function isEmpty(): bool {} function in SplHeap
|
H A D | spl_heap_arginfo.h | 94 ZEND_METHOD(SplHeap, isEmpty); 120 ZEND_MALIAS(SplHeap, isEmpty, isEmpty, arginfo_class_SplPriorityQueue_isEmpty, ZEND_ACC_PUBLIC) 139 ZEND_ME(SplHeap, isEmpty, arginfo_class_SplHeap_isEmpty, ZEND_ACC_PUBLIC)
|
H A D | spl_dllist.stub.php | 56 public function isEmpty(): bool {} function in SplDoublyLinkedList
|
H A D | spl_dllist_arginfo.h | 96 ZEND_METHOD(SplDoublyLinkedList, isEmpty); 125 ZEND_ME(SplDoublyLinkedList, isEmpty, arginfo_class_SplDoublyLinkedList_isEmpty, ZEND_ACC_PUBLIC)
|
H A D | spl_heap.c | 601 PHP_METHOD(SplHeap, isEmpty) in PHP_METHOD() argument
|
H A D | spl_dllist.c | 618 PHP_METHOD(SplDoublyLinkedList, isEmpty) in PHP_METHOD() argument
|
/PHP-8.2/ext/opcache/tests/ |
H A D | ssa_bug_011.phpt | 9 if (isEmpty()) {
|
/PHP-8.2/ext/intl/ |
H A D | intl_convertcpp.cpp | 67 if (from.isEmpty()) { in intl_charFromString()
|
Completed in 21 milliseconds