Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/tests/
H A Dlocale_lookup.phpt56 $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 Dut_common.inc285 …return $GLOBALS['oo-mode'] ? Locale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) …
/PHP-5.3/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt16 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 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-5.3/ext/intl/locale/
H A Dlocale_class.c85 ZEND_FENTRY( lookup, ZEND_FN( locale_lookup ), locale_4_args, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC )
/PHP-5.3/main/
H A Dphp_compat.h76 #define lookup php_lookup macro
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.re438 /* lookup bind first via hash and then index */
478 /* lookup bind by index */
/PHP-5.3/Zend/
H A Dzend_API.c548 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 DNEWS197 lookup.
H A DChangeLog261 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 Dpcre.txt4549 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 DNEWS4766 . implemented registry cache that prevent registry lookup on each request.
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic13683 # we *can't* lookup QL OS code dumps, because `file' is UNABLE to read more

Completed in 157 milliseconds