Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/
H A DZendAccelerator.c1542 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()
1543 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_file_cache()
1546 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1558 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()
1564 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1807 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
1818 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
1822 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
4342 orig_compiler_options = CG(compiler_options);
4346 CG(compiler_options) |= ZEND_COMPILE_PRELOAD;
[all …]
H A Dzend_accelerator_module.c937 orig_compiler_options = CG(compiler_options);
938 CG(compiler_options) |= ZEND_COMPILE_WITHOUT_EXECUTION;
940 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) {
954 CG(compiler_options) = orig_compiler_options;
/PHP-8.2/Zend/
H A Dzend_observer.c307 if (CG(compiler_options) & ZEND_COMPILE_IGNORE_OBSERVER) { in _zend_observer_function_declared_notify()
325 if (CG(compiler_options) & ZEND_COMPILE_IGNORE_OBSERVER) { in _zend_observer_class_linked_notify()
H A Dzend_globals.h121 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
H A Dzend_compile.c1874 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()
1888 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_begin()
1902 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_end()
1994 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()
4756 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()
5860 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()
7190 uint32_t cops = CG(compiler_options); in zend_compile_params()
7196 CG(compiler_options) = cops; in zend_compile_params()
7730 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl()
8269 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()
[all …]
H A Dzend_execute_API.c1306 original_compiler_options = CG(compiler_options); in zend_eval_stringl()
1307 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()
1309 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
H A Dzend_opcode.c1027 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()
1030 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
H A Dzend.c645 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()
1084 compiler_options_default = CG(compiler_options); in zend_post_startup()
H A Dzend_inheritance.c229 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES); in class_visible()
232 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in class_visible()
249 bool in_preload = CG(compiler_options) & ZEND_COMPILE_PRELOAD; in lookup_class_ex()
2879 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_lazy_class_load()
H A Dzend_API.c5136 uint32_t original_compiler_options = CG(compiler_options); in get_default_via_ast()
5140 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in get_default_via_ast()
5144 CG(compiler_options) = original_compiler_options; in get_default_via_ast()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_bp.c829 uint32_t cops = CG(compiler_options); in phpdbg_create_conditional_break()
874 cops = CG(compiler_options); in phpdbg_create_conditional_break()
876 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in phpdbg_create_conditional_break()
899 CG(compiler_options) = cops; in phpdbg_create_conditional_break()
H A Dphpdbg.c1510 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-8.2/sapi/cli/
H A Dphp_cli.c1333 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c1774 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c3011 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
3040 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c2284 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
/PHP-8.2/Zend/Optimizer/
H A Dblock_pass.c40 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()
/PHP-8.2/ext/ffi/
H A Dffi.c2952 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()
3537 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) { in ZEND_METHOD()
3542 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()

Completed in 179 milliseconds