Searched refs:items (Results 1 – 25 of 99) sorted by relevance
1234
/PHP-5.3/ext/spl/tests/ |
H A D | bug45614.phpt | 24 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 D | bug66127.phpt | 17 $items = new ArrayObject(); 19 unset($items[0]); 20 unset($items[0][0]);
|
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 | SplDoublyLinkedList_isEmpty_not-empty.phpt | 10 // Add some items to the list
|
/PHP-5.3/Zend/tests/ |
H A D | bug52193.phpt | 20 $items = range(1, 5); 23 array_splice($items, 0 , 4, $func); 24 var_dump($items);
|
/PHP-5.3/ext/gettext/tests/ |
H A D | gettext_ngettext.phpt | 18 var_dump(ngettext('item', 'items', 1)); 19 var_dump(ngettext('item', 'items', 2));
|
H A D | gettext_dngettext-plural.phpt | 17 var_dump(dngettext('dngettextTest', 'item', 'items', 1)); 18 var_dump(dngettext('dngettextTest', 'item', 'items', 2));
|
/PHP-5.3/ext/xmlreader/tests/ |
H A D | 013.phpt | 12 <items> 15 </items>
|
/PHP-5.3/ext/gettext/tests/locale/en/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-5.3/ext/gettext/tests/locale/en/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-5.3/ext/soap/interop/ |
H A D | config.php.dist | 2 // configuration items
|
/PHP-5.3/ext/soap/tests/ |
H A D | server030.phpt | 20 $items = new ItemArray(array()); 26 $items[] = $item; 29 return $items;
|
/PHP-5.3/win32/build/ |
H A D | mkdist.php | 505 $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 D | arsort_basic.phpt | 15 * SORT_REGULAR - compare items normally 16 * SORT_NUMERIC - compare items numerically 17 * SORT_STRING - compare items as strings
|
H A D | krsort_basic.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_NUMERIC - compare items numerically 16 * 4.SORT_STRING - compare items as strings
|
H A D | ksort_basic.phpt | 13 * 2.SORT_REGULAR - compare items normally 14 * 3.SORT_NUMERIC - compare items numerically 15 * 4.SORT_STRING - compare items as strings
|
H A D | asort_basic.phpt | 15 * SORT_REGULAR - compare items normally 16 * SORT_NUMERIC - compare items numerically 17 * SORT_STRING - compare items as strings
|
H A D | sort_basic.phpt | 15 * SORT_REGULAR - compare items normally 16 * SORT_NUMERIC - compare items numerically 17 * SORT_STRING - compare items as strings
|
H A D | arsort_variation4.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
H A D | asort_variation4.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
H A D | sort_variation4.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
Completed in 33 milliseconds
1234