Searched refs:bottom (Results 1 – 18 of 18) sorted by relevance
/PHP-8.2/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.2/ext/spl/ |
H A D | spl_dllist.stub.php | 47 public function bottom(): mixed {} function in SplDoublyLinkedList
|
H A D | spl_dllist_arginfo.h | 93 ZEND_METHOD(SplDoublyLinkedList, bottom); 122 ZEND_ME(SplDoublyLinkedList, bottom, arginfo_class_SplDoublyLinkedList_bottom, ZEND_ACC_PUBLIC)
|
H A D | spl_heap.c | 313 void *bottom; in spl_ptr_heap_delete_top() local 327 bottom = spl_heap_elem(heap, --heap->count); in spl_ptr_heap_delete_top() 337 if(heap->cmp(bottom, spl_heap_elem(heap, j), cmp_userdata) < 0) { in spl_ptr_heap_delete_top() 352 if (to != bottom) { in spl_ptr_heap_delete_top() 353 spl_heap_elem_copy(heap, to, bottom); in spl_ptr_heap_delete_top()
|
H A D | spl_dllist.c | 581 PHP_METHOD(SplDoublyLinkedList, bottom) in PHP_METHOD() argument
|
/PHP-8.2/Zend/asm/ |
H A D | make_i386_ms_pe_masm.asm | 58 ; compute bottom address of context stack (limit) 60 ; save bottom address of context-stack as 'limit' 62 ; save bottom address of context-stack as 'dealloction stack'
|
H A D | make_arm64_aapcs_pe_armasm.asm | 76 ; save bottom address of context-stack as 'limit' and 'dealloction stack'
|
/PHP-8.2/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.2/ext/openssl/ |
H A D | php_openssl.h | 78 int bottom; member
|
H A D | openssl.c | 473 if (errors->top == errors->bottom) { in php_openssl_store_errors() 474 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors() 6708 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION() 6712 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION() 6713 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()
|
/PHP-8.2/ext/gd/tests/ |
H A D | libgd00100.phpt | 97 // M (bridge) not touching bottom boundary
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 1089 Height = rc.bottom; in PHP_FUNCTION() 1093 Height = rc.bottom - rc.top; in PHP_FUNCTION() 1151 Height = rc.bottom - rc.top; in PHP_FUNCTION()
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | html_entity_decode_html5.phpt | 717 "⊥", 2851 ⊥ => ⊥ e28aa5
|
/PHP-8.2/ext/standard/html_tables/ |
H A D | ents_html5.txt | 712 bottom 022A5
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 2224 # to have a solid-colored line at the bottom of the screen. 16763 # bits 5-4 give direction. normal bottom left 16765 #>17 ubyte ^0x20 - bottom 18099 >768 beshort 0 left to right/top to bottom 18100 >768 beshort 1 right to left/top to bottom 18101 >768 beshort 2 left to right/bottom to top 18102 >768 beshort 3 right to left/bottom to top 18103 >768 beshort 4 top to bottom/left to right 18104 >768 beshort 5 top to bottom/right to left 18105 >768 beshort 6 bottom to top/left to right [all …]
|
H A D | magic私はガラスを食べられます | 2224 # to have a solid-colored line at the bottom of the screen. 16763 # bits 5-4 give direction. normal bottom left 16765 #>17 ubyte ^0x20 - bottom 18099 >768 beshort 0 left to right/top to bottom 18100 >768 beshort 1 right to left/top to bottom 18101 >768 beshort 2 left to right/bottom to top 18102 >768 beshort 3 right to left/bottom to top 18103 >768 beshort 4 top to bottom/left to right 18104 >768 beshort 5 top to bottom/right to left 18105 >768 beshort 6 bottom to top/left to right [all …]
|
Completed in 173 milliseconds