Home
last modified time | relevance | path

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

/PHP-7.2/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 Dbacktrack_limit.phpt11 pcre.jit=0
H A Drecursion_limit.phpt10 pcre.jit=0
H A D006.phpt4 pcre.jit=0
H A Dsplit2.phpt4 pcre.jit=0
/PHP-7.2/ext/standard/tests/general_functions/
H A Dini_get_all.phpt4 pcre.jit=1
10 if (ini_get("pcre.jit") === FALSE) {
11 die("skip no jit built");
49 ["pcre.jit"]=>
71 ["pcre.jit"]=>
/PHP-7.2/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt2 Bug #66731: file: extensive backtraking, with pcre.jit=0
11 pcre.jit=0
/PHP-7.2/ext/spl/tests/
H A Dbug70868.phpt4 pcre.jit=1
/PHP-7.2/ext/pcre/
H A Dconfig.w3215 ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
H A Dphp_pcre.h79 zend_bool jit; variable
H A Dconfig0.m412 PHP_ARG_WITH(pcre-jit,,[ --with-pcre-jit Enable PCRE JIT functionality (BUNDLED only)], ye…
H A Dphp_pcre.c164 …STD_PHP_INI_ENTRY("pcre.jit", "1", PHP_INI_ALL, OnUpdateBool, jit, z…
244 if (PCRE_G(jit) && jit_stack == NULL) { in PHP_RINIT_FUNCTION()
538 if (PCRE_G(jit)) { in pcre_get_compiled_regex_cache_ex()
556 if (PCRE_G(jit) && jit_stack) { in pcre_get_compiled_regex_cache_ex()
/PHP-7.2/sapi/cli/tests/
H A D006.phpt37 Entry [ pcre.jit <ALL> ]
/PHP-7.2/Zend/
H A Dzend_compile.h814 zend_bool jit; member
818 ZEND_API int zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_callback …
H A Dzend.c552 new_ag->jit = old_ag->jit; in auto_global_copy_ctor()
H A Dzend_compile.c1682 int zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_callback auto_glob… in zend_register_auto_global() argument
1689 auto_global.jit = jit; in zend_register_auto_global()
1703 if (auto_global->jit) { in zend_activate_auto_globals()
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME220 large performance improvements on certain platforms, add --enable-jit to the
226 you add --disable-pcregrep-jit to the "configure" command.
447 enabled JIT support with --enable-jit, a test program called pcre_jit_test is
H A DNEWS231 --enable-jit. Large performance benefits can be had in many situations. 8.20
H A DChangeLog1648 main code base, and can be used by building with --enable-jit. When this is
1649 done, pcregrep automatically uses it unless --disable-pcregrep-jit or the
1650 runtime --no-jit option is given.
/PHP-7.2/
H A Dphp.ini-development651 ; http://php.net/auto-globals-jit
1016 ;pcre.jit=1
H A Dphp.ini-production653 ; http://php.net/auto-globals-jit
1018 ;pcre.jit=1
H A DNEWS1560 . Fixed bug #75285 (Broken build when system libpcre don't have jit support).
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1010 --enable-jit
1018 --disable-pcregrep-jit
8344 --enable-jit (or equivalent CMake option) must be set when PCRE is
8354 If --enable-jit is set on an unsupported platform, compilation fails.
8371 with --enable-jit. See the "JIT FAST PATH API" section below for
8424 version 8.32 and later are compiled with --enable-jit, which may break.
8723 PCRE is compiled with --disable-jit, which is the default, and there's
8724 no way to detect whether PCRE was compiled with --enable-jit via a
8728 not build with --enable-jit, you must either use the slower
8733 versions being targeted are built with --enable-jit. To also support
[all …]

Completed in 111 milliseconds