Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_globals.h106 uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */ member
H A Dzend_opcode.c556 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) { in pass_two()
559 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
H A Dzend_compile.c1207 ((CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES) && in zend_do_early_binding()
1209 if (CG(compiler_options) & ZEND_COMPILE_DELAYED_BINDING) { in zend_do_early_binding()
1586 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_info()
1602 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_fcall_begin()
1618 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_fcall_end()
1740 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()
3384 if ((CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN) in zend_compile_func_strlen()
3667 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()
5172 uint32_t cops = CG(compiler_options); in zend_compile_params()
5177 CG(compiler_options) = cops; in zend_compile_params()
[all …]
H A Dzend_execute_API.c1106 original_compiler_options = CG(compiler_options); in zend_eval_stringl()
1107 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()
1109 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
H A Dzend.c413 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()
824 compiler_options_default = CG(compiler_options); in zend_post_startup()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c1556 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
1557 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY; in opcache_compile_file()
1558 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in opcache_compile_file()
1559 CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING; in opcache_compile_file()
1560 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in opcache_compile_file()
1562 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
1566 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c818 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()
H A Dphpdbg.c1897 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-7.1/ext/opcache/Optimizer/
H A Dpass1_5.c555 } else if ((CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN) == 0 && in zend_optimizer_pass1()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c1374 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1818 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1627 CG(compiler_options) |= ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RINIT_FUNCTION()
1699 CG(compiler_options) &= ~ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c2377 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;

Completed in 101 milliseconds