Home
last modified time | relevance | path

Searched refs:php_json_encode (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/json/
H A Djson_encoder.c169 php_json_encode(buf, data, options); in php_json_encode_array()
194 php_json_encode(buf, data, options); in php_json_encode_array()
212 php_json_encode(buf, data, options); in php_json_encode_array()
493 php_json_encode(buf, &retval, options); in php_json_encode_serializable_object()
H A Dphp_json.h95 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options);
H A Djson.c194 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode() function
230 php_json_encode(&buf, parameter, (int)options); in PHP_FUNCTION()
/PHP-7.0/
H A DNEWS830 . Fixed bug #73526 (php_json_encode depth issue). (Jakub Zelenka)

Completed in 11 milliseconds