compiler_options  401 Zend/zend.c    	CG(compiler_options) = compiler_options_default;
compiler_options  788 Zend/zend.c    	compiler_options_default = CG(compiler_options);
compiler_options 1089 Zend/zend_compile.c 				    ((CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES) &&
compiler_options 1091 Zend/zend_compile.c 					if (CG(compiler_options) & ZEND_COMPILE_DELAYED_BINDING) {
compiler_options 1262 Zend/zend_compile.c 	      ((c->flags & CONST_PERSISTENT) && !(CG(compiler_options) & ZEND_COMPILE_NO_PERSISTENT_CONSTANT_SUBSTITUTION))
compiler_options 1263 Zend/zend_compile.c 	   || (Z_TYPE(c->value) < IS_OBJECT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION))
compiler_options 1409 Zend/zend_compile.c 	} else if (fetch_type == ZEND_FETCH_CLASS_DEFAULT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) {
compiler_options 1420 Zend/zend_compile.c 	if (CG(compiler_options) & ZEND_COMPILE_NO_PERSISTENT_CONSTANT_SUBSTITUTION) {
compiler_options 1458 Zend/zend_compile.c 	if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) {
compiler_options 1474 Zend/zend_compile.c 	if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) {
compiler_options 1490 Zend/zend_compile.c 	if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO)) {
compiler_options 1611 Zend/zend_compile.c 	if (CG(compiler_options) & ZEND_COMPILE_GUARDS) {
compiler_options 2911 Zend/zend_compile.c 	if ((CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN)
compiler_options 2991 Zend/zend_compile.c 	 || (fbc->type == ZEND_INTERNAL_FUNCTION && (CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS))
compiler_options 2992 Zend/zend_compile.c 	 || (fbc->type == ZEND_USER_FUNCTION && (CG(compiler_options) & ZEND_COMPILE_IGNORE_USER_FUNCTIONS))
compiler_options 3231 Zend/zend_compile.c 		 || (fbc->type == ZEND_INTERNAL_FUNCTION && (CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS))
compiler_options 3232 Zend/zend_compile.c 		 || (fbc->type == ZEND_USER_FUNCTION && (CG(compiler_options) & ZEND_COMPILE_IGNORE_USER_FUNCTIONS))
compiler_options 4495 Zend/zend_compile.c 			uint32_t cops = CG(compiler_options);
compiler_options 4496 Zend/zend_compile.c 			CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTANT_SUBSTITUTION;
compiler_options 4500 Zend/zend_compile.c 			CG(compiler_options) = cops;
compiler_options 4882 Zend/zend_compile.c 	if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) {
compiler_options 7003 Zend/zend_compile.c 	if ((CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) && !zend_is_unticked_stmt(ast)) {
compiler_options 1120 Zend/zend_execute_API.c 	original_compiler_options = CG(compiler_options);
compiler_options 1121 Zend/zend_execute_API.c 	CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL;
compiler_options 1123 Zend/zend_execute_API.c 	CG(compiler_options) = original_compiler_options;
compiler_options  105 Zend/zend_globals.h 	uint32_t compiler_options; /* set of ZEND_COMPILE_* constants */
compiler_options  584 Zend/zend_opcode.c 	if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_INFO) {
compiler_options  587 Zend/zend_opcode.c 	if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) {
compiler_options 1624 ext/mbstring/mbstring.c 		CG(compiler_options) |= ZEND_COMPILE_NO_BUILTIN_STRLEN;
compiler_options 1696 ext/mbstring/mbstring.c 		CG(compiler_options) &= ~ZEND_COMPILE_NO_BUILTIN_STRLEN;
compiler_options  545 ext/opcache/Optimizer/pass1_5.c 				} else if ((CG(compiler_options) & ZEND_COMPILE_NO_BUILTIN_STRLEN) == 0 &&
compiler_options 1484 ext/opcache/ZendAccelerator.c 		orig_compiler_options = CG(compiler_options);
compiler_options 1485 ext/opcache/ZendAccelerator.c 		CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY;
compiler_options 1486 ext/opcache/ZendAccelerator.c 		CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES;
compiler_options 1487 ext/opcache/ZendAccelerator.c 		CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING;
compiler_options 1488 ext/opcache/ZendAccelerator.c 		CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION;
compiler_options 1490 ext/opcache/ZendAccelerator.c 		CG(compiler_options) = orig_compiler_options;
compiler_options 1494 ext/opcache/ZendAccelerator.c 		CG(compiler_options) = orig_compiler_options;
compiler_options 2150 sapi/cgi/cgi_main.c 							CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
compiler_options 1337 sapi/cli/php_cli.c 		CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
compiler_options 1820 sapi/fpm/fpm/fpm_main.c 		CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
compiler_options 1789 sapi/phpdbg/phpdbg.c 			CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
compiler_options  805 sapi/phpdbg/phpdbg_bp.c 	uint32_t cops = CG(compiler_options);
compiler_options  819 sapi/phpdbg/phpdbg_bp.c 	cops = CG(compiler_options);
compiler_options  821 sapi/phpdbg/phpdbg_bp.c 	CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL;
compiler_options  850 sapi/phpdbg/phpdbg_bp.c 	CG(compiler_options) = cops;