Home
last modified time | relevance | path

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

12

/PHP-7.1/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.1/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.1/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.1/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.1/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.1/ext/standard/tests/serialize/
H A Dbug70213.phpt2 Bug #70213: Unserialize context shared on double class lookup
/PHP-7.1/win32/
H A Dsendmail.c245 char *lookup = ZSTR_VAL(headers_lc); in TSendMail() local
247 while (lookup) { in TSendMail()
248 pos1 = strstr(lookup, "from:"); in TSendMail()
254 lookup = pos1 + sizeof("from:"); in TSendMail()
266 pos1 = headers + (pos1 - lookup) + 5; in TSendMail()
/PHP-7.1/ext/phar/tests/
H A Dbug74991.phpt9 // create a sample file in a custom include_path to lookup from the phar later:
/PHP-7.1/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.1/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.1/main/
H A Dphp_compat.h76 #define lookup php_lookup macro
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.re457 /* lookup bind first via hash and then index */
497 /* lookup bind by index */
/PHP-7.1/
H A D.gdbinit645 lookup a refcounted in root
H A DNEWS497 . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
1410 . Fixed bug #70213 (Unserialize context shared on double class lookup).
1757 . Fixed bug #72658 (Locale::lookup() / locale_lookup() hangs if no match
2980 . Fixed bug #66289 (Locale::lookup incorrectly returns en or en_US if locale
/PHP-7.1/Zend/
H A Dzend_API.c663 zend_class_entry *lookup, **pce = va_arg(*va, zend_class_entry **); in zend_parse_arg_impl() local
671 if ((lookup = zend_lookup_class(Z_STR_P(arg))) == NULL) { in zend_parse_arg_impl()
674 *pce = lookup; in zend_parse_arg_impl()
/PHP-7.1/ext/pcre/pcrelib/
H A DNEWS302 lookup.
H A DChangeLog1197 lookup were testing for characters less than 127 instead of 255.
2541 stage table and inline lookup instead of a function, giving speed ups of 2
/PHP-7.1/ext/date/lib/
H A Dparse_date.re796 /* First, we lookup by abbreviation only */

Completed in 96 milliseconds

12