Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_1.phpt21 $item = "šđčćž_ŠĐČĆŽ"; // cp1250 specific chars
22 $prefix = create_data("dir_cp1250", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_cp1252_to_utf8_1.phpt21 $item = iconv('cp1252', 'utf-8', "tsch��"); // cp1252 string
22 $prefix = create_data("dir_cp1252", "${item}3");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_cp936_1.phpt24 $item = "�yԇ���ֹ�·��"; // cp936 string
25 $prefix = create_data("dir_cp936", $item . "5", 936);
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_big5_1.phpt24 $item = "���զh�r�`���|"; // BIG5 string
25 $prefix = create_data("dir_big5", $item . "5", 950);
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_cp1254_1.phpt24 $item = "�okbaytl� i�leri";
25 $prefix = create_data("dir_cp1254", "${item}42", 1254);
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_cp1254_to_utf8_1.phpt21 $item = "çokbaytlı işleri";
22 $prefix = create_data("dir_cp1254", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_kartuli_utf8_3.phpt22 $item = "ქართველები55";
23 $prefix = create_data("file_kartuli", $item);
24 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp874_to_utf8_1.phpt22 $item = "เป็นแฟ้มที่ทดสอบ11";
23 $prefix = create_data("file_cp874", $item);
24 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_0.phpt24 $item = "gef��";
25 $prefix = create_data("file", $item, 1252);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_to_utf8_3.phpt22 $item = "çokbaytlı işleri";
23 $prefix = create_data("file_cp1254", $item);
24 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp874_1.phpt25 $item = "�������跴�ͺ11";
26 $prefix = create_data("file_cp874", $item, 874);
27 $fn = dirname(__FILE__) . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_3.phpt25 $item = "�okbaytl� i�leri";
26 $prefix = create_data("file_cp1254", $item, 1254);
27 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_0.phpt21 $item = "ქართველები";
22 $prefix = create_data("file_kartuli", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
/PHP-7.3/ext/standard/tests/array/
H A Darray_fill_variation5.phpt28 /* 5 */ array('color' => 'red' , 'item' => 'pen'),
30 array("colour" => "red" , "item" => "pen"),
33 /* 10 */ array( 1 => "Hi" , "color" => "red" , 'item' => 'pen'),
136 ["item"]=>
143 ["item"]=>
170 ["item"]=>
177 ["item"]=>
223 ["item"]=>
232 ["item"]=>
H A Darray_unshift_variation6.phpt25 array('color' => 'red', 'item' => 'pen', 'place' => 'LA'),
31 array('a' => 'green', 'red', 'brown', 33, 88, 'orange', 'item' => 'ball')
86 ["item"]=>
118 ["item"]=>
134 ["item"]=>
166 ["item"]=>
176 ["item"]=>
191 ["item"]=>
/PHP-7.3/ext/dom/tests/
H A DDOMNamedNodeMap_count.phpt17 $item = $document->createElement('item');
18 $root->appendChild($item);
H A DDomNodeList_count.phpt17 $item = $document->createElement('item');
18 $root->appendChild($item);
/PHP-7.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt28item xsi:type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="…
30item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
/PHP-7.3/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt28item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
30item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
/PHP-7.3/ext/gettext/tests/
H A Dgettext_dgettext.phpt20 var_dump(gettext('item'));
21 var_dump(dgettext('dgettextTest_switch', 'item'));
22 var_dump(gettext('item'));
/PHP-7.3/ext/soap/tests/interop/Round4/GroupH/
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…
/PHP-7.3/ext/soap/tests/schema/
H A Dschema023.phpt22 …ype="xsd:int[2]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema027.phpt22 …e="xsd:int[2,1]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema081.phpt22 …e="xsd:int[2]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
/PHP-7.3/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

Completed in 46 milliseconds

12345678910>>...19