Searched refs:compiler_options (Results 1 – 13 of 13) sorted by relevance
105 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
1101 ((CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES) && in zend_do_early_binding()1103 if (CG(compiler_options) & ZEND_COMPILE_DELAYED_BINDING) { in zend_do_early_binding()1470 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_info()1486 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_fcall_begin()1502 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_fcall_end()1625 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()2966 if ((CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN) in zend_compile_func_strlen()3207 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()4567 uint32_t cops = CG(compiler_options); in zend_compile_params()4572 CG(compiler_options) = cops; in zend_compile_params()[all …]
584 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) { in pass_two()587 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
1125 original_compiler_options = CG(compiler_options); in zend_eval_stringl()1126 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()1128 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
405 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()804 compiler_options_default = CG(compiler_options); in zend_post_startup()
1532 orig_compiler_options = CG(compiler_options); in opcache_compile_file()1533 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY; in opcache_compile_file()1534 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in opcache_compile_file()1535 CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING; in opcache_compile_file()1536 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in opcache_compile_file()1538 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()1542 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
818 uint32_t cops = CG(compiler_options); in phpdbg_create_conditional_break()832 cops = CG(compiler_options); in phpdbg_create_conditional_break()834 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in phpdbg_create_conditional_break()863 CG(compiler_options) = cops; in phpdbg_create_conditional_break()
1875 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
547 } else if ((CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN) == 0 && in zend_optimizer_pass1()
1340 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
1819 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
2150 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
1625 CG(compiler_options) |= ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RINIT_FUNCTION()1697 CG(compiler_options) &= ~ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RSHUTDOWN_FUNCTION()
Completed in 111 milliseconds