Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds