jit_yes           147 ext/pcre/php_pcre.c 	int jit_yes = 0;
jit_yes           153 ext/pcre/php_pcre.c 	if (!pcre_config(PCRE_CONFIG_JIT, &jit_yes)) {
jit_yes           154 ext/pcre/php_pcre.c 		php_info_print_table_row(2, "PCRE JIT Support", jit_yes ? "enabled" : "disabled");