Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/standard/tests/array/
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-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt46 "array('color' => 'red', 'item' => 'pen')" => array('color' => 'red', 'item' => 'pen'),
138 -- Arg value: array('color' => 'red', 'item' => 'pen') --
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14item><text:p text:style-name="P1"><text:span text:style-name="T1">Name:<text:tab/><text:tab/>$$n_f…
/PHP-5.5/ext/standard/tests/strings/
H A Dnl_langinfo_error1.phpt12 /* Prototype : string nl_langinfo ( int $item )
H A Dstrval_variation1.phpt57 array('color' => 'red', 'item' => 'pen'),
H A Dnl2br_variation5.phpt52 array('color' => 'red', 'item' => 'pen'),
H A Dsprintf_variation2.phpt54 array('color' => 'red', 'item' => 'pen'),
H A Dstrip_tags_variation2.phpt56 array('color' => 'red', 'item' => 'pen'),
H A Dstrip_tags_variation3.phpt53 array('color' => 'red', 'item' => 'pen'),
H A Dstrrev_variation4.phpt48 array('color' => 'red', 'item' => 'pen'),
H A Dvfprintf_variation20.phpt57 array('color' => 'red', 'item' => 'pen'),
H A Dvprintf_variation1.phpt57 array('color' => 'red', 'item' => 'pen'),
H A Dvsprintf_variation1.phpt57 array('color' => 'red', 'item' => 'pen'),
/PHP-5.5/ext/dom/tests/
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 Ddomxpath.phpt33 if ($node = $nodelist->item(0)) {
H A DDOMDocument_validate_on_parse_variation.phpt27 $Body = $dom->getElementsByTagName('from')->item(0);
H A Ddom001.phpt68 $children = $attrs->item(0)->childNodes;
88 print_node($children->item(0));
89 $rootnode->removeChild($children->item(0));
H A Ddomelement.phpt70 $current = $myelements->item($x);
82 $node = $myelements->item($x);
/PHP-5.5/win32/build/
H A Dconfutils.js1367 s = fc.item() + "";
1801 var item = configure_hdr.Item(keys[i]);
1850 var item;
1857 item = configure_hdr.Item(keys[i]);
1859 pieces = item[0];
1861 if (item[1] != undefined) {
2072 var item = new Array(value, comment);
2077 configure_hdr.Add(name, item);
2191 item_name = FSO.GetFileName(fc.item());
2197 items[items.length] = fc.item();
[all …]
/PHP-5.5/ext/spl/tests/
H A Dheap_009.phpt12 foreach( $heap as &$item );
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c246 char item = bl_info[i++]; in firebird_fetch_blob() local
248 if (item == isc_info_end || item == isc_info_truncated || item == isc_info_error in firebird_fetch_blob()
256 if (item == isc_info_blob_total_length) { in firebird_fetch_blob()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt25 var_dump(php_uname(array('color' => 'red', 'item' => 'pen')));
/PHP-5.5/ext/dom/
H A Dnodelist.c45 PHP_FALIAS(item, dom_nodelist_item, arginfo_dom_nodelist_item)
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt57 array('color' => 'red', 'item' => 'pen'),

Completed in 47 milliseconds

12345678910>>...15