Home
last modified time | relevance | path

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

/PHP-5.4/ext/json/
H A Dphp_json.h51 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC);
H A Djson.c279 php_json_encode(buf, *data, options TSRMLS_CC); in json_encode_array()
304 php_json_encode(buf, *data, options TSRMLS_CC); in json_encode_array()
322 php_json_encode(buf, *data, options TSRMLS_CC); in json_encode_array()
587 php_json_encode(buf, retval, options TSRMLS_CC); in json_encode_serializable_object()
594 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC) /* {{{ */ in php_json_encode() function
778 php_json_encode(&buf, parameter, options TSRMLS_CC); in PHP_FUNCTION()

Completed in 12 milliseconds