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