mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

As per https://wiki.php.net/rfc/remove_alternative_php_tags. Removes: * <% opening tag * %> closing tag * <%= short opening tag * /<script\s+language\s*=\s*(php|"php"|'php')\s*>/i opening tag * /</script>/i closing tag * asp_tags ini directive
15 lines
298 B
C
15 lines
298 B
C
/* Generated by re2c 0.13.5 */
|
|
#line 3 "Zend/zend_language_scanner_defs.h"
|
|
|
|
enum YYCONDTYPE {
|
|
yycST_IN_SCRIPTING,
|
|
yycST_LOOKING_FOR_PROPERTY,
|
|
yycST_BACKQUOTE,
|
|
yycST_DOUBLE_QUOTES,
|
|
yycST_HEREDOC,
|
|
yycST_LOOKING_FOR_VARNAME,
|
|
yycST_VAR_OFFSET,
|
|
yycINITIAL,
|
|
yycST_END_HEREDOC,
|
|
yycST_NOWDOC,
|
|
};
|