Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/tests/
H A Dbug69137.phpt35 $lookup = new IpLookup();
36 $lookup->licenseKey = 0;
37 $lookup->ipAddress = '72.52.91.14';
39 $result = $client->ResolveIP($lookup);
42 print "successful lookup";
46 successful lookup
/PHP-8.0/ext/intl/tests/locale/
H A Dbug72809.phpt2 Bug #72809 (Locale::lookup() wrong result with canonicalize option)
10 Locale::lookup(['en', 'en-US'], 'en-US-u-cu-EUR-tz-deber-fw-mon', true),
11 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', false),
12 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', true),
/PHP-8.0/ext/intl/tests/
H A Dlocale_lookup.phpt57 $res_str .= "Canonical lookup result:$result\n";
75 lookup result:de-DE
76 Canonical lookup result:de_de
81 lookup result:sl_IT
82 Canonical lookup result:sl_it
87 lookup result:sl_IT
88 Canonical lookup result:sl_it
93 lookup result:jbo
94 Canonical lookup result:jbo
99 lookup result:art-lojban
[all …]
H A Dlocale_lookup_variant2.phpt57 $res_str .= "Canonical lookup result:$result\n";
75 lookup result:de-DE
76 Canonical lookup result:de_de
81 lookup result:sl_IT
82 Canonical lookup result:sl_it
87 lookup result:sl_IT
88 Canonical lookup result:sl_it
93 lookup result:jbo
94 Canonical lookup result:jbo
99 lookup result:art-lojban
[all …]
H A Dlocale_lookup_variant3.phpt57 $res_str .= "Canonical lookup result:$result\n";
75 lookup result:de-DE
76 Canonical lookup result:de_de
81 lookup result:sl_IT
82 Canonical lookup result:sl_it
87 lookup result:sl_IT
88 Canonical lookup result:sl_it
93 lookup result:jbo
94 Canonical lookup result:jbo
99 lookup result:art-lojban
[all …]
H A Dlocale_bug72658.phpt2 Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
9 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_bug74439.phpt26 'lookup',
52 lookup: 4, 2
H A Dlocale_bug66289.phpt2 Bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
H A Dut_common.inc297 …return $GLOBALS['oo-mode'] ? Locale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) …
/PHP-8.0/ext/pcre/tests/
H A Dbug72463.phpt14 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
15 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
H A Dbug72463_2.phpt14 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
15 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
/PHP-8.0/Zend/tests/
H A Dclass_name_as_scalar.phpt14 var_dump(self::class); // self compile time lookup
15 var_dump(static::class); // runtime lookup
16 var_dump(parent::class); // runtime lookup
17 var_dump(Baz::class); // default compile time lookup
/PHP-8.0/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt10 echo "-- Tests with special cases first - no lookup needed --\n";
34 -- Tests with special cases first - no lookup needed --
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug70213.phpt2 Bug #70213: Unserialize context shared on double class lookup
/PHP-8.0/ext/intl/locale/
H A Dlocale.stub.php101 …public static function lookup(array $languageTag, string $locale, bool $canonicalize = false, ?str… function in Locale
H A Dlocale_arginfo.h96 …ZEND_ME_MAPPING(lookup, locale_lookup, arginfo_class_Locale_lookup, ZEND_ACC_PUBLIC|ZEND_ACC_STATI…
/PHP-8.0/ext/phar/tests/
H A Dbug74991.phpt9 // create a sample file in a custom include_path to lookup from the phar later:
/PHP-8.0/win32/
H A Dsendmail.c219 const char *lookup = ZSTR_VAL(headers_lc); in TSendMail() local
221 while (lookup) { in TSendMail()
222 pos1 = strstr(lookup, "from:"); in TSendMail()
228 lookup = pos1 + sizeof("from:"); in TSendMail()
240 pos1 = headers + (pos1 - lookup) + 5; in TSendMail()
/PHP-8.0/main/
H A Dphp_compat.h98 #define lookup php_lookup macro
/PHP-8.0/
H A D.gdbinit643 lookup a refcounted in root
H A DNEWS738 . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
/PHP-8.0/Zend/
H A Dzend_API.c811 zend_class_entry *lookup, **pce = va_arg(*va, zend_class_entry **); in zend_parse_arg_impl() local
823 if ((lookup = zend_lookup_class(Z_STR_P(arg))) == NULL) { in zend_parse_arg_impl()
826 *pce = lookup; in zend_parse_arg_impl()
/PHP-8.0/ext/date/lib/
H A Dparse_date.re863 /* First, we lookup by abbreviation only */
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます21142 # A lookup table of the chars in the map's codepage, and their collating sequence
32586 # rhOffsetTable; the location of the resource lookup table
H A Dmagic21142 # A lookup table of the chars in the map's codepage, and their collating sequence
32586 # rhOffsetTable; the location of the resource lookup table

Completed in 207 milliseconds