Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A DZendAccelerator.c1419 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 …]
H A Dzend_accelerator_module.c880 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;
/PHP-8.0/Zend/
H A Dzend_globals.h101 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
H A Dzend_compile.c1038 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 …]
H A Dzend_execute_API.c1179 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()
H A Dzend_opcode.c942 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()
945 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
H A Dzend.c538 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()
1058 compiler_options_default = CG(compiler_options); in zend_post_startup()
H A Dzend_inheritance.c94 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()
H A Dzend_API.c4484 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()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c830 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()
H A Dphpdbg.c1838 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c1330 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1755 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c2306 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c41 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c3844 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()
/PHP-8.0/ext/ffi/
H A Dffi.c2867 || (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