Home
last modified time | relevance | path

Searched refs:encoder (Results 1 – 10 of 10) sorted by relevance

/PHP-7.1/ext/json/
H A Djson_encoder.c39 int options, php_json_encoder *encoder);
87 for (i = 0; i < encoder->depth; ++i) { in php_json_pretty_print_indent()
146 encoder->error_code = PHP_JSON_ERROR_RECURSION; in php_json_encode_array()
157 ++encoder->depth; in php_json_encode_array()
199 options & ~PHP_JSON_NUMERIC_CHECK, encoder); in php_json_encode_array()
229 if (encoder->depth > encoder->max_depth) { in php_json_encode_array()
230 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
235 --encoder->depth; in php_json_encode_array()
323 encoder->error_code = PHP_JSON_ERROR_UTF8; in php_json_escape_string()
347 encoder->error_code = PHP_JSON_ERROR_UTF8; in php_json_escape_string()
[all …]
H A Djson.c189 php_json_encoder encoder; in php_json_encode() local
192 php_json_encode_init(&encoder); in php_json_encode()
193 encoder.max_depth = JSON_G(encode_max_depth); in php_json_encode()
194 encoder.error_code = PHP_JSON_ERROR_NONE; in php_json_encode()
197 JSON_G(error_code) = encoder.error_code; in php_json_encode()
224 php_json_encoder encoder; in PHP_FUNCTION() local
233 php_json_encode_init(&encoder); in PHP_FUNCTION()
234 encoder.max_depth = (int)depth; in PHP_FUNCTION()
235 encoder.error_code = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
236 php_json_encode_zval(&buf, parameter, (int)options, &encoder); in PHP_FUNCTION()
[all …]
H A Dphp_json_encoder.h33 static inline void php_json_encode_init(php_json_encoder *encoder) in php_json_encode_init() argument
35 memset(encoder, 0, sizeof(php_json_encoder)); in php_json_encode_init()
38 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1640 encoder->filter_dtor(encoder); in mbfl_strcut()
1652 (*encoder->filter_flush)(encoder); in mbfl_strcut()
1663 encoder->filter_dtor(encoder); in mbfl_strcut()
1674 encoder->filter_dtor(encoder); in mbfl_strcut()
1692 encoder->filter_dtor(encoder); in mbfl_strcut()
1706 (*encoder->filter_flush)(encoder); in mbfl_strcut()
1716 encoder->filter_dtor(encoder); in mbfl_strcut()
1723 bk.encoder.filter_dtor(&bk.encoder); in mbfl_strcut()
1728 encoder->filter_dtor(encoder); in mbfl_strcut()
1735 (*encoder->filter_flush)(encoder); in mbfl_strcut()
[all …]
/PHP-7.1/ext/xml/
H A Dxml.c570 unsigned short (*encoder)(unsigned char) = NULL; in xml_utf8_encode() local
574 encoder = enc->encoding_function; in xml_utf8_encode()
579 if (encoder == NULL) { in xml_utf8_encode()
590 c = encoder ? encoder((unsigned char)(*s)) : (unsigned short)(*s); in xml_utf8_encode()
/PHP-7.1/ext/libxml/
H A Dlibxml.c430 xmlCharEncodingHandlerPtr encoder, in php_libxml_output_buffer_create_filename() argument
463 ret = xmlAllocOutputBuffer(encoder); in php_libxml_output_buffer_create_filename()
/PHP-7.1/
H A DNEWS1776 . Introduced encoder struct instead of global which fixes bugs #66025 and
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog481 8. Add missing (new) files sljitNativeTILEGX.c and sljitNativeTILEGX-encoder.c
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic20754 # the number of comments and the encoder version.
H A Dmagic私はガラスを食べられます20754 # the number of comments and the encoder version.

Completed in 114 milliseconds