From e823770515bd0530bd3c09ea273c720b4df33734 Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Sun, 22 Oct 2017 19:41:23 +0100 Subject: Merge JSON_THROW_ON_ERROR --- ext/json/php_json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/json/php_json.h') diff --git a/ext/json/php_json.h b/ext/json/php_json.h index cfd6ca4816..900329fa74 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -74,6 +74,7 @@ typedef enum { /* json_decode() and json_encode() common options */ #define PHP_JSON_INVALID_UTF8_IGNORE (1<<20) #define PHP_JSON_INVALID_UTF8_SUBSTITUTE (1<<21) +#define PHP_JSON_THROW_ON_ERROR (1<<22) /* Internal flags */ #define PHP_JSON_OUTPUT_ARRAY 0 -- cgit v1.2.1