Searched refs:items (Results 1 – 25 of 99) sorted by relevance
1234
/PHP-5.4/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 | bug70068.phpt | 2 Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
|
H A D | SplDoublyLinkedList_isEmpty_not-empty.phpt | 10 // Add some items to the list
|
/PHP-5.4/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.4/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.4/ext/xmlreader/tests/ |
H A D | 013.phpt | 12 <items> 15 </items>
|
/PHP-5.4/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.4/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.4/ext/soap/interop/ |
H A D | config.php.dist | 2 // configuration items
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | nl_langinfo_variation1.phpt | 36 $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 D | server030.phpt | 20 $items = new ItemArray(array()); 26 $items[] = $item; 29 return $items;
|
/PHP-5.4/win32/build/ |
H A D | mkdist.php | 506 $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 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
|
H A D | sort_variation3.phpt | 15 * 2. SORT_REGULAR - compare items normally 16 * 3. SORT_NUMERIC - compare items numerically 17 * 4. SORT_STRING - compare items as strings
|
H A D | krsort_variation4.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_NUMERIC - compare items numerically
|
H A D | ksort_variation10.phpt | 13 * 2.SORT_REGULAR - compare items normally 14 * 3.SORT_NUMERIC - compare items numerically
|
Completed in 17 milliseconds
1234