/php-src/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-src/ext/spl/ |
H A D | spl_dllist.stub.php | 35 public function bottom(): mixed {} function in SplDoublyLinkedList
|
H A D | spl_dllist_arginfo.h | 92 ZEND_METHOD(SplDoublyLinkedList, bottom); 120 ZEND_ME(SplDoublyLinkedList, bottom, arginfo_class_SplDoublyLinkedList_bottom, ZEND_ACC_PUBLIC)
|
H A D | spl_heap.c | 311 void *bottom; in spl_ptr_heap_delete_top() local 325 bottom = spl_heap_elem(heap, --heap->count); in spl_ptr_heap_delete_top() 335 if(heap->cmp(bottom, spl_heap_elem(heap, j), cmp_userdata) < 0) { in spl_ptr_heap_delete_top() 350 if (to != bottom) { in spl_ptr_heap_delete_top() 351 spl_heap_elem_copy(heap, to, bottom); in spl_ptr_heap_delete_top()
|
H A D | spl_dllist.c | 570 PHP_METHOD(SplDoublyLinkedList, bottom) in PHP_METHOD() argument
|
/php-src/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-src/Zend/tests/ |
H A D | offset_string.phpt | 6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
|
/php-src/ext/openssl/ |
H A D | php_openssl.h | 78 int bottom; member
|
H A D | openssl.c | 496 if (errors->top == errors->bottom) { in php_openssl_store_errors() 497 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors() 529 errors->bottom = 0; in php_openssl_errors_restore_mark() 7113 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION() 7117 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION() 7118 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()
|
/php-src/ext/gd/tests/ |
H A D | libgd00100.phpt | 97 // M (bridge) not touching bottom boundary
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | rule.h | 138 lxb_css_property_bottom_t *bottom; member
|
H A D | property.h | 71 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 D | res.h | 182 …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 D | gd.c | 1132 Height = rc.bottom; in PHP_FUNCTION() 1136 Height = rc.bottom - rc.top; in PHP_FUNCTION() 1192 Height = rc.bottom - rc.top; in PHP_FUNCTION()
|
/php-src/ext/standard/tests/strings/ |
H A D | html_entity_decode_html5.phpt | 717 "⊥", 2851 ⊥ => ⊥ e28aa5
|
/php-src/ext/standard/html_tables/ |
H A D | ents_html5.txt | 712 bottom 022A5
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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 D | magic | 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 …]
|