Home
last modified time | relevance | path

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

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