Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/spl/tests/
H A DSplDoublyLinkedList_bottom_empty.phpt2 SplDoublyLinkedList::bottom empty
8 (new SplDoublyLinkedList)->bottom();
H A DSplDoublylinkedlist_offsetunset_first002.phpt11 echo $list->bottom() . "\n";
13 echo $list->bottom() . "\n";
H A Ddllist_001.phpt31 echo $dll->bottom()."\n";
/PHP-8.1/ext/spl/
H A Dspl_dllist.stub.php26 public function bottom(): mixed {} function in SplDoublyLinkedList
H A Dspl_dllist_arginfo.h93 ZEND_METHOD(SplDoublyLinkedList, bottom);
122 ZEND_ME(SplDoublyLinkedList, bottom, arginfo_class_SplDoublyLinkedList_bottom, ZEND_ACC_PUBLIC)
H A Dspl_heap.c319 void *bottom; in spl_ptr_heap_delete_top() local
331 bottom = spl_heap_elem(heap, --heap->count); in spl_ptr_heap_delete_top()
341 if(heap->cmp(bottom, spl_heap_elem(heap, j), cmp_userdata) < 0) { in spl_ptr_heap_delete_top()
354 if (to != bottom) { in spl_ptr_heap_delete_top()
355 spl_heap_elem_copy(heap, to, bottom); in spl_ptr_heap_delete_top()
H A Dspl_dllist.c583 PHP_METHOD(SplDoublyLinkedList, bottom) in PHP_METHOD() argument
/PHP-8.1/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm58 ; 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'
/PHP-8.1/ext/openssl/
H A Dphp_openssl.h78 int bottom; member
H A Dopenssl.c468 if (errors->top == errors->bottom) { in php_openssl_store_errors()
469 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
6799 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
6803 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION()
6804 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()
/PHP-8.1/Zend/tests/
H A Doffset_string.phpt6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
/PHP-8.1/ext/gd/tests/
H A Dlibgd00100.phpt97 // M (bridge) not touching bottom boundary
/PHP-8.1/ext/gd/
H A Dgd.c1239 Height = rc.bottom; in PHP_FUNCTION()
1243 Height = rc.bottom - rc.top; in PHP_FUNCTION()
1301 Height = rc.bottom - rc.top; in PHP_FUNCTION()
/PHP-8.1/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt717 "&bottom;",
2851 &bottom; => ⊥ e28aa5
/PHP-8.1/ext/standard/html_tables/
H A Dents_html5.txt712 bottom 022A5
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic2224 # 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 Dmagic私はガラスを食べられます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 267 milliseconds