Searched refs:compiler_options (Results 1 – 18 of 18) sorted by relevance
1542 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 …]
937 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;
307 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()
121 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
1856 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()1870 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_begin()1884 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_end()1976 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()4544 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()5710 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()7041 uint32_t cops = CG(compiler_options); in zend_compile_params()7047 CG(compiler_options) = cops; in zend_compile_params()7581 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl()8121 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()[all …]
1298 original_compiler_options = CG(compiler_options); in zend_eval_stringl()1299 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()1301 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
1027 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()1030 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
645 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()1088 compiler_options_default = CG(compiler_options); in zend_post_startup()
229 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()2893 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_lazy_class_load()
5106 uint32_t original_compiler_options = CG(compiler_options); in get_default_via_ast()5110 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in get_default_via_ast()5114 CG(compiler_options) = original_compiler_options; in get_default_via_ast()
829 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()
1510 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
1334 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
1771 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
2294 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
40 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()
4478 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()4507 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
2959 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()3548 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) { in ZEND_METHOD()3553 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()
Completed in 139 milliseconds