Home
last modified time | relevance | path

Searched refs:item (Results 326 – 328 of 328) sorted by last modified time

1...<<11121314

/PHP-7.4/Zend/tests/
H A Dbug48409.phpt34 $item = array('foo' => 'bar');
36 $c->process($b->xyz($item['foo'], $i));
39 $b->xyz($item['foo'], $i);
H A Dbug49269.phpt21 foreach ((true ? $array_object : $array_object) as $item) echo "$item\n";
H A D028.phpt2 Testing function call through of array item

Completed in 10 milliseconds

1...<<11121314