summaryrefslogtreecommitdiff
path: root/ext/json/php_json_scanner_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/php_json_scanner_defs.h')
-rw-r--r--ext/json/php_json_scanner_defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/json/php_json_scanner_defs.h b/ext/json/php_json_scanner_defs.h
index d62dd9137a..9f46472276 100644
--- a/ext/json/php_json_scanner_defs.h
+++ b/ext/json/php_json_scanner_defs.h
@@ -3,5 +3,6 @@
enum YYCONDTYPE {
yycJS,
yycSTR_P1,
- yycSTR_P2,
+ yycSTR_P2_BIN,
+ yycSTR_P2_UTF,
};