Home
last modified time | relevance | path

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

/php-src/ext/intl/
H A Dintl_error.c219 smart_str_append_long( &ret, (zend_long ) pe->line ); in intl_parse_error_to_string()
229 smart_str_append_long( &ret, (zend_long ) pe->offset ); in intl_parse_error_to_string()
/php-src/ext/json/
H A Djson_encoder.c322 smart_str_append_long(buf, (zend_long) index); in php_json_encode_array()
389 smart_str_append_long(buf, p); in php_json_escape_string()
677 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode_zval()
/php-src/ext/standard/
H A Dhttp.c53 smart_str_append_long(form_str, index_int); in php_url_encode_scalar()
74 smart_str_append_long(form_str, Z_LVAL_P(scalar)); in php_url_encode_scalar()
H A Dvar.c457 smart_str_append_long(buf, (zend_long) index); in php_array_element_export()
499 smart_str_append_long(buf, (zend_long) index); in php_object_element_export()
533 smart_str_append_long(buf, ZEND_LONG_MIN+1); in php_var_export_ex()
537 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_export_ex()
1067 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
1072 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
H A Dhead.c163 smart_str_append_long(&buf, (zend_long) diff); in php_setcookie()
/php-src/Zend/
H A Dzend_exceptions.c513 smart_str_append_long(str, Z_RES_HANDLE_P(arg)); in _build_trace_args()
537 smart_str_append_long(str, num); in _build_trace_string()
557 smart_str_append_long(str, line); in _build_trace_string()
610 smart_str_append_long(&str, num); in zend_trace_to_string()
H A Dzend_smart_str.h151 static zend_always_inline void smart_str_append_long(smart_str *dest, zend_long num) in smart_str_append_long() function
H A Dzend_smart_str.c213 smart_str_append_long(dest, Z_LVAL_P(value)); in smart_str_append_scalar()
H A Dzend.c416 smart_str_append_long(buf, num_key); in print_hash()
597 smart_str_append_long(buf, Z_LVAL_P(expr)); in zend_print_zval_r_to_buf()
H A Dzend_ast.c1606 smart_str_append_long(str, Z_LVAL_P(zv)); in zend_ast_export_zval()
1634 smart_str_append_long(str, idx); in zend_ast_export_zval()
/php-src/ext/soap/
H A Dphp_encoding.c2370 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2373 smart_str_append_long(&array_size, dims[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()
2406 smart_str_append_long(&array_size, i); in to_xml_array()
2418 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2421 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2445 smart_str_append_long(&array_size, i); in to_xml_array()
2452 smart_str_append_long(&array_size, i); in to_xml_array()
2746 smart_str_append_long(&tmp, int_val); in to_xml_map()
[all …]
H A Dphp_http.c671 smart_str_append_long(&soap_headers, request->len); in make_http_soap_request()
H A Dphp_sdl.c3248 smart_str_append_long(&proxy,Z_LVAL_P(proxy_port)); in get_sdl()
/php-src/ext/zend_test/
H A Dobserver.c112 smart_str_append_long(buf, Z_OBJ_HANDLE_P(retval)); in get_retval_info()
/php-src/ext/pgsql/
H A Dpgsql.c678 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()
5588 smart_str_append_long(&querystr, Z_LVAL_P(val)); in php_pgsql_insert()
5762 smart_str_append_long(querystr, Z_LVAL_P(val)); in build_assignment_string()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c242 smart_str_append_long(&buf, (zend_long)ZEND_JIT_TRACE_NUM); in zend_jit_trace_name()
256 smart_str_append_long(&buf, (zend_long)lineno); in zend_jit_trace_name()
7400 smart_str_append_long(&buf, (zend_long)trace_num); in zend_jit_trace_escape_name()
7402 smart_str_append_long(&buf, (zend_long)exit_num); in zend_jit_trace_escape_name()
H A Dzend_jit.c780 smart_str_append_long(&buf, op_array->line_start); in zend_jit_func_name()
/php-src/ext/session/
H A Dsession.c1457 smart_str_append_long(&ncookie, PS(cookie_lifetime)); in php_session_send_cookie()
/php-src/ext/reflection/
H A Dphp_reflection.c678 smart_str_append_long(str, num_key); in format_default_value()

Completed in 226 milliseconds