Home
last modified time | relevance | path

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

1234

/PHP-5.4/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 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
/PHP-5.4/Zend/tests/
H A Dbug52193.phpt20 $items = range(1, 5);
23 array_splice($items, 0 , 4, $func);
24 var_dump($items);
/PHP-5.4/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.4/ext/xmlreader/tests/
H A D013.phpt12 <items>
15 </items>
/PHP-5.4/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.4/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.4/ext/soap/interop/
H A Dconfig.php.dist2 // configuration items
/PHP-5.4/ext/standard/tests/strings/
H A Dnl_langinfo_variation1.phpt36 $items = array (
57 // loop through with each element of the $items array to test nl_langinfo() function
59 foreach($items as $item) {
/PHP-5.4/ext/soap/tests/
H A Dserver030.phpt20 $items = new ItemArray(array());
26 $items[] = $item;
29 return $items;
/PHP-5.4/win32/build/
H A Dmkdist.php506 $items = glob("$snapshot_template/*"); variable
507 print_r($items);
509 foreach ($items as $item) {
535 $items = glob("$snapshot_template/dlls/*.CRT"); variable
537 foreach ($items as $item) {
/PHP-5.4/ext/standard/tests/array/
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
H A Dsort_variation3.phpt15 * 2. SORT_REGULAR - compare items normally
16 * 3. SORT_NUMERIC - compare items numerically
17 * 4. SORT_STRING - compare items as strings
H A Dkrsort_variation4.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Dksort_variation10.phpt13 * 2.SORT_REGULAR - compare items normally
14 * 3.SORT_NUMERIC - compare items numerically

Completed in 17 milliseconds

1234