Home
last modified time | relevance | path

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

/PHP-7.0/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");
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.0/ext/standard/tests/general_functions/
H A Dini_get_all.phpt43 ["pcre.jit"]=>
65 ["pcre.jit"]=>
/PHP-7.0/ext/spl/tests/
H A Dbug70868.phpt4 pcre.jit=1
/PHP-7.0/ext/pcre/
H A Dconfig.w3215 ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
H A Dconfig0.m470 PHP_ARG_WITH(pcre-jit,,[ --with-pcre-jit Enable PCRE JIT functionality], yes, no)
H A Dphp_pcre.h79 zend_bool jit; variable
H A Dphp_pcre.c151 …STD_PHP_INI_ENTRY("pcre.jit", "1", PHP_INI_ALL, OnUpdateBool, jit, z…
222 if (PCRE_G(jit) && jit_stack == NULL) { in PHP_RINIT_FUNCTION()
513 if (PCRE_G(jit)) { in pcre_get_compiled_regex_cache()
529 if (PCRE_G(jit) && jit_stack) { in pcre_get_compiled_regex_cache()
/PHP-7.0/ext/openssl/tests/
H A Dsni_server_domain3.pem4 1sokz+LbeqdbecZl+m+9jyyD33/jit+WtTdyFam6Ng91j5uAC0zCB8K8la2TuZ33
/PHP-7.0/sapi/cli/tests/
H A D006.phpt37 Entry [ pcre.jit <ALL> ]
/PHP-7.0/Zend/
H A Dzend_compile.h770 zend_bool jit; member
774 ZEND_API int zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_callback …
H A Dzend.c476 new_ag->jit = old_ag->jit; in auto_global_copy_ctor()
H A Dzend_compile.c1541 int zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_callback auto_glob… in zend_register_auto_global() argument
1548 auto_global.jit = jit; in zend_register_auto_global()
1562 if (auto_global->jit) { in zend_activate_auto_globals()
/PHP-7.0/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 DNEWS210 --enable-jit. Large performance benefits can be had in many situations. 8.20
H A DChangeLog1462 main code base, and can be used by building with --enable-jit. When this is
1463 done, pcregrep automatically uses it unless --disable-pcregrep-jit or the
1464 runtime --no-jit option is given.
/PHP-7.0/
H A Dphp.ini-development640 ; http://php.net/auto-globals-jit
988 ;pcre.jit=1
H A Dphp.ini-production640 ; http://php.net/auto-globals-jit
988 ;pcre.jit=1
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1010 --enable-jit
1018 --disable-pcregrep-jit
8340 --enable-jit (or equivalent CMake option) must be set when PCRE is
8350 If --enable-jit is set on an unsupported platform, compilation fails.

Completed in 111 milliseconds