Home
last modified time | relevance | path

Searched refs:en (Results 51 – 75 of 130) sorted by relevance

123456

/php-src/ext/intl/tests/
H A Ddateformat_formatObject_datetime_variant4.phpt17 echo IntlDateFormatter::formatObject($dt, null, "en-US"), "\n";
18 …matter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL), "en-US"), "\n";
19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant5.phpt17 echo IntlDateFormatter::formatObject($dt, null, "en-US"), "\n";
18 …matter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL), "en-US"), "\n";
19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Dbug72533.phpt16 $ret .= var_export(ut_loc_accept_http(str_repeat('en,', 256)), true);
30 'en'
H A Dbug74298.phpt10 'en-US',
19 'en-US',
H A Dlocale_bug66289.phpt2 Bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
8 ini_set("intl.default_locale", "en-US");
H A Dlocale_get_default.phpt4 intl.default_locale=en-US
44 Default locale: en-US
H A Dgh11658.phpt10 $s = MessageFormatter::formatMessage('en', 'some {wrong.format}', []);
13 $s = msgfmt_format_message('en', 'some {wrong.format}', []);
H A Dformatter_format_currency2.phpt24 'en' => 'UAH'
49 en: 'UAH%A1,234,567.89'
H A Dformatter_get_locale_variant4.phpt49 en_UK: actual='en' valid='en'
H A Dlocale_get_keywords2.phpt50 'en-US',
65 'en-US-u-islamCal',
67 'en-a-myExt-b-another',
125 en-US: No keywords found.
139 en-US-u-islamCal: Key is attribute and Value is islamcal
144 en-a-myExt-b-another: Key is a and Value is myext
H A Dmsgfmt_bug70484.phpt8 $locale = array("de", "fr", "en", "ru",);
64 en string key
71 en numeric key
H A Dbug78804.phpt8 if (Locale::filterMatches('en-US', 'und', true)) {
H A Dlocale_compose_locale.phpt38 Locale::LANG_TAG =>'en' ,
45 Locale::LANG_TAG =>'en' ,
54 Locale::LANG_TAG =>'en' ,
80 Locale::LANG_TAG =>'en' ,
H A Ddateformat_bug65683.phpt8 $formatter = new IntlDateFormatter('en-US', IntlDateFormatter::FULL, IntlDateFormatter::NONE, new D…
H A Dgh8364.phpt7 $formatter = new MessageFormatter('en', 'translate {0}');
H A Dbug75378.phpt8 $formatter = new IntlDateFormatter("en-GB", IntlDateFormatter::NONE, IntlDateFormatter::NONE, 'UTC'…
/php-src/ext/iconv/tests/
H A Dbug63839.phpt17 Content-Language: en-us
44 string(5) "en-us"
66 string(5) "en-us"
/php-src/ext/soap/tests/bugs/
H A Dbug34453.phpt34 $client->EchoString(array("value"=>"hello","lang"=>"en"));
41 …ap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</n…
43 …ap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</n…
H A Dbug29839.phpt34 $client->EchoString(array("value"=>"hello","lang"=>"en"));
41 …ap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</n…
43 …ap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</n…
/php-src/ext/enchant/tests/
H A Dbug13181.phpt26 $t = enchant_broker_request_dict($rBroker, 'en');
44 $t = enchant_broker_request_dict($broker, 'en');
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_full_document.phpt10 <html lang="en">
34 <!DOCTYPE html><html lang="en"><head>
/php-src/ext/standard/tests/misc/
H A Duser_agents.txt71 Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)
206 Mozilla/4.76 [en] (Windows NT 5.0; U)
207 Mozilla/4.79 [en] (Windows NT 5.0; U)
568 Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.00
569 Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01
953 Opera/7.11 (Windows NT 5.1; U) [en]
956 Opera/8.00 (Windows NT 5.1; U; en)
958 Opera/9.00 (Windows NT 4.0; U; en)
959 Opera/9.00 (Windows NT 5.1; U; en)
961 Opera/9.01 (Windows NT 5.1; U; en)
[all …]
/php-src/ext/date/tests/
H A D009_win32.phpt6 if (false === setlocale(LC_TIME, "en-us")) die("skip, couldn't set the locale to en-us");
13 setlocale(LC_TIME, "en-us");
/php-src/ext/dom/tests/
H A Ddom001.phpt172 Node Content: en
178 Node Content: en
191 <chapter language="en"><title language="en">Title</title>
250 <chapter language="en"><title language="en">Title</title>
H A Ddom_test.inc7 <chapter language='en'><title language='en'>Title</title>

Completed in 30 milliseconds

123456