Home
last modified time | relevance | path

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

/php-src/ext/json/
H A Dphp_json_encoder.h36 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
H A Djson_encoder.c178 if (php_json_encode_zval(buf, prop, options, encoder) == FAILURE && in php_json_encode_array()
281 if (php_json_encode_zval(buf, data, options, encoder) == FAILURE && in php_json_encode_array()
585 return_code = php_json_encode_zval(buf, &retval, options, encoder); in php_json_encode_serializable_object()
606 return php_json_encode_zval(buf, value_zv, options, encoder); in php_json_encode_serializable_enum()
609 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_zval() function
H A Djson.c136 return_code = php_json_encode_zval(buf, val, options, &encoder); in php_json_encode_ex()
239 php_json_encode_zval(&buf, parameter, (int)options, &encoder); in PHP_FUNCTION()

Completed in 8 milliseconds