Searched refs:items (Results 1 – 25 of 94) sorted by relevance
1234
/PHP-8.0/ext/spl/tests/ |
H A D | bug45614.phpt | 25 echo "--> Show the first two items:\n"; 28 echo "\n--> Rewind and show the first two items:\n"; 32 echo "\n--> Invalidate current position and show the first two items:\n"; 37 echo "\n--> Rewind, seek and show the first two items:\n"; 43 --> Show the first two items: 47 --> Rewind and show the first two items: 51 --> Invalidate current position and show the first two items: 55 --> Rewind, seek and show the first two items:
|
H A D | bug66127.phpt | 17 $items = new ArrayObject(); 19 unset($items[0]); 20 unset($items[0][0]);
|
H A D | bug75717.phpt | 14 $noRefs = [[[['some']]],[' nested '],"items"]; 25 some nested items 26 some nested items
|
H A D | bug54971.phpt | 22 $items = $xpath->query('//node'); 24 print_r(array_map('get_class', iterator_to_array($items, false))); 25 print_r(array_map('get_class', iterator_to_array($items, true)));
|
H A D | bug70068.phpt | 2 Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
|
/PHP-8.0/ext/dom/tests/ |
H A D | bug79852.phpt | 18 $items = $dom->getElementsByTagName('item'); 20 echo "Count: ".count($items)."\n"; 21 echo "Count: ".iterator_count($items->getIterator())."\n"; 22 $it = new IteratorIterator($items);
|
/PHP-8.0/Zend/tests/ |
H A D | bug52193.phpt | 20 $items = range(1, 5); 23 array_splice($items, 0 , 4, $func); 24 var_dump($items);
|
H A D | bug75786.phpt | 6 function &gen($items) { 7 foreach ($items as $key => &$value) {
|
H A D | ns_094.phpt | 2 Type group use declarations should not allow override on inner items
|
/PHP-8.0/ext/gettext/tests/ |
H A D | gettext_ngettext.phpt | 19 var_dump(ngettext('item', 'items', 1)); 20 var_dump(ngettext('item', 'items', 2));
|
H A D | gettext_dngettext-plural.phpt | 18 var_dump(dngettext('dngettextTest', 'item', 'items', 1)); 19 var_dump(dngettext('dngettextTest', 'item', 'items', 2));
|
/PHP-8.0/ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/ |
H A D | dgettextTest.po | 2 msgid_plural "items"
|
H A D | dgettextTest_switch.po | 2 msgid_plural "items"
|
H A D | dngettextTest.po | 2 msgid_plural "items"
|
/PHP-8.0/ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/ |
H A D | dgettextTest.po | 2 msgid_plural "items"
|
H A D | dgettextTest_switch.po | 2 msgid_plural "items"
|
H A D | dngettextTest.po | 2 msgid_plural "items"
|
/PHP-8.0/ext/xmlreader/tests/ |
H A D | 013.phpt | 11 <items> 14 </items>
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | bug70808.phpt | 2 Bug #70808 (array_merge_recursive corrupts memory of unset items)
|
H A D | arsort_variation4.phpt | 8 * SORT_REGULAR - compare items normally 9 * SORT_NUMERIC - compare items numerically
|
H A D | asort_variation4.phpt | 8 * SORT_REGULAR - compare items normally 9 * SORT_NUMERIC - compare items numerically
|
H A D | sort_variation4.phpt | 8 * SORT_REGULAR - compare items normally 9 * SORT_NUMERIC - compare items numerically
|
/PHP-8.0/ext/standard/tests/network/ |
H A D | news.rss | 14 <items> 18 </items>
|
/PHP-8.0/ext/soap/tests/ |
H A D | server030.phpt | 20 $items = new ItemArray(array()); 26 $items[] = $item; 29 return $items;
|
/PHP-8.0/ext/date/tests/ |
H A D | bug64887.phpt | 2 Bug #64887: Allow DateTime modification with subsecond items
|
Completed in 22 milliseconds
1234