Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h220 #define TABLE_GET(c, table, default) ((table)[c]) argument
227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument

Completed in 14 milliseconds