Home
last modified time | relevance | path

Searched refs:item (Results 251 – 275 of 333) sorted by relevance

1...<<11121314

/php-src/ext/dom/tests/
H A Dbug45251.phpt18 $bbb = $xpath->query('bbb', $doc->documentElement)->item(0);
H A DDOMDocument_saveHTML_variant2.phpt19 $e = $e->item(0);
H A Dgh11682.phpt17 $node = $dom->getElementsByTagName('node')->item(0);
H A DgetElementsByTagName_liveness_deallocated_document.phpt17 $second = $ps->item(1);
H A Ddom_comment_variation.phpt20 $current = $children->item($index);
H A Ddom_comment_basic.phpt23 $current = $children->item($index);
H A Dbug47848.phpt14 $attr= $fromdom->firstChild->attributes->item(0);
H A DDOMNode_issamenode_basic.phpt27 if($nodelist->item(0)->isSameNode($node))
H A DDOMNode_insertBefore_error6.phpt18 $parent_node = $dom->getElementsByTagName("book")->item(0);
H A Dxpath_domnamespacenode.phpt16 var_dump($nodes->item(0));
/php-src/ext/dom/tests/modern/spec/
H A DNamedNodeMap_getNamedItem.phpt21 $body = $dom->getElementsByTagName('body')->item(0);
42 $body = $dom->getElementsByTagName('body')->item(0);
H A Dbug55294.phpt18 $node = $bDOM->importNode($aDOM->getElementsByTagNameNS('http://example.com/A', 'B')->item(0), true…
/php-src/ext/libxml/tests/
H A Dbug54138_2.phpt23 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
/php-src/Zend/tests/
H A D028.phpt2 Testing function call through of array item
H A Dclosure_064.phpt18 function ($item) use ($closure3) { $closure3(); },
/php-src/ext/standard/tests/array/
H A Dbug40709.phpt2 Bug #40709 (array_reduce() behaves strange with one item stored arrays)
H A Dbug42850.phpt8 function apply_dumb($item, $key) {};
H A Darray_change_key_case.phpt47 foreach ($arrays as $item) {
49 var_dump(array_change_key_case($item));
50 var_dump(array_change_key_case($item, CASE_UPPER));
51 var_dump(array_change_key_case($item, CASE_LOWER));
/php-src/ext/xsl/tests/
H A Dxslt005.phpt15 $res->item(0)->value = "yes";
H A Dxslt004.phpt15 $res->item(0)->value = "utf-8";
H A Dxslt002.phpt16 $res->item(0)->value = "html";
/php-src/ext/spl/tests/
H A Dbug77263.phpt27 foreach ( $iterator as $item ) {
/php-src/ext/standard/tests/general_functions/
H A Dgh12655.phpt2 …nt #2 ($descriptor_spec) must only contain arrays and streams [Descriptor item must be either an a…
/php-src/ext/dom/tests/modern/xml/
H A Dxpath_query_context_in_scope_ns.phpt39 $c1 = $dom->getElementsByTagNameNS('*', 'c1')->item(0);
40 $c2 = $dom->getElementsByTagNameNS('*', 'c1')->item(0);
/php-src/ext/pcre/tests/
H A Dgrep2.phpt24 Warning: preg_grep(): Compilation failed: quantifier does not follow a repeatable item at offset 0 …

Completed in 25 milliseconds

1...<<11121314