Home
last modified time | relevance | path

Searched refs:IT (Results 1 – 25 of 36) sorted by relevance

12

/PHP-7.4/Zend/tests/
H A Dforeach_004.phpt5 class IT extends ArrayIterator {
26 $obj = new IT($trap);
37 foreach (new IT($trap) as $key => &$val) echo "$val\n";
44 foreach ((object)new IT($trap) as $key => &$val) echo "$val\n";
H A Dforeach_003.phpt5 class IT implements Iterator {
29 $obj = new IT(3, $trap);
40 foreach (new IT(3, $trap) as $key => $val) echo "$val\n";
47 foreach ((object)new IT(2, $trap) as $key => $val) echo "$val\n";
/PHP-7.4/ext/intl/tests/
H A Dlocale_bug72658.phpt9 Locale::lookup(['en-Latn-US', 'sl', 'sl-IT'], 'en-US', true, 'de-DE'),
10 Locale::lookup(['en-Latn-US', 'sl', 'sl-IT'], 'en-US', false, 'de-DE')
H A Dlocale_get_region.phpt40 'sl-IT-nedis',
42 'sl-Latn-IT-nedis',
105 sl-IT-nedis: region='IT'
106 sl-Latn-IT-nedis: region='IT'
H A Dlocale_parse_locale2.phpt40 'sl-IT-nedis',
42 'sl-Latn-IT-nedis',
151 sl-IT-nedis:
152 language : 'sl' , region : 'IT' , variant0 : 'NEDIS' ,
154 sl-Latn-IT-nedis:
155 language : 'sl' , script : 'Latn' , region : 'IT' , variant0 : 'NEDIS' ,
H A Dlocale_set_default.phpt40 'sl-IT-nedis',
42 'sl-Latn-IT-nedis',
115 sl-IT-nedis: set locale 'sl-IT-nedis'
116 sl-Latn-IT-nedis: set locale 'sl-Latn-IT-nedis'
H A Dlocale_get_script.phpt39 'sl-IT-nedis',
41 'sl-Latn-IT-nedis',
103 sl-IT-nedis: script=''
104 sl-Latn-IT-nedis: script='Latn'
H A Ddateformat_get_locale.phpt19 'sl-IT-nedis',
54 Creating IntlDateFormatter with locale = sl-IT-nedis
H A Dlocale_get_primary_language.phpt40 'sl-IT-nedis',
42 'sl-Latn-IT-nedis',
104 sl-IT-nedis: primary_language='sl'
105 sl-Latn-IT-nedis: primary_language='sl'
H A Dlocale_get_keywords2.phpt45 'sl-IT-nedis',
47 'sl-Latn-IT-nedis',
122 sl-IT-nedis: No keywords found.
123 sl-Latn-IT-nedis: No keywords found.
H A Dlocale_get_display_script4.phpt43 'sl-IT-nedis',
45 'sl-Latn-IT-nedis',
181 locale='sl-IT-nedis'
186 locale='sl-Latn-IT-nedis'
H A Dlocale_get_display_region3.phpt43 'sl-IT-nedis',
45 'sl-Latn-IT-nedis',
181 locale='sl-IT-nedis'
186 locale='sl-Latn-IT-nedis'
H A Dlocale_get_display_script3.phpt43 'sl-IT-nedis',
45 'sl-Latn-IT-nedis',
181 locale='sl-IT-nedis'
186 locale='sl-Latn-IT-nedis'
H A Dlocale_get_display_variant2.phpt42 'sl-IT-nedis',
44 'sl-Latn-IT-nedis',
180 locale='sl-IT-nedis'
185 locale='sl-Latn-IT-nedis'
H A Dlocale_get_display_region2.phpt43 'sl-IT-nedis',
45 'sl-Latn-IT-nedis',
181 locale='sl-IT-nedis'
186 locale='sl-Latn-IT-nedis'
H A Dlocale_get_display_language.phpt44 'sl-IT-nedis',
46 'sl-Latn-IT-nedis',
187 locale='sl-IT-nedis'
192 locale='sl-Latn-IT-nedis'
H A Dlocale_get_display_language2.phpt44 'sl-IT-nedis',
46 'sl-Latn-IT-nedis',
187 locale='sl-IT-nedis'
192 locale='sl-Latn-IT-nedis'
H A Dlocale_get_display_name4.phpt55 'sl-IT-nedis',
57 'sl-Latn-IT-nedis',
249 locale='sl-IT-nedis'
254 locale='sl-Latn-IT-nedis'
/PHP-7.4/ext/openssl/tests/
H A Dbug55646.phpt26 "organizationalUnitName" => "IT \xe4\xba\x92",
51 A: IT
53 C: IT
/PHP-7.4/ext/ldap/tests/
H A Dldap_first_reference_basic.phpt32 // Referral can only be removed with Manage DSA IT Control
H A Dldap_parse_reference_basic.phpt34 // Referral can only be removed with Manage DSA IT Control
H A Dldap_parse_result_basic.phpt33 // Referral can only be removed with Manage DSA IT Control
H A Dldap_next_reference_basic.phpt37 // Referral can only be removed with Manage DSA IT Control
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1.phpt35 $str = "Mary Had A liTTle LAmb and ShE loveD IT So\n";
205 string(43) "MARY HAD A LITTLE LAMB AND SHE LOVED IT SO
H A Dstrtoupper1-win32.phpt23 $str = "Mary Had A liTTle LAmb and ShE loveD IT So\n";
321 string(43) "MARY HAD A LITTLE LAMB AND SHE LOVED IT SO

Completed in 26 milliseconds

12