Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/ext/standard/
H A Dhttp.c175 smart_str_append_long(formstr, idx); in php_url_encode_hash_ex()
194 smart_str_append_long(formstr, Z_LVAL_P(zdata)); in php_url_encode_hash_ex()
H A Dvar.c431 smart_str_append_long(buf, (zend_long) index); in php_array_element_export()
471 smart_str_append_long(buf, (zend_long) index); in php_object_element_export()
503 smart_str_append_long(buf, ZEND_LONG_MIN+1); in php_var_export_ex()
507 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_export_ex()
1010 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
1015 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
H A Dhead.c164 smart_str_append_long(&buf, (zend_long) diff); in php_setcookie()
/PHP-8.1/ext/json/
H A Djson_encoder.c266 smart_str_append_long(buf, (zend_long) index); in php_json_encode_array()
332 smart_str_append_long(buf, p); in php_json_escape_string()
617 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode_zval()
/PHP-8.1/Zend/
H A Dzend_smart_str.h40 #define smart_str_append_long(dest, val) \ macro
H A Dzend_exceptions.c509 smart_str_append_long(str, Z_RES_HANDLE_P(arg)); in _build_trace_args()
533 smart_str_append_long(str, num); in _build_trace_string()
553 smart_str_append_long(str, line); in _build_trace_string()
606 smart_str_append_long(&str, num); in zend_trace_to_string()
H A Dzend_smart_str.c212 smart_str_append_long(dest, Z_LVAL_P(value)); in smart_str_append_scalar()
H A Dzend.c349 smart_str_append_long(buf, num_key); in print_hash()
528 smart_str_append_long(buf, Z_LVAL_P(expr)); in zend_print_zval_r_to_buf()
H A Dzend_ast.c1402 smart_str_append_long(str, Z_LVAL_P(zv)); in zend_ast_export_zval()
1430 smart_str_append_long(str, idx); in zend_ast_export_zval()
/PHP-8.1/ext/soap/
H A Dphp_encoding.c2301 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2304 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2329 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2332 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2337 smart_str_append_long(&array_size, i); in to_xml_array()
2349 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2352 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2376 smart_str_append_long(&array_size, i); in to_xml_array()
2383 smart_str_append_long(&array_size, i); in to_xml_array()
2663 smart_str_append_long(&tmp, int_val); in to_xml_map()
[all …]
H A Dphp_http.c650 smart_str_append_long(&soap_headers, request->len); in make_http_soap_request()
H A Dphp_sdl.c3278 smart_str_append_long(&proxy,Z_LVAL_P(proxy_port)); in get_sdl()
/PHP-8.1/ext/zend_test/
H A Dobserver.c103 smart_str_append_long(buf, Z_OBJ_HANDLE_P(retval)); in get_retval_info()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c649 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()
5374 smart_str_append_long(&querystr, Z_LVAL_P(val)); in php_pgsql_insert()
5546 smart_str_append_long(querystr, Z_LVAL_P(val)); in build_assignment_string()
/PHP-8.1/ext/session/
H A Dsession.c1350 smart_str_append_long(&ncookie, PS(cookie_lifetime)); in php_session_send_cookie()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c274 smart_str_append_long(&buf, (zend_long)ZEND_JIT_TRACE_NUM); in zend_jit_trace_name()
288 smart_str_append_long(&buf, (zend_long)lineno); in zend_jit_trace_name()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c634 smart_str_append_long(str, num_key); in format_default_value()

Completed in 129 milliseconds