Searched refs:jit (Results 1 – 25 of 26) sorted by relevance
12
/PHP-7.4/ext/pcre/tests/ |
H A D | preg_match_error3.phpt | 2 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 D | check_jit_enabled.phpt | 5 if (ini_get("pcre.jit") === FALSE) { 6 die("skip no jit built");
|
H A D | grep2.phpt | 4 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?> 6 pcre.jit=1
|
H A D | bug78338.phpt | 4 pcre.jit=1
|
H A D | no_jit_bug70110.phpt | 4 <?php if (!PCRE_JIT_SUPPORT) die("skip pcre jit support required"); ?>
|
H A D | backtrack_limit.phpt | 11 pcre.jit=0
|
H A D | bug76909.phpt | 5 if(!ini_get("pcre.jit")) {
|
H A D | recursion_limit.phpt | 10 pcre.jit=0
|
H A D | 006.phpt | 4 pcre.jit=0
|
H A D | split2.phpt | 4 pcre.jit=0
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | ini_get_all.phpt | 4 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 D | cve-2014-3538-nojit.phpt | 2 Bug #66731: file: extensive backtraking, with pcre.jit=0 13 pcre.jit=0
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug70868.phpt | 4 pcre.jit=1
|
/PHP-7.4/sapi/cli/tests/ |
H A D | 006.phpt | 10 die ("skip not pcre jit support builtin"); 40 Entry [ pcre.jit <ALL> ]
|
/PHP-7.4/ext/pcre/ |
H A D | config0.m4 | 9 PHP_ARG_WITH([pcre-jit],, 10 [AS_HELP_STRING([--with-pcre-jit],
|
H A D | config.w32 | 16 ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
|
H A D | php_pcre.h | 72 zend_bool jit; variable
|
H A D | php_pcre.c | 181 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 D | msan_job.yml | 33 --without-pcre-jit \
|
/PHP-7.4/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 188 if (PCRE_G(jit)) { in zend_accel_blacklist_update_regexp()
|
/PHP-7.4/Zend/ |
H A D | zend_compile.h | 839 zend_bool jit; member 843 ZEND_API int zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_callback …
|
H A D | zend.c | 624 new_ag->jit = old_ag->jit; in auto_global_copy_ctor()
|
H A D | zend_compile.c | 1595 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 D | php.ini-development | 678 ; http://php.net/auto-globals-jit 1044 ;pcre.jit=1
|
H A D | php.ini-production | 678 ; http://php.net/auto-globals-jit 1044 ;pcre.jit=1
|
Completed in 69 milliseconds
12