Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/
H A Dintl_error.c257 smart_str_append_long( &ret, (zend_long ) pe->line ); in intl_parse_error_to_string()
267 smart_str_append_long( &ret, (zend_long ) pe->offset ); in intl_parse_error_to_string()
/PHP-7.1/ext/standard/
H A Dhttp.c170 smart_str_append_long(formstr, idx); in php_url_encode_hash_ex()
187 smart_str_append_long(formstr, Z_LVAL_P(zdata)); in php_url_encode_hash_ex()
H A Dvar.c392 smart_str_append_long(buf, (zend_long) index); in php_array_element_export()
432 smart_str_append_long(buf, (zend_long) index); in php_object_element_export()
462 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_export_ex()
642 smart_str_append_long(buf, val); in php_var_serialize_long()
820 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
825 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
/PHP-7.1/ext/json/
H A Djson_encoder.c211 smart_str_append_long(buf, (zend_long) index); in php_json_encode_array()
310 smart_str_append_long(buf, p); in php_json_escape_string()
555 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode_zval()
/PHP-7.1/Zend/
H A Dzend_smart_str.h39 #define smart_str_append_long(dest, val) \ macro
H A Dzend_exceptions.c515 smart_str_append_long(str, Z_RES_HANDLE_P(arg)); in _build_trace_args()
519 smart_str_append_long(str, Z_LVAL_P(arg)); in _build_trace_args()
551 smart_str_append_long(str, num); in _build_trace_string()
574 smart_str_append_long(str, line); in _build_trace_string()
635 smart_str_append_long(&str, num); in ZEND_METHOD()
H A Dzend.c202 smart_str_append_long(buf, num_key); in print_hash()
359 smart_str_append_long(buf, Z_LVAL_P(expr)); in zend_print_zval_r_to_buf()
H A Dzend_ast.c929 smart_str_append_long(str, Z_LVAL_P(zv)); in zend_ast_export_zval()
955 smart_str_append_long(str, idx); in zend_ast_export_zval()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c2350 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2353 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2378 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2381 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2386 smart_str_append_long(&array_size, i); in to_xml_array()
2398 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2401 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2425 smart_str_append_long(&array_size, i); in to_xml_array()
2432 smart_str_append_long(&array_size, i); in to_xml_array()
2712 smart_str_append_long(&tmp, int_val); in to_xml_map()
[all …]
H A Dphp_http.c637 smart_str_append_long(&soap_headers, request->len); in make_http_soap_request()
/PHP-7.1/ext/mcrypt/
H A Dmcrypt.c1173 smart_str_append_long(&str, key_sizes[i]); in php_mcrypt_get_key_size_str()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c1306 smart_str_append_long(&str, Z_LVAL(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);
6658 smart_str_append_long(&querystr, Z_LVAL_P(val));
6827 smart_str_append_long(querystr, Z_LVAL_P(val));
/PHP-7.1/ext/session/
H A Dsession.c1286 smart_str_append_long(&ncookie, PS(cookie_lifetime));

Completed in 66 milliseconds