Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 93) sorted by relevance

1234

/PHP-7.4/ext/spl/tests/
H A Dbug45614.phpt25 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 Dbug66127.phpt17 $items = new ArrayObject();
19 unset($items[0]);
20 unset($items[0][0]);
H A Dbug75717.phpt14 $noRefs = [[[['some']]],[' nested '],"items"];
25 some nested items
26 some nested items
H A Dbug54971.phpt22 $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 Dbug70068.phpt2 Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
H A DSplDoublyLinkedList_isEmpty_not-empty.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_debug-info.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt10 // Add some items to the list
/PHP-7.4/Zend/tests/
H A Dbug52193.phpt20 $items = range(1, 5);
23 array_splice($items, 0 , 4, $func);
24 var_dump($items);
H A Dbug75786.phpt6 function &gen($items) {
7 foreach ($items as $key => &$value) {
/PHP-7.4/ext/gettext/tests/
H A Dgettext_ngettext.phpt19 var_dump(ngettext('item', 'items', 1));
20 var_dump(ngettext('item', 'items', 2));
H A Dgettext_dngettext-plural.phpt18 var_dump(dngettext('dngettextTest', 'item', 'items', 1));
19 var_dump(dngettext('dngettextTest', 'item', 'items', 2));
/PHP-7.4/ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/
H A DdgettextTest_switch.po2 msgid_plural "items"
H A DdngettextTest.po2 msgid_plural "items"
H A DdgettextTest.po2 msgid_plural "items"
/PHP-7.4/ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/
H A DdgettextTest.po2 msgid_plural "items"
H A DdgettextTest_switch.po2 msgid_plural "items"
H A DdngettextTest.po2 msgid_plural "items"
/PHP-7.4/ext/xmlreader/tests/
H A D013.phpt11 <items>
14 </items>
/PHP-7.4/ext/standard/tests/array/
H A Dbug70808.phpt2 Bug #70808 (array_merge_recursive corrupts memory of unset items)
H A Darsort_variation4.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Dasort_variation4.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
/PHP-7.4/ext/standard/tests/network/
H A Dnews.rss14 <items>
18 </items>
/PHP-7.4/ext/soap/tests/
H A Dserver030.phpt20 $items = new ItemArray(array());
26 $items[] = $item;
29 return $items;
/PHP-7.4/ext/date/tests/
H A Dbug64887.phpt2 Bug #64887: Allow DateTime modification with subsecond items

Completed in 52 milliseconds

1234