Home
last modified time | relevance | path

Searched refs:compiler_options (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1427 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()
1430 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1433 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1450 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()
1455 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1458 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1748 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
1758 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
1762 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
4805 CG(compiler_options) |= ZEND_COMPILE_PRELOAD; in accel_finish_startup()
[all …]
H A Dzend_accelerator_module.c869 orig_compiler_options = CG(compiler_options);
870 CG(compiler_options) |= ZEND_COMPILE_WITHOUT_EXECUTION;
872 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) {
886 CG(compiler_options) = orig_compiler_options;
/PHP-7.4/Zend/
H A Dzend_globals.h102 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
H A Dzend_compile.c1004 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in function_add_ref()
1054 && !(CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in do_bind_function()
1650 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()
3759 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()
4804 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()
5413 uint32_t cops = CG(compiler_options); in zend_compile_params()
5418 CG(compiler_options) = cops; in zend_compile_params()
5992 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl()
6040 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in zend_compile_func_decl()
6437 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()
[all …]
H A Dzend_execute_API.c1081 original_compiler_options = CG(compiler_options); in zend_eval_stringl()
1082 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()
1084 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
H A Dzend_opcode.c886 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()
889 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
H A Dzend.c533 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()
1021 compiler_options_default = CG(compiler_options); in zend_post_startup()
H A Dzend_inheritance.c90 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_duplicate_user_function()
222 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES); in class_visible()
225 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in class_visible()
/PHP-7.4/sapi/phpdbg/
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()
H A Dphpdbg.c1898 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c896 || (CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)) { in ct_eval_func_call()
976 || (CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)) { in ct_eval_func_call()
1021 || (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.4/sapi/cli/
H A Dphp_cli.c1353 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1781 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2335 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
/PHP-7.4/ext/ffi/
H A Dffi.c2849 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()
3408 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) { in ZEND_METHOD()
3413 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1729 CG(compiler_options) |= ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RINIT_FUNCTION()

Completed in 131 milliseconds