Searched refs:compiler_options (Results 1 – 17 of 17) sorted by relevance
1419 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()1422 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()1425 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()1437 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()1442 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()1445 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()1784 orig_compiler_options = CG(compiler_options); in opcache_compile_file()1794 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()1798 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()4461 orig_compiler_options = CG(compiler_options);[all …]
880 orig_compiler_options = CG(compiler_options);881 CG(compiler_options) |= ZEND_COMPILE_WITHOUT_EXECUTION;883 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) {897 CG(compiler_options) = orig_compiler_options;
101 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
1038 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in function_add_ref()1088 && !(CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in do_bind_function()1699 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()1713 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_begin()1819 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()4208 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()5308 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()6414 uint32_t cops = CG(compiler_options); in zend_compile_params()6419 CG(compiler_options) = cops; in zend_compile_params()6919 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl()[all …]
1179 original_compiler_options = CG(compiler_options); in zend_eval_stringl()1180 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()1182 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
942 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()945 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
538 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()1058 compiler_options_default = CG(compiler_options); in zend_post_startup()
94 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_duplicate_user_function()234 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES); in class_visible()237 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in class_visible()
4484 uint32_t original_compiler_options = CG(compiler_options); in get_default_via_ast()4488 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in get_default_via_ast()4492 CG(compiler_options) = original_compiler_options; in get_default_via_ast()
830 uint32_t cops = CG(compiler_options); in phpdbg_create_conditional_break()873 cops = CG(compiler_options); in phpdbg_create_conditional_break()875 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in phpdbg_create_conditional_break()898 CG(compiler_options) = cops; in phpdbg_create_conditional_break()
1838 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
1330 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
1755 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
2306 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
41 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()
3844 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()3873 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
2867 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()3428 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) { in ZEND_METHOD()3433 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()
Completed in 219 milliseconds