Searched refs:bottom (Results 1 – 18 of 18) sorted by relevance
/PHP-5.4/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-5.4/Zend/tests/ |
H A D | offset_string.phpt | 6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
|
/PHP-5.4/ext/gd/tests/ |
H A D | libgd00100.phpt | 96 // M (bridge) not touching bottom boundary
|
/PHP-5.4/ext/spl/ |
H A D | spl_heap.c | 279 spl_ptr_heap_element bottom; in spl_ptr_heap_delete_top() local 286 bottom = heap->elements[--heap->count]; in spl_ptr_heap_delete_top() 297 if(heap->cmp(bottom, heap->elements[j], cmp_userdata TSRMLS_CC) < 0) { in spl_ptr_heap_delete_top() 309 heap->elements[i] = bottom; in spl_ptr_heap_delete_top()
|
H A D | spl_dllist.c | 668 SPL_METHOD(SplDoublyLinkedList, bottom) in SPL_METHOD() argument 1319 SPL_ME(SplDoublyLinkedList, bottom, arginfo_dllist_void, ZEND_ACC_PUBLIC)
|
/PHP-5.4/ext/spl/internal/ |
H A D | spldoublylinkedlist.inc | 97 public function bottom()
|
/PHP-5.4/ext/exif/ |
H A D | test.txt | 174 margin-bottom: 6pt;
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 2018 Height = rc.bottom; in PHP_FUNCTION() 2022 Height = rc.bottom - rc.top; in PHP_FUNCTION() 2098 Height = rc.bottom - rc.top; in PHP_FUNCTION()
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | html_entity_decode_html5.phpt | 717 "⊥", 2851 ⊥ => ⊥ e28aa5
|
/PHP-5.4/ext/standard/html_tables/ |
H A D | ents_html5.txt | 712 bottom 022A5
|
/PHP-5.4/Zend/ |
H A D | ZEND_CHANGES | 491 compared with the classtype of each catch block from top to bottom
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 1343 # categories" and "left to right, top to bottom," respectively; the D and R 1400 # to have a solid-colored line at the bottom of the screen. 10518 >768 beshort 0 left to right/top to bottom 10519 >768 beshort 1 right to left/top to bottom 10520 >768 beshort 2 left to right/bottom to top 10521 >768 beshort 3 right to left/bottom to top 10522 >768 beshort 4 top to bottom/left to right 10523 >768 beshort 5 top to bottom/right to left 10524 >768 leshort 6 bottom to top/left to right 10525 >768 leshort 7 bottom to top/right to left [all …]
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | ChangeLog | 300 mode in which only the bottom 21 bits of 32-bit data items are used. To 3561 over the years. Originally (before any Unicode support), just the bottom 8 3578 the bottom 8 bits, as in old Perl. I have now made octal escapes with
|
Completed in 85 milliseconds