Home
last modified time | relevance | path

Searched refs:item (Results 26 – 50 of 375) sorted by path

12345678910>>...15

/PHP-5.6/ext/dom/tests/
H A DDOMNode_issamenode_basic.phpt27 if($nodelist->item(0)->isSameNode($node))
H A DDOMNode_removeChild_basic.phpt45 $current = $children->item($index);
56 $current = $children->item($index);
H A DDOMNode_replaceChild_basic.phpt16 $parent = $document->getElementsByTagName('foo')->item(0);
23 $parent = $document->getElementsByTagName('spam')->item(0);
28 $new_child = $document->getElementsByTagName('spam')->item(0);
29 $parent = $document->getElementsByTagName('foo')->item(0);
H A Dbug36756.phpt12 $node = $xpath->query('/root')->item(0);
20 $node = $xpath->query('//child')->item(0);
H A Dbug37456.phpt12 $root = $doc->getElementsByTagName('foo')->item(0);
H A Dbug38438.phpt2 Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
8 var_dump($list->item(0));
H A Dbug40836.phpt21 $entry = $dom->getElementsByTagNameNS("http://www.w3.org/2005/Atom", "entry")->item(0);
22 $contentNode = $entry->getElementsByTagName("content")->item(0)->firstChild;
23 $dateNode = $entry->getElementsByTagName("updated")->item(0)->firstChild;
H A Dbug45251.phpt18 $bbb = $xpath->query('bbb', $doc->documentElement)->item(0);
H A Dbug47848.phpt14 $attr= $fromdom->firstChild->attributes->item(0);
H A Ddom001.phpt68 $children = $attrs->item(0)->childNodes;
88 print_node($children->item(0));
89 $rootnode->removeChild($children->item(0));
H A Ddom007.phpt54 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…
79 $xkeys[] = "Index: ".$ents->item($x)->nodeName."\n";
87 $node = $ents->item(3);
H A Ddom_comment_basic.phpt25 $current = $children->item($index);
H A Ddom_comment_variation.phpt22 $current = $children->item($index);
H A Ddomelement.phpt70 $current = $myelements->item($x);
82 $node = $myelements->item($x);
H A Ddomxpath.phpt33 if ($node = $nodelist->item(0)) {
/PHP-5.6/ext/ereg/tests/
H A Dereg_replace_variation_001.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dereg_replace_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dereg_replace_variation_003.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dereg_variation_001.phpt48 array('color' => 'red', 'item' => 'pen'),
H A Dereg_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Deregi_replace_variation_001.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Deregi_replace_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Deregi_replace_variation_003.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Deregi_variation_001.phpt48 array('color' => 'red', 'item' => 'pen'),
H A Deregi_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),

Completed in 34 milliseconds

12345678910>>...15