Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h270 #define TABLE_GET(c, table, default) ((table)[c]) macro
284 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro
292 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro

Completed in 22 milliseconds