Home
last modified time | relevance | path

Searched refs:compiler_options (Results 1 – 14 of 14) sorted by last modified time

/PHP-7.3/ext/opcache/
H A DZendAccelerator.c1435 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()
1436 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_file_cache()
1438 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1441 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1459 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()
1462 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_shared_memory()
1466 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1469 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1765 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
1776 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
[all …]
/PHP-7.3/sapi/cli/
H A Dphp_cli.c1389 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c1891 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
H A Dphpdbg_bp.c832 uint32_t cops = CG(compiler_options); in phpdbg_create_conditional_break()
875 cops = CG(compiler_options); in phpdbg_create_conditional_break()
877 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in phpdbg_create_conditional_break()
906 CG(compiler_options) = cops; in phpdbg_create_conditional_break()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c2335 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c1792 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c1726 CG(compiler_options) |= ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RINIT_FUNCTION()
/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c866 || (CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)) { in ct_eval_func_call()
946 || (CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)) { in ct_eval_func_call()
991 || (CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)) { in ct_eval_func_call()
H A Dblock_pass.c59 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()
/PHP-7.3/Zend/
H A Dzend_execute_API.c1008 original_compiler_options = CG(compiler_options); in zend_eval_stringl()
1009 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()
1011 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
H A Dzend_compile.c1194 if (CG(compiler_options) & ZEND_COMPILE_DELAYED_BINDING) { in zend_do_early_binding()
1597 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_info()
1611 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_fcall_begin()
1625 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_fcall_end()
1717 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()
3411 if ((CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN) in zend_compile_func_strlen()
3914 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()
4972 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()
5580 uint32_t cops = CG(compiler_options); in zend_compile_params()
5585 CG(compiler_options) = cops; in zend_compile_params()
[all …]
H A Dzend_opcode.c513 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) { in pass_two()
516 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
H A Dzend_globals.h104 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
H A Dzend.c525 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()
940 compiler_options_default = CG(compiler_options); in zend_post_startup()

Completed in 102 milliseconds