Home
last modified time | relevance | path

Searched refs:item (Results 151 – 175 of 370) sorted by relevance

12345678910>>...15

/PHP-7.0/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());
H A Dbug54138_2.phpt22 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
/PHP-7.0/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.0/ext/dom/tests/
H A Ddom_comment_variation.phpt22 $current = $children->item($index);
H A Ddom_comment_basic.phpt25 $current = $children->item($index);
H A Dbug47848.phpt14 $attr= $fromdom->firstChild->attributes->item(0);
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);
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_close_1.phpt45 foreach ($row as $item) {
46 echo " ".$item;
H A Dbind_char_2.phpt78 foreach ($row as $item) {
79 echo " :" . $item . ":\n";
H A Dbind_char_2_11gR1.phpt78 foreach ($row as $item) {
79 echo " :" . $item . ":\n";
/PHP-7.0/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 Dbug40709.phpt2 Bug #40709 (array_reduce() behaves strange with one item stored arrays)
H A Dbug42850.phpt8 function apply_dumb($item, $key) {};
/PHP-7.0/Zend/tests/
H A D028.phpt2 Testing function call through of array item
/PHP-7.0/ext/gettext/tests/
H A Dgettext_dngettext-wrongparams.phpt17 var_dump(dngettext('dngettextTest', 'item', 'items'));
/PHP-7.0/ext/standard/tests/strings/
H A Dnl_langinfo_basic.phpt12 /* Prototype : string nl_langinfo ( int $item )
/PHP-7.0/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.0/ext/dba/tests/
H A Dbug62490.phpt2 Bug #62490 (dba_delete returns true on missing item (inifile))
/PHP-7.0/ext/openssl/
H A Dopenssl.c1037 varname = Z_STRVAL_P(item); \
1071 zval * item; in php_openssl_parse_config() local
1120 && Z_TYPE_P(item) == IS_LONG) { in php_openssl_parse_config()
2460 zval * item; in setup_verify() local
2471 convert_to_string_ex(item); in setup_verify()
2629 zval * item; in PHP_FUNCTION() local
2711 zval * item; in PHP_FUNCTION() local
2911 zval * item; in php_openssl_make_REQ() local
2920 convert_to_string_ex(item); in php_openssl_make_REQ()
2931 nid, Z_STRVAL_P(item)); in php_openssl_make_REQ()
[all …]

Completed in 104 milliseconds

12345678910>>...15