Home
last modified time | relevance | path

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

/PHP-7.1/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-7.1/ext/mbstring/oniguruma/win32/
H A DMakefile82 default: all target
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_internal.h266 #define TABLE_GET(c, table, default) ((table)[c]) argument
280 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
288 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument

Completed in 23 milliseconds