Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/Zend/tests/
H A Doffset_string.phpt6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
/PHP-7.4/ext/openssl/
H A Dphp_openssl.h80 int bottom; member
H A Dopenssl.c767 if (errors->top == errors->bottom) { in php_openssl_store_errors()
768 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
6007 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
6011 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION()
6012 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()
/PHP-7.4/ext/gd/tests/
H A Dlibgd00100.phpt96 // M (bridge) not touching bottom boundary
/PHP-7.4/ext/spl/
H A Dspl_heap.c303 void *bottom; in spl_ptr_heap_delete_top() local
315 bottom = spl_heap_elem(heap, --heap->count); in spl_ptr_heap_delete_top()
325 if(heap->cmp(bottom, spl_heap_elem(heap, j), cmp_userdata) < 0) { in spl_ptr_heap_delete_top()
338 if (to != bottom) { in spl_ptr_heap_delete_top()
339 spl_heap_elem_copy(heap, to, bottom); in spl_ptr_heap_delete_top()
H A Dspl_dllist.c661 SPL_METHOD(SplDoublyLinkedList, bottom) in SPL_METHOD() argument
1433 SPL_ME(SplDoublyLinkedList, bottom, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/gd/
H A Dgd.c2036 Height = rc.bottom; in PHP_FUNCTION()
2040 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2099 Height = rc.bottom - rc.top; in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt717 "&bottom;",
2851 &bottom; => ⊥ e28aa5
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt712 bottom 022A5
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1976 # to have a solid-colored line at the bottom of the screen.
15380 # bits 5-4 give direction. normal bottom left
15382 #>17 ubyte ^0x20 - bottom
16404 >768 beshort 0 left to right/top to bottom
16405 >768 beshort 1 right to left/top to bottom
16406 >768 beshort 2 left to right/bottom to top
16407 >768 beshort 3 right to left/bottom to top
16408 >768 beshort 4 top to bottom/left to right
16409 >768 beshort 5 top to bottom/right to left
16410 >768 beshort 6 bottom to top/left to right
[all …]
H A Dmagic1976 # to have a solid-colored line at the bottom of the screen.
15380 # bits 5-4 give direction. normal bottom left
15382 #>17 ubyte ^0x20 - bottom
16404 >768 beshort 0 left to right/top to bottom
16405 >768 beshort 1 right to left/top to bottom
16406 >768 beshort 2 left to right/bottom to top
16407 >768 beshort 3 right to left/bottom to top
16408 >768 beshort 4 top to bottom/left to right
16409 >768 beshort 5 top to bottom/right to left
16410 >768 beshort 6 bottom to top/left to right
[all …]

Completed in 178 milliseconds