Searched refs:compiler_options (Results 1 – 18 of 18) sorted by relevance
1546 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()1547 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_file_cache()1550 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()1562 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()1568 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()1811 orig_compiler_options = CG(compiler_options); in opcache_compile_file()1829 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()1833 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()4373 orig_compiler_options = CG(compiler_options);4377 CG(compiler_options) |= ZEND_COMPILE_PRELOAD;[all …]
965 orig_compiler_options = CG(compiler_options);966 CG(compiler_options) |= ZEND_COMPILE_WITHOUT_EXECUTION;968 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) {982 CG(compiler_options) = orig_compiler_options;
339 if (CG(compiler_options) & ZEND_COMPILE_IGNORE_OBSERVER) { in _zend_observer_function_declared_notify()357 if (CG(compiler_options) & ZEND_COMPILE_IGNORE_OBSERVER) { in _zend_observer_class_linked_notify()
123 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
1938 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()1952 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_begin()1966 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_end()2058 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()5034 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()6232 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()7643 uint32_t cops = CG(compiler_options); in zend_compile_params()7649 CG(compiler_options) = cops; in zend_compile_params()8260 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl_ex()9064 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()[all …]
1340 original_compiler_options = CG(compiler_options); in zend_eval_stringl()1341 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()1343 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
1045 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()1048 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
654 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()1117 compiler_options_default = CG(compiler_options); in zend_post_startup()
244 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES); in class_visible()247 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in class_visible()264 bool in_preload = CG(compiler_options) & ZEND_COMPILE_PRELOAD; in lookup_class_ex()3308 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_lazy_class_load()
5314 uint32_t original_compiler_options = CG(compiler_options); in get_default_via_ast()5318 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in get_default_via_ast()5322 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()
1507 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
1306 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
1761 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
2308 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
3221 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()3251 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
40 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()
2961 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()3585 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) { in ZEND_METHOD()3590 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()
Completed in 226 milliseconds