Home
last modified time | relevance | path

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

1234

/PHP-5.3/ext/spl/tests/
H A Dbug45614.phpt24 echo "--> Show the first two items:\n";
27 echo "\n--> Rewind and show the first two items:\n";
31 echo "\n--> Invalidate current position and show the first two items:\n";
36 echo "\n--> Rewind, seek and show the first two items:\n";
42 --> Show the first two items:
46 --> Rewind and show the first two items:
50 --> Invalidate current position and show the first two items:
54 --> 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.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 DSplDoublyLinkedList_isEmpty_not-empty.phpt10 // Add some items to the list
/PHP-5.3/Zend/tests/
H A Dbug52193.phpt20 $items = range(1, 5);
23 array_splice($items, 0 , 4, $func);
24 var_dump($items);
/PHP-5.3/ext/gettext/tests/
H A Dgettext_ngettext.phpt18 var_dump(ngettext('item', 'items', 1));
19 var_dump(ngettext('item', 'items', 2));
H A Dgettext_dngettext-plural.phpt17 var_dump(dngettext('dngettextTest', 'item', 'items', 1));
18 var_dump(dngettext('dngettextTest', 'item', 'items', 2));
/PHP-5.3/ext/xmlreader/tests/
H A D013.phpt12 <items>
15 </items>
/PHP-5.3/ext/gettext/tests/locale/en/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-5.3/ext/gettext/tests/locale/en/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-5.3/ext/soap/interop/
H A Dconfig.php.dist2 // configuration items
/PHP-5.3/ext/soap/tests/
H A Dserver030.phpt20 $items = new ItemArray(array());
26 $items[] = $item;
29 return $items;
/PHP-5.3/win32/build/
H A Dmkdist.php505 $items = glob("$snapshot_template/*"); variable
506 print_r($items);
508 foreach ($items as $item) {
534 $items = glob("$snapshot_template/dlls/*.CRT"); variable
536 foreach ($items as $item) {
/PHP-5.3/ext/standard/tests/array/
H A Darsort_basic.phpt15 * SORT_REGULAR - compare items normally
16 * SORT_NUMERIC - compare items numerically
17 * SORT_STRING - compare items as strings
H A Dkrsort_basic.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
16 * 4.SORT_STRING - compare items as strings
H A Dksort_basic.phpt13 * 2.SORT_REGULAR - compare items normally
14 * 3.SORT_NUMERIC - compare items numerically
15 * 4.SORT_STRING - compare items as strings
H A Dasort_basic.phpt15 * SORT_REGULAR - compare items normally
16 * SORT_NUMERIC - compare items numerically
17 * SORT_STRING - compare items as strings
H A Dsort_basic.phpt15 * SORT_REGULAR - compare items normally
16 * SORT_NUMERIC - compare items numerically
17 * SORT_STRING - compare items as strings
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
H A Dsort_variation4.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically

Completed in 31 milliseconds

1234