mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2'
This commit is contained in:
commit
a225f6ab6b
8 changed files with 108 additions and 17 deletions
|
@ -99,6 +99,8 @@ PHP_JSON_API ZEND_EXTERN_MODULE_GLOBALS(json)
|
|||
ZEND_TSRMLS_CACHE_EXTERN()
|
||||
#endif
|
||||
|
||||
PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options);
|
||||
|
||||
PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth);
|
||||
PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options);
|
||||
PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long options, zend_long depth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue