Home
last modified time | relevance | path

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

/PHP-5.5/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_offsetunset_first002.phpt11 echo $list->bottom() . "\n";
13 echo $list->bottom() . "\n";
H A Ddllist_001.phpt31 echo $dll->bottom()."\n";
/PHP-5.5/Zend/tests/
H A Doffset_string.phpt6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
/PHP-5.5/ext/gd/tests/
H A Dlibgd00100.phpt96 // M (bridge) not touching bottom boundary
/PHP-5.5/ext/spl/
H A Dspl_heap.c280 spl_ptr_heap_element bottom; in spl_ptr_heap_delete_top() local
287 bottom = heap->elements[--heap->count]; in spl_ptr_heap_delete_top()
298 if(heap->cmp(bottom, heap->elements[j], cmp_userdata TSRMLS_CC) < 0) { in spl_ptr_heap_delete_top()
310 heap->elements[i] = bottom; in spl_ptr_heap_delete_top()
H A Dspl_dllist.c668 SPL_METHOD(SplDoublyLinkedList, bottom) in SPL_METHOD() argument
1373 SPL_ME(SplDoublyLinkedList, bottom, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc97 public function bottom()
/PHP-5.5/ext/exif/
H A Dtest.txt174 margin-bottom: 6pt;
/PHP-5.5/ext/gd/
H A Dgd.c1961 Height = rc.bottom; in PHP_FUNCTION()
1965 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2041 Height = rc.bottom - rc.top; in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt717 "&bottom;",
2851 &bottom; => ⊥ e28aa5
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt712 bottom 022A5
/PHP-5.5/Zend/
H A DZEND_CHANGES491 compared with the classtype of each catch block from top to bottom
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1343 # 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.5/ext/pcre/pcrelib/
H A DChangeLog476 mode in which only the bottom 21 bits of 32-bit data items are used. To
3737 over the years. Originally (before any Unicode support), just the bottom 8
3754 the bottom 8 bits, as in old Perl. I have now made octal escapes with

Completed in 95 milliseconds