short_tags 400 Zend/zend.c CG(short_tags) = short_tags_default; short_tags 787 Zend/zend.c short_tags_default = CG(short_tags); short_tags 90 Zend/zend_globals.h zend_bool short_tags; short_tags 1192 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 1239 Zend/zend_language_scanner.c if (CG(short_tags)) { short_tags 359 ext/readline/readline_cli.c if ((CG(short_tags) && !strncmp(code+i-1, "<?", 2)) short_tags 514 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)