Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/standard/
H A Dhttp.c49 smart_str_append_long(form_str, index_int); in php_url_encode_scalar()
69 smart_str_append_long(form_str, Z_LVAL_P(scalar)); in php_url_encode_scalar()
H A Dvar.c437 smart_str_append_long(buf, (zend_long) index); in php_array_element_export()
477 smart_str_append_long(buf, (zend_long) index); in php_object_element_export()
509 smart_str_append_long(buf, ZEND_LONG_MIN+1); in php_var_export_ex()
513 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_export_ex()
1005 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
1010 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-8.3/ext/json/
H A Djson_encoder.c290 smart_str_append_long(buf, (zend_long) index); in php_json_encode_array()
355 smart_str_append_long(buf, p); in php_json_escape_string()
643 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode_zval()
/PHP-8.3/Zend/
H A Dzend_exceptions.c510 smart_str_append_long(str, Z_RES_HANDLE_P(arg)); in _build_trace_args()
534 smart_str_append_long(str, num); in _build_trace_string()
554 smart_str_append_long(str, line); in _build_trace_string()
607 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_smart_str.h150 static zend_always_inline void smart_str_append_long(smart_str *dest, zend_long num) in smart_str_append_long() function
H A Dzend.c407 smart_str_append_long(buf, num_key); in print_hash()
588 smart_str_append_long(buf, Z_LVAL_P(expr)); in zend_print_zval_r_to_buf()
H A Dzend_ast.c1561 smart_str_append_long(str, Z_LVAL_P(zv)); in zend_ast_export_zval()
1589 smart_str_append_long(str, idx); in zend_ast_export_zval()
/PHP-8.3/ext/soap/
H A Dphp_encoding.c2337 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2340 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2365 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2368 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2373 smart_str_append_long(&array_size, i); in to_xml_array()
2385 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2388 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2412 smart_str_append_long(&array_size, i); in to_xml_array()
2419 smart_str_append_long(&array_size, i); in to_xml_array()
2706 smart_str_append_long(&tmp, int_val); in to_xml_map()
[all …]
H A Dphp_http.c664 smart_str_append_long(&soap_headers, request->len); in make_http_soap_request()
H A Dphp_sdl.c3282 smart_str_append_long(&proxy,Z_LVAL_P(proxy_port)); in get_sdl()
/PHP-8.3/ext/zend_test/
H A Dobserver.c111 smart_str_append_long(buf, Z_OBJ_HANDLE_P(retval)); in get_retval_info()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c561 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()
5331 smart_str_append_long(&querystr, Z_LVAL_P(val)); in php_pgsql_insert()
5503 smart_str_append_long(querystr, Z_LVAL_P(val)); in build_assignment_string()
/PHP-8.3/ext/session/
H A Dsession.c1362 smart_str_append_long(&ncookie, PS(cookie_lifetime)); in php_session_send_cookie()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c276 smart_str_append_long(&buf, (zend_long)ZEND_JIT_TRACE_NUM); in zend_jit_trace_name()
290 smart_str_append_long(&buf, (zend_long)lineno); in zend_jit_trace_name()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c638 smart_str_append_long(str, num_key); in format_default_value()

Completed in 1277 milliseconds