Home
last modified time | relevance | path

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

/php-src/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-src/ext/spl/
H A Dspl_dllist.stub.php35 public function bottom(): mixed {} function in SplDoublyLinkedList
H A Dspl_dllist_arginfo.h92 ZEND_METHOD(SplDoublyLinkedList, bottom);
120 ZEND_ME(SplDoublyLinkedList, bottom, arginfo_class_SplDoublyLinkedList_bottom, ZEND_ACC_PUBLIC)
H A Dspl_heap.c308 void *bottom; in spl_ptr_heap_delete_top() local
320 bottom = spl_heap_elem(heap, --heap->count); in spl_ptr_heap_delete_top()
330 if(heap->cmp(bottom, spl_heap_elem(heap, j), cmp_userdata) < 0) { in spl_ptr_heap_delete_top()
343 if (to != bottom) { in spl_ptr_heap_delete_top()
344 spl_heap_elem_copy(heap, to, bottom); in spl_ptr_heap_delete_top()
H A Dspl_dllist.c577 PHP_METHOD(SplDoublyLinkedList, bottom) in PHP_METHOD() argument
/php-src/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'
H A Dmake_arm64_aapcs_pe_armasm.asm76 ; save bottom address of context-stack as 'limit' and 'dealloction stack'
/php-src/Zend/tests/
H A Doffset_string.phpt6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
/php-src/ext/openssl/
H A Dphp_openssl.h76 int bottom; member
H A Dopenssl.c479 if (errors->top == errors->bottom) { in php_openssl_store_errors()
480 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
512 errors->bottom = 0; in php_openssl_errors_restore_mark()
6924 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
6928 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION()
6929 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()
/php-src/ext/gd/tests/
H A Dlibgd00100.phpt97 // M (bridge) not touching bottom boundary
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h138 lxb_css_property_bottom_t *bottom; member
H A Dproperty.h71 lxb_css_property_margin_bottom_t bottom; member
79 lxb_css_property_padding_bottom_t bottom; member
/php-src/ext/dom/lexbor/lexbor/css/property/
H A Dres.h182 …pe = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_float = false}}, .bottom = {.type = LXB_CSS…
230 …pe = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_float = false}}, .bottom = {.type = LXB_CSS…
/php-src/ext/gd/
H A Dgd.c1089 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-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt717 "&bottom;",
2851 &bottom; => ⊥ e28aa5
/php-src/ext/standard/html_tables/
H A Dents_html5.txt712 bottom 022A5
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7165 # &sid=494dc2ca91289e05dadf80a7f8a968fe (at the bottom).
18524 # bits 5-4 give direction. normal bottom left
18526 #>17 ubyte ^0x20 - bottom
20481 >768 ubeshort 0 left to right/top to bottom
20482 >768 ubeshort 1 right to left/top to bottom
20483 >768 ubeshort 2 left to right/bottom to top
20484 >768 ubeshort 3 right to left/bottom to top
20485 >768 ubeshort 4 top to bottom/left to right
20486 >768 ubeshort 5 top to bottom/right to left
20487 >768 ubeshort 6 bottom to top/left to right
[all …]
H A Dmagic7165 # &sid=494dc2ca91289e05dadf80a7f8a968fe (at the bottom).
18524 # bits 5-4 give direction. normal bottom left
18526 #>17 ubyte ^0x20 - bottom
20481 >768 ubeshort 0 left to right/top to bottom
20482 >768 ubeshort 1 right to left/top to bottom
20483 >768 ubeshort 2 left to right/bottom to top
20484 >768 ubeshort 3 right to left/bottom to top
20485 >768 ubeshort 4 top to bottom/left to right
20486 >768 ubeshort 5 top to bottom/right to left
20487 >768 ubeshort 6 bottom to top/left to right
[all …]

Completed in 284 milliseconds