mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Porting implementation of RFC json_preserve_fractional_part
This commit is contained in:
parent
e6fb493e5d
commit
95cef47afb
4 changed files with 70 additions and 3 deletions
|
@ -64,6 +64,7 @@ typedef enum {
|
|||
#define PHP_JSON_PRETTY_PRINT (1<<7)
|
||||
#define PHP_JSON_UNESCAPED_UNICODE (1<<8)
|
||||
#define PHP_JSON_PARTIAL_OUTPUT_ON_ERROR (1<<9)
|
||||
#define PHP_JSON_PRESERVE_ZERO_FRACTION (1<<10)
|
||||
|
||||
/* Internal flags */
|
||||
#define PHP_JSON_OUTPUT_ARRAY 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue