Searched refs:lookup (Results 1 – 19 of 19) sorted by relevance
/PHP-5.6/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 | ut_common.inc | 285 …return $GLOBALS['oo-mode'] ? Locale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) …
|
/PHP-5.6/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-5.6/ext/date/tests/ |
H A D | timezone_name_from_abbr_basic1.phpt | 16 echo "-- Tests with special cases first - no lookup needed --\n"; 46 -- Tests with special cases first - no lookup needed --
|
/PHP-5.6/ext/standard/tests/serialize/ |
H A D | bug70213.phpt | 2 Bug #70213: Unserialize context shared on double class lookup
|
/PHP-5.6/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-5.6/ext/intl/locale/ |
H A D | locale_class.c | 85 ZEND_FENTRY( lookup, ZEND_FN( locale_lookup ), locale_4_args, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC )
|
/PHP-5.6/main/ |
H A D | php_compat.h | 76 #define lookup php_lookup macro
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_sql_parser.re | 441 /* lookup bind first via hash and then index */ 481 /* lookup bind by index */
|
/PHP-5.6/Zend/ |
H A D | zend_API.c | 589 zend_class_entry **lookup, **pce = va_arg(*va, zend_class_entry **); in zend_parse_arg_impl() local 597 if (zend_lookup_class(Z_STRVAL_PP(arg), Z_STRLEN_PP(arg), &lookup TSRMLS_CC) == FAILURE) { in zend_parse_arg_impl() 600 *pce = *lookup; in zend_parse_arg_impl()
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | NEWS | 302 lookup.
|
H A D | ChangeLog | 1197 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-5.6/ext/date/lib/ |
H A D | parse_date.re | 782 /* First, we lookup by abbreviation only */
|
/PHP-5.6/ext/fileinfo/ |
H A D | libmagic.patch | 3023 * softmagic - lookup one file in parsed, in-memory copy of database
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 4809 less than 128 via a lookup table. 5458 to do a multistage table lookup in order to find a character's prop- 9426 slow, because PCRE has to use a multi-stage table lookup whenever it
|
/PHP-5.6/ |
H A D | NEWS | 162 . Fixed bug #70213 (Unserialize context shared on double class lookup). 9394 . implemented registry cache that prevent registry lookup on each request.
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 17213 # we *can't* lookup QL OS code dumps, because `file' is UNABLE to read more
|
Completed in 163 milliseconds