Home
last modified time | relevance | path

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

/PHP-5.5/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 Dut_common.inc285 …return $GLOBALS['oo-mode'] ? Locale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) …
/PHP-5.5/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-5.5/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.5/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.5/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.5/main/
H A Dphp_compat.h76 #define lookup php_lookup macro
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re441 /* lookup bind first via hash and then index */
481 /* lookup bind by index */
/PHP-5.5/Zend/
H A Dzend_API.c589 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.5/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-5.5/ext/date/lib/
H A Dparse_date.re772 /* First, we lookup by abbreviation only */
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2912 * softmagic - lookup one file in parsed, in-memory copy of database
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4809 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.5/
H A DNEWS7816 . implemented registry cache that prevent registry lookup on each request.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic16136 # we *can't* lookup QL OS code dumps, because `file' is UNABLE to read more

Completed in 150 milliseconds