Home
last modified time | relevance | path

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

/PHP-5.6/ext/json/
H A Dphp_json.h52 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC);
H A Djson.c299 php_json_encode(buf, *data, options TSRMLS_CC); in json_encode_array()
324 php_json_encode(buf, *data, options TSRMLS_CC); in json_encode_array()
342 php_json_encode(buf, *data, options TSRMLS_CC); in json_encode_array()
612 php_json_encode(buf, retval, options TSRMLS_CC); in json_encode_serializable_object()
619 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC) /* {{{ */ in php_json_encode() function
817 php_json_encode(&buf, parameter, options TSRMLS_CC); in PHP_FUNCTION()

Completed in 8 milliseconds