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 03f64b7 commit ac41608Copy full SHA for ac41608
ext/json/php_json_encoder.h
@@ -35,6 +35,6 @@ static inline void php_json_encode_init(php_json_encoder *encoder)
35
36
zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
37
38
-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);
39
40
#endif /* PHP_JSON_ENCODER_H */
0 commit comments