Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h214 #define TABLE_GET(c, table, default) ((table)[c]) argument
227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php412 public function getStaticPropertyValue(string $name, mixed $default = UNKNOWN): mixed {}

Completed in 16 milliseconds