Home
last modified time | relevance | path

Searched refs:jit (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error3.phpt2 Test preg_match() function : error conditions - jit stacklimit exhausted
5 if (ini_get("pcre.jit") === FALSE) {
6 die("skip no jit built");
10 pcre.jit=1
H A Dcheck_jit_enabled.phpt5 if (ini_get("pcre.jit") === FALSE) {
6 die("skip no jit built");
H A Dgrep2.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
6 pcre.jit=1
H A Dbug78338.phpt4 pcre.jit=1
H A Dno_jit_bug70110.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip pcre jit support required"); ?>
H A Dbacktrack_limit.phpt11 pcre.jit=0
H A Dbug76909.phpt5 if(!ini_get("pcre.jit")) {
H A Drecursion_limit.phpt10 pcre.jit=0
H A D006.phpt4 pcre.jit=0
H A Dsplit2.phpt4 pcre.jit=0
/PHP-7.4/ext/standard/tests/general_functions/
H A Dini_get_all.phpt4 pcre.jit=1
8 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
44 ["pcre.jit"]=>
66 ["pcre.jit"]=>
/PHP-7.4/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt2 Bug #66731: file: extensive backtraking, with pcre.jit=0
13 pcre.jit=0
/PHP-7.4/ext/spl/tests/
H A Dbug70868.phpt4 pcre.jit=1
/PHP-7.4/sapi/cli/tests/
H A D006.phpt10 die ("skip not pcre jit support builtin");
40 Entry [ pcre.jit <ALL> ]
/PHP-7.4/ext/pcre/
H A Dconfig0.m49 PHP_ARG_WITH([pcre-jit],,
10 [AS_HELP_STRING([--with-pcre-jit],
H A Dconfig.w3216 ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
H A Dphp_pcre.h72 zend_bool jit; variable
H A Dphp_pcre.c181 static void php_pcre_init_pcre2(uint8_t jit) in php_pcre_init_pcre2() argument
214 if (jit && !jit_stack) { in php_pcre_init_pcre2()
285 pcre_globals->jit = 1; in PHP_GINIT_FUNCTION()
329 if (PCRE_G(jit) && jit_stack) { in PHP_INI_MH()
343 …STD_PHP_INI_ENTRY("pcre.jit", "1", PHP_INI_ALL, OnUpdateJit, jit, ze…
410 php_pcre_init_pcre2(PCRE_G(jit)); in PHP_MINIT_FUNCTION()
467 php_pcre_init_pcre2(PCRE_G(jit)); in PHP_RINIT_FUNCTION()
808 if (PCRE_G(jit)) { in pcre_get_compiled_regex_cache_ex()
821 PCRE_G(jit) = 0; in pcre_get_compiled_regex_cache_ex()
/PHP-7.4/azure/
H A Dmsan_job.yml33 --without-pcre-jit \
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c188 if (PCRE_G(jit)) { in zend_accel_blacklist_update_regexp()
/PHP-7.4/Zend/
H A Dzend_compile.h839 zend_bool jit; member
843 ZEND_API int zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_callback …
H A Dzend.c624 new_ag->jit = old_ag->jit; in auto_global_copy_ctor()
H A Dzend_compile.c1595 int zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_callback auto_glob… in zend_register_auto_global() argument
1602 auto_global.jit = jit; in zend_register_auto_global()
1615 if (auto_global->jit) { in zend_activate_auto_globals()
/PHP-7.4/
H A Dphp.ini-development678 ; http://php.net/auto-globals-jit
1044 ;pcre.jit=1
H A Dphp.ini-production678 ; http://php.net/auto-globals-jit
1044 ;pcre.jit=1

Completed in 88 milliseconds

12