Searched refs:isEmpty (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/mysqli/tests/ |
H A D | bug46614.phpt | 15 public function isEmpty() 25 $isEmpty = $MySQL_Ext->isEmpty(); 26 var_dump($isEmpty);
|
/php-src/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-src/ext/spl/ |
H A D | spl_heap.stub.php | 39 public function isEmpty(): bool {} function in SplPriorityQueue 102 public function isEmpty(): bool {} function in SplHeap
|
H A D | spl_dllist.stub.php | 44 public function isEmpty(): bool {} function in SplDoublyLinkedList
|
H A D | spl_heap_arginfo.h | 93 ZEND_METHOD(SplHeap, isEmpty); 136 ZEND_ME(SplHeap, isEmpty, arginfo_class_SplHeap_isEmpty, ZEND_ACC_PUBLIC)
|
H A D | spl_dllist_arginfo.h | 95 ZEND_METHOD(SplDoublyLinkedList, isEmpty); 123 ZEND_ME(SplDoublyLinkedList, isEmpty, arginfo_class_SplDoublyLinkedList_isEmpty, ZEND_ACC_PUBLIC)
|
H A D | spl_heap.c | 593 PHP_METHOD(SplHeap, isEmpty) in PHP_METHOD() argument
|
H A D | spl_dllist.c | 607 PHP_METHOD(SplDoublyLinkedList, isEmpty) in PHP_METHOD() argument
|
/php-src/ext/opcache/tests/ |
H A D | ssa_bug_011.phpt | 9 if (isEmpty()) {
|
/php-src/ext/intl/ |
H A D | intl_convertcpp.cpp | 67 if (from.isEmpty()) { in intl_charFromString()
|
Completed in 46 milliseconds