Home
last modified time | relevance | path

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

12345678910>>...14

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_0.phpt26 $item = "�������� �������";
27 $prefix = create_data("file_cp1253", $item, 1253);
28 $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_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_cp1255_0.phpt26 $item = "����� ������";
27 $prefix = create_data("file_cp1255", $item, 1255);
28 $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_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_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_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_cp1251_zend_multibyte_0.phpt28 $item = "������"; // cp1251 string
29 $prefix = create_data("file_cp1251", $item);
30 $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_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_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;
/php-src/ext/soap/tests/schema/
H A Dschema025.phpt24 …ype="xsd:int[2]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema028.phpt24 …e="xsd:int[2,1]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema054.phpt17item><key xsi:type="xsd:string">a</key><value xsi:type="xsd:int">123</value></item><item><key xsi:…
H A Dschema055.phpt24item><key xsi:type="xsd:string">a</key><value xsi:type="xsd:int">123</value></item><item><key xsi:…
H A Dschema083.phpt24 …e="xsd:int[2]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
/php-src/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-src/ext/pcre/tests/
H A Dbug79846.phpt5 $item = "component_phase_1";
6 preg_match("/([a-z]+_[a-z]+_*[a-z]+)_?(\d+)?/", $item, $match);
/php-src/ext/standard/tests/array/
H A Darray_walk_basic1.phpt10 function test_print($item, $key)
14 var_dump($item); // value
18 function with_userdata($item, $key, $user_data)
22 var_dump($item); // value
H A Darray_walk_recursive_basic1.phpt10 function test_print($item, $key)
14 var_dump($item); // value
18 function with_userdata($item, $key, $user_data)
22 var_dump($item); // value
/php-src/ext/soap/tests/soap12/
H A DT60.phpt17 <item xsi:type="xsd:string">hello</item>
18 <item xsi:type="xsd:string">world</item>

Completed in 25 milliseconds

12345678910>>...14