Searched refs:lookup (Results 1 – 14 of 14) sorted by relevance
/PHP-5.3/ext/intl/tests/ |
H A D | locale_lookup.phpt | 56 $res_str .= "Canonical lookup result:$result\n"; 74 lookup result:de-DE 75 Canonical lookup result:de_de 80 lookup result:sl_IT 81 Canonical lookup result:sl_it 86 lookup result:sl_IT 87 Canonical lookup result:sl_it 92 lookup result:jbo 93 Canonical lookup result:jbo 98 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.3/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.3/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.3/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.3/main/ |
H A D | php_compat.h | 76 #define lookup php_lookup macro
|
/PHP-5.3/ext/pdo/ |
H A D | pdo_sql_parser.re | 438 /* lookup bind first via hash and then index */ 478 /* lookup bind by index */
|
/PHP-5.3/Zend/ |
H A D | zend_API.c | 548 zend_class_entry **lookup, **pce = va_arg(*va, zend_class_entry **); in zend_parse_arg_impl() local 556 if (zend_lookup_class(Z_STRVAL_PP(arg), Z_STRLEN_PP(arg), &lookup TSRMLS_CC) == FAILURE) { in zend_parse_arg_impl() 559 *pce = *lookup; in zend_parse_arg_impl()
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | NEWS | 197 lookup.
|
H A D | ChangeLog | 261 lookup were testing for characters less than 127 instead of 255. 1604 stage table and inline lookup instead of a function, giving speed ups of 2
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 4549 than 128 via a lookup table. 5142 to do a multistage table lookup in order to find a character's prop- 8884 slow, because PCRE has to use a multi-stage table lookup whenever it
|
/PHP-5.3/ |
H A D | NEWS | 4766 . implemented registry cache that prevent registry lookup on each request.
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 13683 # we *can't* lookup QL OS code dumps, because `file' is UNABLE to read more
|
Completed in 125 milliseconds