Home
last modified time | relevance | path

Searched refs:item (Results 226 – 250 of 457) sorted by relevance

12345678910>>...19

/PHP-7.3/ext/oci8/tests/
H A Dimp_res_cancel.phpt42 foreach ($row as $item) {
43 echo " ".$item;
H A Dimp_res_get_close_3.phpt45 foreach ($row as $item) {
46 echo " ".$item;
H A Dbug37220.phpt45 foreach ($row as $item) {
46 echo trim($item)."\n";
H A Dimp_res_func_error.phpt43 foreach ($row as $item) {
44 echo " ".$item;
H A Dimp_res_get_close_2.phpt45 foreach ($row as $item) {
46 echo " ".$item;
H A Dimp_res_close.phpt45 foreach ($row as $item) {
46 echo " ".$item;
H A Dimp_res_get_close_1.phpt45 foreach ($row as $item) {
46 echo " ".$item;
/PHP-7.3/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt36 $entity = $entities->item(0);
39 $notation = $notations->item(0);
H A Dbug37456.phpt12 $root = $doc->getElementsByTagName('foo')->item(0);
H A Dbug61858.phpt12 $example = $doc->getElementsByTagName('example')->item(0);
H A DDOMNode_removeChild_basic.phpt45 $current = $children->item($index);
56 $current = $children->item($index);
H A DDOMDocument_saveHTML_variant2.phpt21 $e = $e->item(0);
H A DDOMNode_C14N_basic.phpt25 $node = $doc->getElementsByTagName('title')->item(0);
H A Dbug45251.phpt18 $bbb = $xpath->query('bbb', $doc->documentElement)->item(0);
H A Ddom_comment_variation.phpt22 $current = $children->item($index);
H A Ddom_comment_basic.phpt25 $current = $children->item($index);
/PHP-7.3/tests/security/
H A Dopen_basedir.inc39 while (FALSE !== ($item = readdir($handle))) {
40 if ($item != '.') {
41 if ($item != '..') {
42 $path = ($directory.'/'.$item);
/PHP-7.3/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt46 "array('color' => 'red', 'item' => 'pen')" => array('color' => 'red', 'item' => 'pen'),
126 -- Arg value array('color' => 'red', 'item' => 'pen') --
/PHP-7.3/ext/standard/tests/array/
H A Dsizeof_variation2.phpt29 array("color" => "red", "item" => "pen"),
30 /* 10 */ array('color' => 'red', 'item' => 'pen'),
33 array('color' => "red", "item" => 'pen', 1 => "Hi", "" => "Hello" ),
H A Darray_pad_variation3.phpt67 array('color' => 'red', 'item' => 'pen'),
452 ["item"]=>
459 ["item"]=>
468 ["item"]=>
475 ["item"]=>
/PHP-7.3/ext/libxml/tests/
H A Dbug54138.phpt20 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
H A Dbug54138_1.phpt21 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
/PHP-7.3/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt48 "array('color' => 'red', 'item' => 'pen'" => array('color' => 'red', 'item' => 'pen'),
140 -- Arg value array('color' => 'red', 'item' => 'pen' --
H A Dbase64_decode_variation_002.phpt48 "array('color' => 'red', 'item' => 'pen'" => array('color' => 'red', 'item' => 'pen'),
134 -- Arg value array('color' => 'red', 'item' => 'pen' --
/PHP-7.3/Zend/tests/
H A D028.phpt2 Testing function call through of array item

Completed in 40 milliseconds

12345678910>>...19