/PHP-7.2/ext/soap/tests/ |
H A D | bug69137.phpt | 35 $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 D | locale_lookup.phpt | 57 $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 D | locale_lookup_variant2.phpt | 57 $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 D | locale_bug72658.phpt | 2 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 D | locale_bug74439.phpt | 26 'lookup', 53 lookup: 4, 2
|
H A D | locale_bug66289.phpt | 2 Bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
|
H A D | ut_common.inc | 293 …return $GLOBALS['oo-mode'] ? Locale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) …
|
/PHP-7.2/ext/pcre/tests/ |
H A D | bug72463.phpt | 14 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 D | bug72463_2.phpt | 14 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 D | class_name_as_scalar.phpt | 14 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 D | timezone_name_from_abbr_basic1.phpt | 16 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 D | bug70213.phpt | 2 Bug #70213: Unserialize context shared on double class lookup
|
/PHP-7.2/win32/ |
H A D | sendmail.c | 232 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 D | bug74991.phpt | 9 // create a sample file in a custom include_path to lookup from the phar later:
|
/PHP-7.2/ext/intl/doc/ |
H A D | locale_api.php | 225 public static function lookup(array $langtag, $locale, $default = null) {} function in Locale
|
H A D | Tutorial.txt | 114 for RFC4646 locale naming, and RFC 4647 lookup algorithm.
|
/PHP-7.2/ext/intl/locale/ |
H A D | locale_class.c | 93 …ZEND_FENTRY( lookup, ZEND_FN( locale_lookup ), locale_lookup_args, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC…
|
/PHP-7.2/main/ |
H A D | php_compat.h | 96 #define lookup php_lookup macro
|
/PHP-7.2/ |
H A D | .gdbinit | 645 lookup a refcounted in root
|
H A D | NEWS | 1173 . 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 D | zend_API.c | 693 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 D | NEWS | 323 lookup.
|
H A D | ChangeLog | 1383 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 D | parse_date.re | 810 /* First, we lookup by abbreviation only */
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 4808 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
|