PRINTABLE 94 ext/pcre/pcrelib/pcre_printint.c #define PRINTABLE(c) ((c) >= 64 && (c) < 255) PRINTABLE 96 ext/pcre/pcrelib/pcre_printint.c #define PRINTABLE(c) ((c) >= 32 && (c) < 127)