Home
last modified time | relevance | path

Searched refs:php_json_encode_zval (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/json/
H A Dphp_json_encoder.h38 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
H A Djson.c201 return_code = php_json_encode_zval(buf, val, options, &encoder); in php_json_encode_ex()
285 php_json_encode_zval(&buf, parameter, (int)options, &encoder); in PHP_FUNCTION()
H A Djson_encoder.c220 if (php_json_encode_zval(buf, data, options, encoder) == FAILURE && in php_json_encode_array()
522 return_code = php_json_encode_zval(buf, &retval, options, encoder); in php_json_encode_serializable_object()
533 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval() function

Completed in 14 milliseconds