Home
last modified time | relevance | path

Searched refs:jit_yes (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c172 int jit_yes = 0; in PHP_INI_END() local
180 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