We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7255a81 commit 0f3a191Copy full SHA for 0f3a191
ext/json/php_json_encoder.h
@@ -26,7 +26,7 @@ struct _php_json_encoder {
26
int depth;
27
int max_depth;
28
php_json_error_code error_code;
29
- size_t error_pos;
+ size_t error_pos;
30
};
31
32
static inline void php_json_encode_init(php_json_encoder *encoder)
0 commit comments