Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/tests/
H A DSplDoublyLinkedList_bottom_pass_float.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected float parameter
10 $list->bottom(3.14159);
14 Warning: SplDoublyLinkedList::bottom() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_bottom_pass_integer.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected integer parameter
10 $list->bottom(45);
14 Warning: SplDoublyLinkedList::bottom() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_bottom_pass_array.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected array parameter
10 $list->bottom(array());
14 Warning: SplDoublyLinkedList::bottom() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_bottom_pass_null.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected null parameter
10 $list->bottom(null);
14 Warning: SplDoublyLinkedList::bottom() expects exactly 0 parameters, 1 given in %s on line %d
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.3/ext/openssl/
H A Dphp_openssl.h72 int bottom; member
H A Dopenssl.c740 if (errors->top == errors->bottom) { in php_openssl_store_errors()
741 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
5924 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
5928 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION()
5929 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()
/PHP-7.3/Zend/tests/
H A Doffset_string.phpt6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
/PHP-7.3/ext/gd/tests/
H A Dlibgd00100.phpt96 // M (bridge) not touching bottom boundary
/PHP-7.3/ext/spl/
H A Dspl_heap.c272 zval *bottom; in spl_ptr_heap_delete_top() local
280 bottom = &heap->elements[--heap->count]; in spl_ptr_heap_delete_top()
290 if(heap->cmp(bottom, &heap->elements[j], cmp_userdata) < 0) { in spl_ptr_heap_delete_top()
302 ZVAL_COPY_VALUE(&heap->elements[i], bottom); in spl_ptr_heap_delete_top()
H A Dspl_dllist.c662 SPL_METHOD(SplDoublyLinkedList, bottom) in SPL_METHOD() argument
1361 SPL_ME(SplDoublyLinkedList, bottom, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/spl/internal/
H A Dspldoublylinkedlist.inc97 public function bottom()
/PHP-7.3/ext/gd/
H A Dgd.c1967 Height = rc.bottom; in PHP_FUNCTION()
1971 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2030 Height = rc.bottom - rc.top; in PHP_FUNCTION()
/PHP-7.3/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt717 "&bottom;",
2851 &bottom; => ⊥ e28aa5
/PHP-7.3/ext/standard/html_tables/
H A Dents_html5.txt712 bottom 022A5
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic1839 # to have a solid-colored line at the bottom of the screen.
14287 # bits 5-4 give direction. normal bottom left
14289 #>17 ubyte ^0x20 - bottom
15308 >768 beshort 0 left to right/top to bottom
15309 >768 beshort 1 right to left/top to bottom
15310 >768 beshort 2 left to right/bottom to top
15311 >768 beshort 3 right to left/bottom to top
15312 >768 beshort 4 top to bottom/left to right
15313 >768 beshort 5 top to bottom/right to left
15314 >768 beshort 6 bottom to top/left to right
[all …]
H A Dmagic私はガラスを食べられます1839 # to have a solid-colored line at the bottom of the screen.
14287 # bits 5-4 give direction. normal bottom left
14289 #>17 ubyte ^0x20 - bottom
15308 >768 beshort 0 left to right/top to bottom
15309 >768 beshort 1 right to left/top to bottom
15310 >768 beshort 2 left to right/bottom to top
15311 >768 beshort 3 right to left/bottom to top
15312 >768 beshort 4 top to bottom/left to right
15313 >768 beshort 5 top to bottom/right to left
15314 >768 beshort 6 bottom to top/left to right
[all …]

Completed in 199 milliseconds