Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c1546 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 …]
H A Dzend_accelerator_module.c965 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;
/php-src/Zend/
H A Dzend_observer.c339 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()
H A Dzend_globals.h123 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
H A Dzend_compile.c1938 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 …]
H A Dzend_execute_API.c1340 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()
H A Dzend_opcode.c1045 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()
1048 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
H A Dzend.c654 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()
1117 compiler_options_default = CG(compiler_options); in zend_post_startup()
H A Dzend_inheritance.c244 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()
H A Dzend_API.c5314 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()
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c829 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()
H A Dphpdbg.c1507 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/php-src/sapi/cli/
H A Dphp_cli.c1306 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1761 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/php-src/sapi/cgi/
H A Dcgi_main.c2308 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
/php-src/ext/opcache/jit/
H A Dzend_jit.c3221 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()
/php-src/Zend/Optimizer/
H A Dblock_pass.c40 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()
/php-src/ext/ffi/
H A Dffi.c2961 || (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