short_tags        477 Zend/zend.c    	CG(short_tags) = short_tags_default;
short_tags        791 Zend/zend.c    	short_tags_default = CG(short_tags);
short_tags        103 Zend/zend_globals.h 	zend_bool short_tags;
short_tags       1115 Zend/zend_language_scanner.c 					if (CG(short_tags) || !strncasecmp((char*)YYCURSOR + 1, "php", 3) || (*(YYCURSOR + 1) == '=')) { /* Assume [ \t\n\r] follows "php" */
short_tags       1179 Zend/zend_language_scanner.c 	if (CG(short_tags)) {
short_tags        366 ext/readline/readline_cli.c 				if ((CG(short_tags) && !strncmp(code+i-1, "<?", 2))
short_tags        580 main/main.c    	STD_PHP_INI_BOOLEAN("short_open_tag",	DEFAULT_SHORT_OPEN_TAG,	PHP_INI_SYSTEM|PHP_INI_PERDIR,		OnUpdateBool,			short_tags,				zend_compiler_globals,	compiler_globals)