Searched defs:default (Results 1 – 2 of 2) sorted by relevance
214 #define TABLE_GET(c, table, default) ((table)[c]) argument227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
399 public function getStaticPropertyValue(string $name, mixed $default = UNKNOWN): mixed {}
Completed in 15 milliseconds