Home
last modified time | relevance | path

Searched refs:item (Results 76 – 100 of 333) sorted by relevance

12345678910>>...14

/php-src/ext/spl/tests/
H A Dbug40872.phpt14 public function add(Project $item) {
15 $this->offsetSet($item->id, $item);
/php-src/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt24item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
26item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
/php-src/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt24item xsi:type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="…
26item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
H A Dr2_base_015w.phpt25item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
27item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_034.phpt10 foreach (['1', &$this->bar] as &$item) {
11 yield $item;
28 foreach ($foo->getIterator() as &$item) {
29 $foo->baz = &$item;
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt20 $item = iconv("ISO-8859-1", "UTF-8", "R�d_Statistics"); // cp1252
21 $prefix = create_data("bug71509", "$item.txt");
22 $testfile_zip = $prefix . DIRECTORY_SEPARATOR . "$item.txt";
23 $outputfile_zip = $prefix . DIRECTORY_SEPARATOR . "$item.zip";
H A Dtest_big5_1.phpt26 $item = "���զh�r�`���|"; // BIG5 string
27 $prefix = create_data("dir_big5", $item . "5", 950);
28 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}5";
30 $subpath = $path . DIRECTORY_SEPARATOR . "{$item}4";
H A Dtest_cp1252_to_utf8_4.phpt23 $item = iconv('cp1252', 'utf-8', "Vol��ao"); // cp1252 string
24 $prefix = create_data("dir2_cp1252", "{$item}3");
25 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}3";
27 $subpath = $path . DIRECTORY_SEPARATOR . "{$item}4";
H A Dtest_cp1254_to_utf8_1.phpt23 $item = "çokbaytlı işleri";
24 $prefix = create_data("dir_cp1254", "{$item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}42";
27 $subpath = $path . DIRECTORY_SEPARATOR . "{$item}4";
H A Dtest_cp932_to_utf8_1.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
24 $prefix = create_data("dir_cp932", "{$item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}42";
27 $subpath = $path . DIRECTORY_SEPARATOR . "{$item}4";
H A Dtest_cp1254_1.phpt26 $item = "�okbaytl� i�leri";
27 $prefix = create_data("dir_cp1254", "{$item}42", 1254);
28 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}42";
30 $subpath = $path . DIRECTORY_SEPARATOR . "{$item}4";
H A Dtest_cp874_to_utf8_1.phpt24 $item = "เป็นแฟ้มที่ทดสอบ11";
25 $prefix = create_data("file_cp874", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_3.phpt24 $item = "ქართველები55";
25 $prefix = create_data("file_kartuli", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp874_1.phpt27 $item = "�������跴�ͺ11";
28 $prefix = create_data("file_cp874", $item, 874);
29 $fn = __DIR__ . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_0.phpt26 $item = "gef��";
27 $prefix = create_data("file", $item, 1252);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
/php-src/ext/pdo_mysql/tests/
H A Dbug_61755.phpt22 echo "Length of item 0: ".strlen($r[0]).", Value of item 1: ".$r[1]."\n";
36 Length of item 0: 3, Value of item 1: c
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_xpath.phpt25 var_dump($result->item(0)->textContent);
29 var_dump($result->item(0)->textContent);
38 foreach ($result as $item) {
39 var_dump(get_class($item));
40 var_dump($item->textContent);
/php-src/ext/dom/tests/
H A DDomNodeList_count.phpt17 $item = $document->createElement('item');
18 $root->appendChild($item);
H A DDOMNamedNodeMap_count.phpt17 $item = $document->createElement('item');
18 $root->appendChild($item);
/php-src/ext/standard/tests/array/
H A Darray_unshift_variation6.phpt20 array('color' => 'red', 'item' => 'pen', 'place' => 'LA'),
26 array('a' => 'green', 'red', 'brown', 33, 88, 'orange', 'item' => 'ball')
81 ["item"]=>
113 ["item"]=>
129 ["item"]=>
161 ["item"]=>
171 ["item"]=>
186 ["item"]=>
/php-src/ext/gettext/tests/
H A Dgettext_dgettext.phpt23 var_dump(gettext('item'));
24 var_dump(dgettext('dgettextTest_switch', 'item'));
25 var_dump(gettext('item'));
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_004w.phpt19 …="ns2:ArrayOfFloat"><item xsi:type="xsd:float">12.345</item><item xsi:type="xsd:float">45</item><i…
H A Dr4_groupH_simple_rpcenc_005w.phpt19 …="ns2:ArrayOfFloat"><item xsi:type="xsd:float">12.345</item><item xsi:type="xsd:float">45</item><i…
H A Dr4_groupH_simple_rpcenc_007w.phpt19 …="ns2:ArrayOfFloat"><item xsi:type="xsd:float">12.345</item><item xsi:type="xsd:float">45</item><i…
/php-src/ext/simplexml/tests/
H A Dbug24392.phpt8 foreach ($s->item as $item) {
9 echo $item->title . "\n";

Completed in 33 milliseconds

12345678910>>...14