Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h130 zend_uint compiler_options; /* set of ZEND_COMPILE_* constants */ member
H A Dzend_opcode.c730 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) { in pass_two()
733 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
H A Dzend_execute_API.c1162 original_compiler_options = CG(compiler_options); in zend_eval_stringl()
1163 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()
1165 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()
H A Dzend.c477 CG(compiler_options) = compiler_options_default; in zend_set_default_compile_time_values()
789 compiler_options_default = CG(compiler_options); in zend_post_startup()
H A Dzend_compile.c1728 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) { in zend_do_begin_function_declaration()
1954 ((CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS) && in zend_do_begin_function_call()
4667 ((CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES) && in zend_do_early_binding()
4669 if (CG(compiler_options) & ZEND_COMPILE_DELAYED_BINDING) { in zend_do_early_binding()
5563 !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION) && in zend_get_ct_const()
6669 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_info()
6685 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_fcall_begin()
6701 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) { in zend_do_extended_fcall_end()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1373 orig_compiler_options = CG(compiler_options); in compile_and_cache_file()
1374 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY; in compile_and_cache_file()
1375 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in compile_and_cache_file()
1376 CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING; in compile_and_cache_file()
1377 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in compile_and_cache_file()
1381 CG(compiler_options) = orig_compiler_options; in compile_and_cache_file()
1387 CG(compiler_options) = orig_compiler_options; in compile_and_cache_file()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c1085 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1371 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1804 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2156 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;

Completed in 118 milliseconds