mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix -Wenum-int-mismatch warning in ext/json/php_json_encoder.h
This commit is contained in:
@@ -35,6 +35,6 @@ static inline void php_json_encode_init(php_json_encoder *encoder)
|
||||
|
||||
zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
|
||||
|
||||
int php_json_escape_string(smart_str *buf, const char *s, size_t len, int options, php_json_encoder *encoder);
|
||||
zend_result php_json_escape_string(smart_str *buf, const char *s, size_t len, int options, php_json_encoder *encoder);
|
||||
|
||||
#endif /* PHP_JSON_ENCODER_H */
|
||||
|
||||
Reference in New Issue
Block a user