Searched refs:bottom (Results 1 – 20 of 20) sorted by relevance
/PHP-7.2/ext/spl/tests/ |
H A D | SplDoublyLinkedList_bottom_pass_float.phpt | 2 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 D | SplDoublyLinkedList_bottom_pass_integer.phpt | 2 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 D | SplDoublyLinkedList_bottom_pass_array.phpt | 2 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 D | SplDoublyLinkedList_bottom_pass_null.phpt | 2 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 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-7.2/ext/openssl/ |
H A D | php_openssl.h | 74 int bottom; member
|
H A D | openssl.c | 734 if (errors->top == errors->bottom) { in php_openssl_store_errors() 735 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors() 5874 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION() 5878 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION() 5879 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()
|
/PHP-7.2/Zend/tests/ |
H A D | offset_string.phpt | 6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
|
/PHP-7.2/ext/gd/tests/ |
H A D | libgd00100.phpt | 96 // M (bridge) not touching bottom boundary
|
/PHP-7.2/ext/spl/ |
H A D | spl_heap.c | 276 zval *bottom; in spl_ptr_heap_delete_top() local 284 bottom = &heap->elements[--heap->count]; in spl_ptr_heap_delete_top() 294 if(heap->cmp(bottom, &heap->elements[j], cmp_userdata) < 0) { in spl_ptr_heap_delete_top() 306 ZVAL_COPY_VALUE(&heap->elements[i], bottom); in spl_ptr_heap_delete_top()
|
H A D | spl_dllist.c | 664 SPL_METHOD(SplDoublyLinkedList, bottom) in SPL_METHOD() argument 1363 SPL_ME(SplDoublyLinkedList, bottom, arginfo_dllist_void, ZEND_ACC_PUBLIC)
|
/PHP-7.2/ext/spl/internal/ |
H A D | spldoublylinkedlist.inc | 97 public function bottom()
|
/PHP-7.2/ext/exif/ |
H A D | test.txt | 174 margin-bottom: 6pt;
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 1971 Height = rc.bottom; in PHP_FUNCTION() 1975 Height = rc.bottom - rc.top; in PHP_FUNCTION() 2036 Height = rc.bottom - rc.top; in PHP_FUNCTION()
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | html_entity_decode_html5.phpt | 717 "⊥", 2851 ⊥ => ⊥ e28aa5
|
/PHP-7.2/ext/standard/html_tables/ |
H A D | ents_html5.txt | 712 bottom 022A5
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 1766 # to have a solid-colored line at the bottom of the screen. 13337 # bits 5-4 give direction. normal bottom left 13339 #>17 ubyte ^0x20 - bottom 14332 >768 beshort 0 left to right/top to bottom 14333 >768 beshort 1 right to left/top to bottom 14334 >768 beshort 2 left to right/bottom to top 14335 >768 beshort 3 right to left/bottom to top 14336 >768 beshort 4 top to bottom/left to right 14337 >768 beshort 5 top to bottom/right to left 14338 >768 leshort 6 bottom to top/left to right [all …]
|
H A D | magic私はガラスを食べられます | 1766 # to have a solid-colored line at the bottom of the screen. 13337 # bits 5-4 give direction. normal bottom left 13339 #>17 ubyte ^0x20 - bottom 14332 >768 beshort 0 left to right/top to bottom 14333 >768 beshort 1 right to left/top to bottom 14334 >768 beshort 2 left to right/bottom to top 14335 >768 beshort 3 right to left/bottom to top 14336 >768 beshort 4 top to bottom/left to right 14337 >768 beshort 5 top to bottom/right to left 14338 >768 leshort 6 bottom to top/left to right [all …]
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | ChangeLog | 662 mode in which only the bottom 21 bits of 32-bit data items are used. To 3923 over the years. Originally (before any Unicode support), just the bottom 8 3940 the bottom 8 bits, as in old Perl. I have now made octal escapes with
|
Completed in 221 milliseconds