Lines Matching refs:smart_str_appendc
51 smart_str_appendc(buf, c); in php_json_pretty_print_char()
133 smart_str_appendc(buf, '{'); in php_json_encode_array()
152 smart_str_appendc(buf, ','); in php_json_encode_array()
168 smart_str_appendc(buf, ':'); in php_json_encode_array()
191 smart_str_appendc(buf, '}'); in php_json_encode_array()
208 smart_str_appendc(buf, '['); in php_json_encode_array()
210 smart_str_appendc(buf, '{'); in php_json_encode_array()
225 smart_str_appendc(buf, ','); in php_json_encode_array()
240 smart_str_appendc(buf, ','); in php_json_encode_array()
257 smart_str_appendc(buf, ','); in php_json_encode_array()
265 smart_str_appendc(buf, '"'); in php_json_encode_array()
267 smart_str_appendc(buf, '"'); in php_json_encode_array()
270 smart_str_appendc(buf, ':'); in php_json_encode_array()
301 smart_str_appendc(buf, ']'); in php_json_encode_array()
303 smart_str_appendc(buf, '}'); in php_json_encode_array()
345 smart_str_appendc(buf, '"'); in php_json_escape_string()
445 smart_str_appendc(buf, '/'); in php_json_escape_string()
475 smart_str_appendc(buf, '<'); in php_json_escape_string()
483 smart_str_appendc(buf, '>'); in php_json_escape_string()
491 smart_str_appendc(buf, '&'); in php_json_escape_string()
499 smart_str_appendc(buf, '\''); in php_json_escape_string()
519 smart_str_appendc(buf, '"'); in php_json_escape_string()
592 smart_str_appendc(buf, '0'); in php_json_encode_serializable_enum()
625 smart_str_appendc(buf, '0'); in php_json_encode_zval()