Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds