Home
last modified time | relevance | path

Searched refs:item (Results 176 – 200 of 370) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_5.phpt24 foreach ($row as $item) {
25 echo " ".$item;
H A Dimp_res_get_4.phpt56 foreach ($row as $item) {
57 echo " ".$item;
H A Dimp_res_get_3.phpt65 foreach ($row as $item) {
66 echo " ".$item;
/PHP-7.0/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-7.0/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 DDOMDocument_validate_on_parse_variation.phpt27 $Body = $dom->getElementsByTagName('from')->item(0);
H A Ddomxpath.phpt33 if ($node = $nodelist->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);
H A Dbug69846.phpt20 $dataNodes = $tmpDomDocument->firstChild->childNodes->item(0)->childNodes;
/PHP-7.0/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 Dsprintf_variation2.phpt54 array('color' => 'red', 'item' => 'pen'),
H A Dstrip_tags_variation1.phpt53 array('color' => 'red', 'item' => 'pen'),
H A Dstrip_tags_variation2.phpt56 array('color' => 'red', 'item' => 'pen'),
/PHP-7.0/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-7.0/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-7.0/ext/spl/tests/
H A Dheap_009.phpt12 foreach( $heap as &$item );
/PHP-7.0/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt41 Warning: proc_open(): Descriptor item must be either an array or a File-Handle in %s on line %d
H A Dphp_uname_error.phpt25 var_dump(php_uname(array('color' => 'red', 'item' => 'pen')));
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_statement.c273 char item = bl_info[i++]; in firebird_fetch_blob() local
275 if (item == isc_info_end || item == isc_info_truncated || item == isc_info_error in firebird_fetch_blob()
283 if (item == isc_info_blob_total_length) { in firebird_fetch_blob()
/PHP-7.0/win32/build/
H A Dconfutils.js1462 s = fc.item() + "";
2031 var item = configure_hdr.Item(keys[i]);
2080 var item;
2087 item = configure_hdr.Item(keys[i]);
2089 pieces = item[0];
2091 if (item[1] != undefined) {
2354 var item = new Array(value, comment);
2359 configure_hdr.Add(name, item);
2473 item_name = FSO.GetFileName(fc.item());
2479 items[items.length] = fc.item();
[all …]
/PHP-7.0/ext/dom/
H A Dnodelist.c45 PHP_FALIAS(item, dom_nodelist_item, arginfo_dom_nodelist_item)
/PHP-7.0/ext/standard/tests/class_object/
H A Dis_a_variation_001.phpt43 array('color' => 'red', 'item' => 'pen'),

Completed in 48 milliseconds

12345678910>>...15