Home
last modified time | relevance | path

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

1...<<11121314

/PHP-8.1/ext/standard/tests/array/
H A Darray_pad_variation3.phpt62 array('color' => 'red', 'item' => 'pen'),
447 ["item"]=>
454 ["item"]=>
463 ["item"]=>
470 ["item"]=>
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-8.1/ext/dom/tests/
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 Dxpath_domnamespacenode.phpt16 var_dump($nodes->item(0));
H A DDOMNode_issamenode_basic.phpt27 if($nodelist->item(0)->isSameNode($node))
H A Dbug55294.phpt21 $node = $bDOM->importNode($aDOM->getElementsByTagNameNS('http://example.com/A', 'B')->item(0), true…
H A DDOMNode_insertBefore_error6.phpt20 $parent_node = $dom->getElementsByTagName("book")->item(0);
H A DDOMNode_C14N_basic.phpt23 $node = $doc->getElementsByTagName('title')->item(0);
H A DDOMNode_insertBefore_error4.phpt20 $parent_node = $dom->getElementsByTagName("book")->item(0);
/PHP-8.1/ext/libxml/tests/
H A Dbug54138_2.phpt23 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
/PHP-8.1/Zend/tests/
H A D028.phpt2 Testing function call through of array item
/PHP-8.1/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-8.1/ext/spl/tests/
H A Dbug77263.phpt27 foreach ( $iterator as $item ) {
/PHP-8.1/ext/dba/tests/
H A Dbug62490.phpt2 Bug #62490 (dba_delete returns true on missing item (inifile))
/PHP-8.1/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-8.1/ext/oci8/tests/
H A Dbind_char_2.phpt79 foreach ($row as $item) {
80 echo " :" . $item . ":\n";
H A Dbind_char_2_11gR1.phpt79 foreach ($row as $item) {
80 echo " :" . $item . ":\n";
/PHP-8.1/ext/pcre/tests/
H A Dgrep2.phpt24 Warning: preg_grep(): Compilation failed: quantifier does not follow a repeatable item at offset 0 …
/PHP-8.1/ext/openssl/tests/
H A Dbug81713.phpt174 openssl_x509_checkpurpose(): Argument #3 ($ca_info) array item must not contain any null bytes
186 openssl_cms_encrypt(): Argument #3 ($certificate) array item must not contain any null bytes
202 openssl_cms_verify(): Argument #4 ($ca_info) array item must not contain any null bytes
209 openssl_pkcs7_encrypt(): Argument #3 ($certificate) array item must not contain any null bytes
225 openssl_pkcs7_verify(): Argument #4 ($ca_info) array item must not contain any null bytes
233 openssl_pkcs12_export(): Argument #5 ($options) option extracerts array item must not contain any n…
239 openssl_pkcs12_export_to_file(): Argument #5 ($options) option extracerts array item must not conta…

Completed in 28 milliseconds

1...<<11121314