Home
last modified time | relevance | path

Searched refs:php_json_encode_ex (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/json/
H A Dphp_json.h98 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth);
H A Djson.c189 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex() function
206 return php_json_encode_ex(buf, val, options, JSON_G(encode_max_depth)); in php_json_encode()

Completed in 8 milliseconds