COMPILE_WORK_SIZE_MAX  696 ext/pcre/pcrelib/pcre_compile.c if (newsize > COMPILE_WORK_SIZE_MAX) newsize = COMPILE_WORK_SIZE_MAX;
COMPILE_WORK_SIZE_MAX  697 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size >= COMPILE_WORK_SIZE_MAX ||