Home
last modified time | relevance | path

Searched refs:item (Results 126 – 150 of 354) sorted by relevance

12345678910>>...15

/PHP-5.5/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-5.5/ext/dom/tests/
H A DDOMDocument_saveHTML_variant2.phpt21 $e = $e->item(0);
H A DDOMNode_C14N_basic.phpt25 $node = $doc->getElementsByTagName('title')->item(0);
H A Dbug45251.phpt18 $bbb = $xpath->query('bbb', $doc->documentElement)->item(0);
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-5.5/Zend/tests/
H A D028.phpt2 Testing function call through of array item
/PHP-5.5/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-5.5/ext/standard/
H A Dproc_open.c505 zval **item; in PHP_FUNCTION() local
506 …ash_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_errors"), (void**)&item)) { in PHP_FUNCTION()
507 if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) && in PHP_FUNCTION()
508 Z_LVAL_PP(item)) { in PHP_FUNCTION()
512 …zend_hash_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell"), (void**)&item)) { in PHP_FUNCTION()
513 if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) && in PHP_FUNCTION()
514 Z_LVAL_PP(item)) { in PHP_FUNCTION()
/PHP-5.5/ext/gettext/tests/
H A Dgettext_dngettext-wrongparams.phpt17 var_dump(dngettext('dngettextTest', 'item', 'items'));
/PHP-5.5/win32/build/
H A Dprojectgen.js80 fname = FSO.GetFileName(txt.item());
102 fname = FSO.GetFileName(res.item());
289 contents = file_get_contents(f.item());
425 FSO.DeleteFile(f.item());
455 name = FSO.GetFileName(f.item());
472 name = FSO.GetFileName(f.item());
501 name = FSO.GetFileName(lib.item());
/PHP-5.5/ext/standard/tests/strings/
H A Dnl_langinfo_basic.phpt12 /* Prototype : string nl_langinfo ( int $item )
/PHP-5.5/ext/openssl/
H A Dopenssl.c798 varname = Z_STRVAL_PP(item); \
804 varname = Z_LVAL_PP(item); \
814 zval ** item; in php_openssl_parse_config() local
1788 zval ** item; in setup_verify() local
1794 convert_to_string_ex(item); in setup_verify()
1954 zval ** item; in PHP_FUNCTION() local
2035 zval ** item; in PHP_FUNCTION() local
2224 zval ** item; in php_openssl_make_REQ() local
2236 convert_to_string_ex(item); in php_openssl_make_REQ()
2250 nid, Z_STRVAL_PP(item)); in php_openssl_make_REQ()
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dxslt004.phpt15 $res->item(0)->value = "utf-8";
H A Dxslt005.phpt15 $res->item(0)->value = "yes";
H A Dxslt002.phpt16 $res->item(0)->value = "html";
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_2_11gR1.phpt79 foreach ($row as $item) {
80 echo " :" . $item . ":\n";
H A Dbind_char_2.phpt82 foreach ($row as $item) {
83 echo " :" . $item . ":\n";

Completed in 41 milliseconds

12345678910>>...15