Searched refs:jit_yes (Results 1 – 1 of 1) sorted by relevance
172 int jit_yes = 0; in PHP_INI_END() local180 if (!pcre_config(PCRE_CONFIG_JIT, &jit_yes)) { in PHP_INI_END()181 php_info_print_table_row(2, "PCRE JIT Support", jit_yes ? "enabled" : "disabled"); in PHP_INI_END()
Completed in 12 milliseconds