compiler_options  478 Zend/zend.c    	CG(compiler_options) = compiler_options_default;
compiler_options  792 Zend/zend.c    	compiler_options_default = CG(compiler_options);
compiler_options 1756 Zend/zend_compile.c 	if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) {
compiler_options 1999 Zend/zend_compile.c 	 	((CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS) &&
compiler_options 4808 Zend/zend_compile.c 				    ((CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES) &&
compiler_options 4810 Zend/zend_compile.c 				    if (CG(compiler_options) & ZEND_COMPILE_DELAYED_BINDING) {
compiler_options 5694 Zend/zend_compile.c 	    !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION) &&
compiler_options 6786 Zend/zend_compile.c 	if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) {
compiler_options 6802 Zend/zend_compile.c 	if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) {
compiler_options 6818 Zend/zend_compile.c 	if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) {
compiler_options 1057 Zend/zend_execute_API.c 	original_compiler_options = CG(compiler_options);
compiler_options 1058 Zend/zend_execute_API.c 	CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL;
compiler_options 1060 Zend/zend_execute_API.c 	CG(compiler_options) = original_compiler_options;
compiler_options  130 Zend/zend_globals.h 	zend_uint compiler_options; /* set of ZEND_COMPILE_* constants */
compiler_options  730 Zend/zend_opcode.c 	if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) {
compiler_options  733 Zend/zend_opcode.c 	if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) {
compiler_options 1386 ext/opcache/ZendAccelerator.c 		orig_compiler_options = CG(compiler_options);
compiler_options 1387 ext/opcache/ZendAccelerator.c 		CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY;
compiler_options 1388 ext/opcache/ZendAccelerator.c 		CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES;
compiler_options 1389 ext/opcache/ZendAccelerator.c 		CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING;
compiler_options 1390 ext/opcache/ZendAccelerator.c 		CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION;
compiler_options 1394 ext/opcache/ZendAccelerator.c 		CG(compiler_options) = orig_compiler_options;
compiler_options 1400 ext/opcache/ZendAccelerator.c 		CG(compiler_options) = orig_compiler_options;
compiler_options 2161 sapi/cgi/cgi_main.c 							CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
compiler_options 1371 sapi/cli/php_cli.c 		CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
compiler_options 1840 sapi/fpm/fpm/fpm_main.c 		CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
compiler_options 1085 sapi/milter/php_milter.c 				CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
compiler_options  704 sapi/phpdbg/phpdbg_bp.c 	zend_uint cops = CG(compiler_options);
compiler_options  718 sapi/phpdbg/phpdbg_bp.c 	cops = CG(compiler_options);
compiler_options  720 sapi/phpdbg/phpdbg_bp.c 	CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL;
compiler_options  754 sapi/phpdbg/phpdbg_bp.c 	CG(compiler_options) = cops;