Home
last modified time | relevance | path

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

12345

/php-src/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 Dbug54971.phpt20 $items = $xpath->query('//node');
22 print_r(array_map('get_class', iterator_to_array($items, false)));
23 print_r(array_map('get_class', iterator_to_array($items, true)));
H A Dbug75717.phpt14 $noRefs = [[[['some']]],[' nested '],"items"];
25 some nested items
26 some nested items
/php-src/ext/standard/tests/array/
H A Dgh9244.phpt5 $items = ['foo' => 1, 'bar' => 2];
7 array_multisort($order, $items);
8 var_dump(array_shift($items));
H A Dbug70808.phpt2 Bug #70808 (array_merge_recursive corrupts memory of unset items)
H A Darsort_variation4.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_NUMERIC - compare items numerically
H A Dasort_variation4.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_NUMERIC - compare items numerically
H A Dsort_variation4.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_NUMERIC - compare items numerically
/php-src/ext/dom/tests/
H A Dbug79852.phpt18 $items = $dom->getElementsByTagName('item');
20 echo "Count: ".count($items)."\n";
21 echo "Count: ".iterator_count($items->getIterator())."\n";
22 $it = new IteratorIterator($items);
/php-src/Zend/tests/
H A Dbug75786.phpt6 function &gen($items) {
7 foreach ($items as $key => &$value) {
H A Dbug52193.phpt20 $items = range(1, 5);
23 array_splice($items, 0 , 4, $func);
24 var_dump($items);
H A Dns_094.phpt2 Type group use declarations should not allow override on inner items
/php-src/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.phpt19 var_dump(dngettext('dngettextTest', 'item', 'items', 1));
20 var_dump(dngettext('dngettextTest', 'item', 'items', 2));
/php-src/ext/pgsql/tests/
H A Dgh12763.phpt17 $items = explode("\n", file_get_contents($file_name));
19 echo isset($items[0]) ? 'OK' : 'FAIL';
/php-src/ext/xmlreader/tests/
H A D013.phpt12 <items>
15 </items>
/php-src/ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/
H A DdgettextTest.po2 msgid_plural "items"
H A DdgettextTest_switch.po2 msgid_plural "items"
H A DdngettextTest.po2 msgid_plural "items"
/php-src/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-src/ext/standard/tests/network/
H A Dnews.rss14 <items>
18 </items>
/php-src/ext/soap/tests/
H A Dserver030.phpt20 $items = new ItemArray(array());
26 $items[] = $item;
29 return $items;

Completed in 31 milliseconds

12345