mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use more appropriate types in JSON extension (#8194)
Mainly zend_result
This commit is contained in:
parent
27be6c34b5
commit
ec53e17adf
4 changed files with 17 additions and 17 deletions
|
@ -33,6 +33,6 @@ static inline void php_json_encode_init(php_json_encoder *encoder)
|
|||
memset(encoder, 0, sizeof(php_json_encoder));
|
||||
}
|
||||
|
||||
int 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);
|
||||
|
||||
#endif /* PHP_JSON_ENCODER_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue