Home
last modified time | relevance | path

Searched refs:item (Results 101 – 125 of 333) sorted by relevance

12345678910>>...14

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1254_to_utf8_3.phpt24 $item = "çokbaytlı işleri";
25 $prefix = create_data("file_cp1254", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_3.phpt27 $item = "�okbaytl� i�leri";
28 $prefix = create_data("file_cp1254", $item, 1254);
29 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1253_to_utf8_0.phpt23 $item = "διαδρομή δοκιμής";
24 $prefix = create_data("file_cp1253", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1255_to_utf8_0.phpt23 $item = "כללים מרובים";
24 $prefix = create_data("file_cp1255", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1256_to_utf8_0.phpt23 $item = "مسار متعدد البايت اختبار";
24 $prefix = create_data("file_cp1256", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_0.phpt23 $item = "ქართველები";
24 $prefix = create_data("file_kartuli", $item);
25 $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_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_0.phpt23 $item = "šđčćž_ŠĐČĆŽ"; // cp1250 specific chars
24 $prefix = create_data("file_cp1250", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_0.phpt26 $item = "������"; // cp1251 string
27 $prefix = create_data("file_cp1251", $item, 1251);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_to_utf8_0.phpt23 $item = iconv('cp1251', 'utf-8', "������"); // cp1251 string
24 $prefix = create_data("file_cp1251", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_to_utf8_0.phpt23 $item = iconv('cp1252', 'utf-8', "tsch��"); // cp1252 string
24 $prefix = create_data("file_cp1252", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_to_utf8_3.phpt23 $item = iconv('cp1252', 'utf-8', "Vol��ao"); // cp1252 string
24 $prefix = create_data("file2_cp1252", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
/php-src/Zend/tests/
H A Dgh11171.phpt6 foreach ($all as &$item) {
7 $all += [$item];
/php-src/ext/soap/tests/schema/
H A Dschema023.phpt23 …ype="xsd:int[2]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema027.phpt23 …e="xsd:int[2,1]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema081.phpt23 …e="xsd:int[2]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_write_properties.phpt15 var_dump($list->item(0) === NULL);
17 var_dump($list->item(0) === NULL);
25 var_dump($list->item(0) === NULL);
27 var_dump($list->item(0) === NULL);
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt12 print $list->item(5)->getAttribute('i')."\n";
18 print $list->item(5)->getAttribute('i')."\n";
21 print $list->item(5)->getAttribute('i')."\n";
H A Dbug38438.phpt2 Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
8 var_dump($list->item(0));
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_008w.phpt19 …s2:ArrayOfString"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><ite…
H A Dr4_groupH_simple_rpcenc_009w.phpt19 …s2:ArrayOfString"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><ite…
H A Dr4_groupH_simple_rpcenc_011w.phpt19 …s2:ArrayOfString"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><ite…
/php-src/ext/soap/tests/soap12/
H A DT59.phpt17 <item enc:id="data" xsi:type="xsd:string" enc:ref="#data">hello</item>
18 <item>world</item>
H A DT61.phpt17 <item xsi:type="xsd:string">hello</item>
18 <item xsi:type="xsd:string">world</item>

Completed in 22 milliseconds

12345678910>>...14