Searched refs:compiler_options (Results 1 – 17 of 17) sorted by relevance
1427 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()1430 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()1433 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()1450 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()1455 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()1458 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()1748 orig_compiler_options = CG(compiler_options); in opcache_compile_file()1758 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()1762 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()4805 CG(compiler_options) |= ZEND_COMPILE_PRELOAD; in accel_finish_startup()[all …]
869 orig_compiler_options = CG(compiler_options);870 CG(compiler_options) |= ZEND_COMPILE_WITHOUT_EXECUTION;872 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) {886 CG(compiler_options) = orig_compiler_options;
102 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
1004 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in function_add_ref()1054 && !(CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in do_bind_function()1650 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()3759 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()4804 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()5413 uint32_t cops = CG(compiler_options); in zend_compile_params()5418 CG(compiler_options) = cops; in zend_compile_params()5992 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl()6040 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in zend_compile_func_decl()6437 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()[all …]
1081 original_compiler_options = CG(compiler_options); in zend_eval_stringl()1082 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()1084 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
886 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()889 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
533 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()1021 compiler_options_default = CG(compiler_options); in zend_post_startup()
90 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_duplicate_user_function()222 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES); in class_visible()225 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in class_visible()
832 uint32_t cops = CG(compiler_options); in phpdbg_create_conditional_break()875 cops = CG(compiler_options); in phpdbg_create_conditional_break()877 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in phpdbg_create_conditional_break()906 CG(compiler_options) = cops; in phpdbg_create_conditional_break()
1898 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
896 || (CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)) { in ct_eval_func_call()976 || (CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)) { in ct_eval_func_call()1021 || (CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)) { in ct_eval_func_call()
59 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()
1353 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
1781 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
2335 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
2849 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()3408 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) { in ZEND_METHOD()3413 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()
1729 CG(compiler_options) |= ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RINIT_FUNCTION()
Completed in 172 milliseconds