Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/soap/tests/soap12/
H A DT61.phpt17 <item xsi:type="xsd:string">hello</item>
18 <item xsi:type="xsd:string">world</item>
H A DT60.phpt17 <item xsi:type="xsd:string">hello</item>
18 <item xsi:type="xsd:string">world</item>
/PHP-7.4/ext/soap/tests/schema/
H A Dschema025.phpt23 …ype="xsd:int[2]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema028.phpt23 …e="xsd:int[2,1]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema054.phpt16item><key xsi:type="xsd:string">a</key><value xsi:type="xsd:int">123</value></item><item><key xsi:…
H A Dschema083.phpt23 …e="xsd:int[2]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema055.phpt23item><key xsi:type="xsd:string">a</key><value xsi:type="xsd:int">123</value></item><item><key xsi:…
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_4.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
24 $prefix = create_data("dir_cp1250", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
27 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_cp932_1.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
27 $prefix = create_data("dir_cp932", "${item}42", 932);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
30 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_cp932_to_utf8_0.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
24 $prefix = create_data("file_cp932", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_big5_to_utf8_0.phpt23 $item = iconv('big5', 'utf-8', "���զh�r�`���|"); // BIG5 string
24 $prefix = create_data("file_big5", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_cp1250_to_utf8_3.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
24 $prefix = create_data("file_cp1250", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_0.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
27 $prefix = create_data("file_cp932", $item, 932);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_zend_multibyte_0.phpt26 $item = "������"; // cp1251 string
27 $prefix = create_data("file_cp1251", $item);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_big5_0.phpt26 $item = "���զh�r�`���|"; // BIG5 string
27 $prefix = create_data("file_big5", $item, 950);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_cp932_3.phpt27 $item = "�e�X�g�}���`�o�C�g�E�p�X77"; // cp932 string
28 $prefix = create_data("file_cp932", $item, 932);
29 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_2.phpt23 $item = "ქართველები";
24 $prefix = create_data("dir_kartuli", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1255_to_utf8_2.phpt23 $item = "כללים מרובים";
24 $prefix = create_data("dir_cp1255", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1256_to_utf8_2.phpt23 $item = "مسار متعدد البايت اختبار";
24 $prefix = create_data("dir_cp1256", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1253_2.phpt26 $item = "�������� �������";
27 $prefix = create_data("dir_cp1253", "${item}42}", 1253);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1253_to_utf8_2.phpt23 $item = "διαδρομή δοκιμής";
24 $prefix = create_data("dir_cp1253", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_2.phpt62 foreach ($row as $item) {
63 echo " ".$item;
70 foreach ($row as $item) {
71 echo " ".$item;
79 foreach ($row as $item) {
80 echo " ".$item;
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt41item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
43item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
/PHP-7.4/Zend/tests/
H A Dbug48409.phpt34 $item = array('foo' => 'bar');
36 $c->process($b->xyz($item['foo'], $i));
39 $b->xyz($item['foo'], $i);
/PHP-7.4/Zend/tests/generators/
H A Dbug74606.phpt10 foreach ($array as $item) {
15 echo "fin $item\n";

Completed in 37 milliseconds

12345678910>>...14