Home
last modified time | relevance | path

Searched refs:smart_str_append_long (Results 1 – 9 of 9) sorted by relevance

/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator.c69 smart_str_append_long( &ret, (long ) pe->line ); in transliterator_parse_error_to_string()
79 smart_str_append_long( &ret, (long ) pe->offset ); in transliterator_parse_error_to_string()
/PHP-5.4/ext/standard/
H A Dvar.c354 smart_str_append_long(buf, (long) hash_key->h); in php_array_element_export()
406 smart_str_append_long(buf, (long) hash_key->h); in php_object_element_export()
436 smart_str_append_long(buf, Z_LVAL_PP(struc)); in php_var_export_ex()
588 smart_str_append_long(buf, val); in php_var_serialize_long()
596 smart_str_append_long(buf, len); in php_var_serialize_string()
609 smart_str_append_long(buf, (int)name_len); in php_var_serialize_class_name()
630 smart_str_append_long(buf, count); in php_var_serialize_class()
722 smart_str_append_long(buf, (long)*var_already); in php_var_serialize_intern()
727 smart_str_append_long(buf, (long)*var_already); in php_var_serialize_intern()
736 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_serialize_intern()
[all …]
H A Dphp_smart_str.h89 #define smart_str_append_long(dest, val) \ macro
/PHP-5.4/ext/json/
H A Djson.c316 smart_str_append_long(buf, (long) index); in json_encode_array()
406 smart_str_append_long(buf, p); in json_escape_string()
611 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode()
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch298 + smart_str_append_long(&s, status);
334 + smart_str_append_long(&s, hc->init_byte_loc);
336 + smart_str_append_long(&s, hc->end_byte_loc);
338 + smart_str_append_long(&s, length);
350 + smart_str_append_long(&s, length);
926 + smart_str_append_long(&bentries, hc->status);
929 + smart_str_append_long(&bentries, hc->bytes_sent);
959 + smart_str_append_long(&httpd_ntoa_buf, (n >> 24));
961 + smart_str_append_long(&httpd_ntoa_buf, (n >> 16) & 255);
963 + smart_str_append_long(&httpd_ntoa_buf, (n >> 8) & 255);
[all …]
/PHP-5.4/ext/soap/
H A Dphp_encoding.c2436 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2439 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2466 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2469 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2474 smart_str_append_long(&array_size, i); in to_xml_array()
2487 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2490 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2516 smart_str_append_long(&array_size, i); in to_xml_array()
2523 smart_str_append_long(&array_size, i); in to_xml_array()
2820 smart_str_append_long(&tmp, int_val); in to_xml_map()
[all …]
H A Dphp_schema.c463 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_list()
559 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_union()
1928 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_attribute()
H A Dphp_http.c566 smart_str_append_long(&soap_headers, request_size); in make_http_soap_request()
/PHP-5.4/ext/pgsql/
H A Dpgsql.c1249 smart_str_append_long(&str, Z_LVAL_PP(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);
6216 smart_str_append_long(&querystr, Z_LVAL_PP(val));
6325 smart_str_append_long(querystr, Z_LVAL_PP(val));

Completed in 54 milliseconds