Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/
H A DZendAccelerator.c1552 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()
1553 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_file_cache()
1556 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1568 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()
1574 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1819 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
1830 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
1834 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
4368 orig_compiler_options = CG(compiler_options);
4372 CG(compiler_options) |= ZEND_COMPILE_PRELOAD;
[all …]
H A Dzend_accelerator_module.c911 orig_compiler_options = CG(compiler_options);
912 CG(compiler_options) |= ZEND_COMPILE_WITHOUT_EXECUTION;
914 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) {
928 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.h109 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
H A Dzend_compile.c1732 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()
1746 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_begin()
1760 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_end()
1852 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()
4422 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()
5563 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()
6882 uint32_t cops = CG(compiler_options); in zend_compile_params()
6888 CG(compiler_options) = cops; in zend_compile_params()
7423 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl()
7948 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()
[all …]
H A Dzend_execute_API.c1290 original_compiler_options = CG(compiler_options); in zend_eval_stringl()
1291 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()
1293 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
H A Dzend_opcode.c1016 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()
1019 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
H A Dzend_inheritance.c226 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES); in class_visible()
229 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in class_visible()
246 bool in_preload = CG(compiler_options) & ZEND_COMPILE_PRELOAD; in lookup_class_ex()
2735 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_lazy_class_load()
H A Dzend.c584 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()
1064 compiler_options_default = CG(compiler_options); in zend_post_startup()
H A Dzend_API.c4976 uint32_t original_compiler_options = CG(compiler_options); in get_default_via_ast()
4980 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in get_default_via_ast()
4984 CG(compiler_options) = original_compiler_options; in get_default_via_ast()
/PHP-8.2/
H A DUPGRADING.INTERNALS101 …CG(compiler_options) |= ZEND_COMPILE_IGNORE_USER_FUNCTIONS | ZEND_COMPILE_IGNORE_INTERNAL_FUNCTION…
/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.c1326 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c1771 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c2292 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/opcache/jit/
H A Dzend_jit.c4450 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
4479 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
/PHP-8.2/ext/ffi/
H A Dffi.c2939 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()
3504 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) { in ZEND_METHOD()
3509 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()

Completed in 164 milliseconds