Home
last modified time | relevance | path

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

/PHP-7.2/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-7.2/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_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',
53 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.inc293 …return $GLOBALS['oo-mode'] ? Locale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) …
/PHP-7.2/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-7.2/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-7.2/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt16 echo "-- Tests with special cases first - no lookup needed --\n";
41 -- Tests with special cases first - no lookup needed --
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug70213.phpt2 Bug #70213: Unserialize context shared on double class lookup
/PHP-7.2/win32/
H A Dsendmail.c232 char *lookup = ZSTR_VAL(headers_lc); in TSendMail() local
234 while (lookup) { in TSendMail()
235 pos1 = strstr(lookup, "from:"); in TSendMail()
241 lookup = pos1 + sizeof("from:"); in TSendMail()
253 pos1 = headers + (pos1 - lookup) + 5; in TSendMail()
/PHP-7.2/ext/phar/tests/
H A Dbug74991.phpt9 // create a sample file in a custom include_path to lookup from the phar later:
/PHP-7.2/ext/intl/doc/
H A Dlocale_api.php225 public static function lookup(array $langtag, $locale, $default = null) {} function in Locale
H A DTutorial.txt114 for RFC4646 locale naming, and RFC 4647 lookup algorithm.
/PHP-7.2/ext/intl/locale/
H A Dlocale_class.c93 …ZEND_FENTRY( lookup, ZEND_FN( locale_lookup ), locale_lookup_args, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC…
/PHP-7.2/main/
H A Dphp_compat.h96 #define lookup php_lookup macro
/PHP-7.2/
H A D.gdbinit645 lookup a refcounted in root
H A DNEWS1173 . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
1355 function, through hash lookup in flipped array. (Dmitry)
2415 . Fixed bug #70213 (Unserialize context shared on double class lookup).
2762 . Fixed bug #72658 (Locale::lookup() / locale_lookup() hangs if no match
/PHP-7.2/Zend/
H A Dzend_API.c693 zend_class_entry *lookup, **pce = va_arg(*va, zend_class_entry **); in zend_parse_arg_impl() local
701 if ((lookup = zend_lookup_class(Z_STR_P(arg))) == NULL) { in zend_parse_arg_impl()
704 *pce = lookup; in zend_parse_arg_impl()
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS323 lookup.
H A DChangeLog1383 lookup were testing for characters less than 127 instead of 255.
2727 stage table and inline lookup instead of a function, giving speed ups of 2
/PHP-7.2/ext/date/lib/
H A Dparse_date.re810 /* First, we lookup by abbreviation only */
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4808 less than 128 via a lookup table.
5458 to do a multistage table lookup in order to find a character's prop-
9473 slow, because PCRE has to use a multi-stage table lookup whenever it

Completed in 137 milliseconds