mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix -Wenum-int-mismatch warning in ext/json/php_json_encoder.h
This commit is contained in:
parent
03f64b7853
commit
ac41608797
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
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 */
|
#endif /* PHP_JSON_ENCODER_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue