Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/standard/tests/array/
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.4/ext/simplexml/tests/
H A Dbug24392.phpt8 foreach ($s->item as $item) {
9 echo $item->title . "\n";
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
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_cp1253_to_utf8_0.phpt23 $item = "διαδρομή δοκιμής";
24 $prefix = create_data("file_cp1253", $item);
25 $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_cp1254_0.phpt26 $item = "�okbaytl� i�leri";
27 $prefix = create_data("file_cp1254", $item, 1254);
28 $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;
H A Dtest_cp1255_0.phpt26 $item = "����� ������";
27 $prefix = create_data("file_cp1255", $item, 1255);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1253_0.phpt26 $item = "�������� �������";
27 $prefix = create_data("file_cp1253", $item, 1253);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp936_0.phpt26 $item = "�yԇ���ֹ�·��"; // cp936 string
27 $prefix = create_data("file_cp936", $item, 936);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_cp936_to_utf8_0.phpt23 $item = iconv('cp936', 'utf-8', "�yԇ���ֹ�·��"); // cp936 string
24 $prefix = create_data("file_cp936", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_eucjp_to_utf8_0.phpt23 $item = iconv('eucjp', 'utf-8', "�ƥ��ȥޥ���Х��ȡ��ѥ�"); // EUCJP string
24 $prefix = create_data("file_eucjp", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1256_0.phpt26 $item = "���� ����� ������ ������"; // cp1256 string
27 $prefix = create_data("file_cp1256", $item, 1256);
28 $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_cp1256_to_utf8_0.phpt23 $item = "مسار متعدد البايت اختبار";
24 $prefix = create_data("file_cp1256", $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_cp1254_to_utf8_0.phpt23 $item = "çokbaytlı işleri";
24 $prefix = create_data("file_cp1254", $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;
/PHP-7.4/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_007w.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_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-7.4/ext/pcre/tests/
H A Dbug79846.phpt5 $item = "component_phase_1";
6 preg_match("/([a-z]+_[a-z]+_*[a-z]+)_?(\d+)?/", $item, $match);
/PHP-7.4/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>

Completed in 24 milliseconds

12345678910>>...14