Searched refs:items (Results 1 – 25 of 99) sorted by relevance
1234
/php-src/ext/spl/tests/ |
H A D | bug45614.phpt | 25 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 D | bug66127.phpt | 17 $items = new ArrayObject(); 19 unset($items[0]); 20 unset($items[0][0]);
|
H A D | bug54971.phpt | 20 $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 D | bug75717.phpt | 14 $noRefs = [[[['some']]],[' nested '],"items"]; 25 some nested items 26 some nested items
|
/php-src/ext/standard/tests/array/ |
H A D | gh9244.phpt | 5 $items = ['foo' => 1, 'bar' => 2]; 7 array_multisort($order, $items); 8 var_dump(array_shift($items));
|
H A D | bug70808.phpt | 2 Bug #70808 (array_merge_recursive corrupts memory of unset items)
|
/php-src/ext/dom/tests/ |
H A D | bug79852.phpt | 18 $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 D | bug75786.phpt | 6 function &gen($items) { 7 foreach ($items as $key => &$value) {
|
H A D | bug52193.phpt | 20 $items = range(1, 5); 23 array_splice($items, 0 , 4, $func); 24 var_dump($items);
|
/php-src/ext/gettext/tests/ |
H A D | gettext_ngettext.phpt | 19 var_dump(ngettext('item', 'items', 1)); 20 var_dump(ngettext('item', 'items', 2));
|
H A D | gettext_dngettext-plural.phpt | 19 var_dump(dngettext('dngettextTest', 'item', 'items', 1)); 20 var_dump(dngettext('dngettextTest', 'item', 'items', 2));
|
/php-src/ext/pgsql/tests/ |
H A D | gh12763.phpt | 17 $items = explode("\n", file_get_contents($file_name)); 19 echo isset($items[0]) ? 'OK' : 'FAIL';
|
/php-src/ext/mysqli/tests/ |
H A D | ghsa-h35g-vwh6-m678-stmt-row-string.phpt | 20 $stmt = $conn->prepare("SELECT item FROM items"); 46 [*] Sending - Stmt prepare items: 0c0000010001000000010000000000003000000203646566087068705f7465737… 48 [*] Sending - Malicious Stmt Response for items [Extract heap through buffer over-read]: 0100000101…
|
/php-src/ext/xmlreader/tests/ |
H A D | 013.phpt | 12 <items> 15 </items>
|
/php-src/ext/gettext/tests/locale/en_US.UTF-8/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-src/ext/gettext/tests/locale/en_US.UTF-8/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-src/ext/standard/tests/network/ |
H A D | news.rss | 14 <items> 18 </items>
|
/php-src/ext/standard/tests/array/sort/ |
H A D | arsort_variation4.phpt | 8 * SORT_REGULAR - compare items normally 9 * SORT_NUMERIC - compare items numerically
|
H A D | asort_variation4.phpt | 8 * SORT_REGULAR - compare items normally 9 * SORT_NUMERIC - compare items numerically
|
H A D | sort_variation4.phpt | 8 * SORT_REGULAR - compare items normally 9 * SORT_NUMERIC - compare items numerically
|
/php-src/Zend/tests/namespaces/ |
H A D | ns_094.phpt | 2 Type group use declarations should not allow override on inner items
|
Completed in 31 milliseconds
1234