Searched refs:bottom (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/ext/spl/tests/ |
H A D | SplDoublyLinkedList_bottom_empty.phpt | 2 SplDoublyLinkedList::bottom empty 8 (new SplDoublyLinkedList)->bottom();
|
H A D | SplDoublylinkedlist_offsetunset_first002.phpt | 11 echo $list->bottom() . "\n"; 13 echo $list->bottom() . "\n";
|
H A D | dllist_001.phpt | 31 echo $dll->bottom()."\n";
|
/PHP-8.0/ext/spl/ |
H A D | spl_dllist.stub.php | 26 public function bottom() {} function in SplDoublyLinkedList
|
H A D | spl_dllist_arginfo.h | 84 ZEND_METHOD(SplDoublyLinkedList, bottom); 113 ZEND_ME(SplDoublyLinkedList, bottom, arginfo_class_SplDoublyLinkedList_bottom, ZEND_ACC_PUBLIC)
|
H A D | spl_heap.c | 295 void *bottom; in spl_ptr_heap_delete_top() local 307 bottom = spl_heap_elem(heap, --heap->count); in spl_ptr_heap_delete_top() 317 if(heap->cmp(bottom, spl_heap_elem(heap, j), cmp_userdata) < 0) { in spl_ptr_heap_delete_top() 330 if (to != bottom) { in spl_ptr_heap_delete_top() 331 spl_heap_elem_copy(heap, to, bottom); in spl_ptr_heap_delete_top()
|
H A D | spl_dllist.c | 632 PHP_METHOD(SplDoublyLinkedList, bottom) in PHP_METHOD() argument
|
/PHP-8.0/ext/openssl/ |
H A D | php_openssl.h | 78 int bottom; member
|
H A D | openssl.c | 456 if (errors->top == errors->bottom) { in php_openssl_store_errors() 457 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors() 6514 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION() 6518 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION() 6519 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()
|
/PHP-8.0/Zend/tests/ |
H A D | offset_string.phpt | 6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
|
/PHP-8.0/ext/gd/tests/ |
H A D | libgd00100.phpt | 96 // M (bridge) not touching bottom boundary
|
/PHP-8.0/ext/gd/ |
H A D | gd.c | 1187 Height = rc.bottom; in PHP_FUNCTION() 1191 Height = rc.bottom - rc.top; in PHP_FUNCTION() 1249 Height = rc.bottom - rc.top; in PHP_FUNCTION()
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | html_entity_decode_html5.phpt | 717 "⊥", 2851 ⊥ => ⊥ e28aa5
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | ents_html5.txt | 712 bottom 022A5
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 1995 # to have a solid-colored line at the bottom of the screen. 16221 # bits 5-4 give direction. normal bottom left 16223 #>17 ubyte ^0x20 - bottom 17505 >768 beshort 0 left to right/top to bottom 17506 >768 beshort 1 right to left/top to bottom 17507 >768 beshort 2 left to right/bottom to top 17508 >768 beshort 3 right to left/bottom to top 17509 >768 beshort 4 top to bottom/left to right 17510 >768 beshort 5 top to bottom/right to left 17511 >768 beshort 6 bottom to top/left to right [all …]
|
H A D | magic | 1995 # to have a solid-colored line at the bottom of the screen. 16221 # bits 5-4 give direction. normal bottom left 16223 #>17 ubyte ^0x20 - bottom 17505 >768 beshort 0 left to right/top to bottom 17506 >768 beshort 1 right to left/top to bottom 17507 >768 beshort 2 left to right/bottom to top 17508 >768 beshort 3 right to left/bottom to top 17509 >768 beshort 4 top to bottom/left to right 17510 >768 beshort 5 top to bottom/right to left 17511 >768 beshort 6 bottom to top/left to right [all …]
|
Completed in 165 milliseconds