Home
last modified time | relevance | path

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

1...<<11121314

/PHP-7.4/ext/libxml/tests/
H A Dbug54138_2.phpt22 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
/PHP-7.4/ext/standard/tests/array/
H A Darray_pad_variation3.phpt67 array('color' => 'red', 'item' => 'pen'),
452 ["item"]=>
459 ["item"]=>
468 ["item"]=>
475 ["item"]=>
H A Dbug42850.phpt8 function apply_dumb($item, $key) {};
H A Darray_change_key_case.phpt53 foreach ($arrays as $item) {
55 var_dump(array_change_key_case($item));
56 var_dump(array_change_key_case($item, CASE_UPPER));
57 var_dump(array_change_key_case($item, CASE_LOWER));
/PHP-7.4/ext/standard/tests/strings/
H A Dnl_langinfo_basic.phpt12 /* Prototype : string nl_langinfo ( int $item )
H A Dstrip_tags_array.phpt18 var_dump(strip_tags($string, ['color' => 'red', 'item' => 'pen']));
/PHP-7.4/ext/dom/tests/
H A DDOMNode_C14NFile_basic.phpt26 $node = $doc->getElementsByTagName('title')->item(0);
H A DDOMNode_issamenode_basic.phpt27 if($nodelist->item(0)->isSameNode($node))
H A DDOMNode_insertBefore_error6.phpt20 $parent_node = $dom->getElementsByTagName("book")->item(0);
H A DDOMNode_insertBefore_error4.phpt20 $parent_node = $dom->getElementsByTagName("book")->item(0);
H A DDOMElement_hasAttributes_basic.phpt28 $element = $nodelist->item(0);
H A DDOMDocument_validate_on_parse_variation.phpt27 $Body = $dom->getElementsByTagName('from')->item(0);
H A Ddomxpath.phpt33 if ($node = $nodelist->item(0)) {
/PHP-7.4/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-7.4/ext/spl/tests/
H A Dbug77263.phpt27 foreach ( $iterator as $item ) {
H A Dheap_009.phpt12 foreach( $heap as &$item );
/PHP-7.4/ext/dba/tests/
H A Dbug62490.phpt2 Bug #62490 (dba_delete returns true on missing item (inifile))
/PHP-7.4/ext/oci8/tests/
H A Dbind_char_2_11gR1.phpt78 foreach ($row as $item) {
79 echo " :" . $item . ":\n";
H A Dbind_char_2.phpt78 foreach ($row as $item) {
79 echo " :" . $item . ":\n";
H A Dimp_res_get_5.phpt24 foreach ($row as $item) {
25 echo " ".$item;
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt13item><text:p text:style-name="P1"><text:span text:style-name="T1">Name:<text:tab/><text:tab/>$$n_f…
/PHP-7.4/ext/pcre/tests/
H A Dgrep2.phpt32 Warning: preg_grep(): Compilation failed: quantifier does not follow a repeatable item at offset 0 …
H A Dsplit.phpt23 Warning: preg_split(): Compilation failed: quantifier does not follow a repeatable item at offset 0…

Completed in 53 milliseconds

1...<<11121314