Home
last modified time | relevance | path

Searched defs:default (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/intl/doc/
H A Dlocale_api.php225 public static function lookup(array $langtag, $locale, $default = null) {}
408 function locale_lookup(array $langtag, $locale, $default = null) {}
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h270 #define TABLE_GET(c, table, default) ((table)[c]) argument
284 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
292 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument

Completed in 43 milliseconds