Home
last modified time | relevance | path

Searched refs:warning_count (Results 26 – 39 of 39) sorted by relevance

12

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c700 packet->warning_count = uint2korr(p); in php_mysqlnd_auth_response_read()
715 packet->warning_count); in php_mysqlnd_auth_response_read()
837 packet->warning_count = uint2korr(p); in php_mysqlnd_ok_read()
852 packet->warning_count); in php_mysqlnd_ok_read()
926 packet->warning_count = uint2korr(p); in php_mysqlnd_eof_read()
934 packet->warning_count = 0; in php_mysqlnd_eof_read()
941 packet->field_count, packet->server_status, packet->warning_count); in php_mysqlnd_eof_read()
1082 packet->warning_count = uint2korr(p); in php_mysqlnd_rset_header_read()
1094 packet->server_status, packet->warning_count); in php_mysqlnd_rset_header_read()
1700 packet->warning_count = uint2korr(p); in php_mysqlnd_rowp_read()
[all …]
H A Dmysqlnd_ps.c320 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, prepare_resp.warning_count); in mysqlnd_stmt_read_prepare_response()
361 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, fields_eof.warning_count); in mysqlnd_stmt_prepare_read_eof()
824 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
825 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
832 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
833 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
843 row_packet->server_status, row_packet->warning_count, in mysqlnd_fetch_stmt_row_cursor()
1390 MYSQLND_METHOD(mysqlnd_stmt, warning_count)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
1960 MYSQLND_METHOD(mysqlnd_stmt, warning_count),
H A Dmysqlnd_connection.c47 upsert_status->warning_count = 0; in MYSQLND_METHOD()
1183 MYSQLND_METHOD(mysqlnd_conn_data, warning_count)(const MYSQLND_CONN_DATA * const conn) argument
1973 MYSQLND_METHOD(mysqlnd_conn_data, warning_count),
H A Dmysqlnd_structs.h117 unsigned int warning_count; member
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_kill.phpt123 ["warning_count"]=>
H A Dmysqli_class_mysqli_properties_no_conn.phpt192 $mysqli->warning_count;
/PHP-8.3/ext/date/lib/
H A Dtimelib.c159 for (i = 0; i < errors->warning_count; i++) { in timelib_error_container_dtor()
H A Dtimelib.h342 int warning_count; member
H A Dparse_iso_intervals.re340 in.errors->warning_count = 0;
H A Dparse_iso_intervals.c945 in.errors->warning_count = 0; in timelib_strtointerval()
H A Dparse_date.re366 …or_message *message = alloc_error_message(&s->errors->warning_messages, &s->errors->warning_count);
386 …or_message *message = alloc_error_message(&s->errors->warning_messages, &s->errors->warning_count);
2003 in.errors->warning_count = 0;
2201 in.errors->warning_count = 0;
H A Dparse_date.c368 …or_message *message = alloc_error_message(&s->errors->warning_messages, &s->errors->warning_count); in add_warning()
388 …or_message *message = alloc_error_message(&s->errors->warning_messages, &s->errors->warning_count); in add_pbf_warning()
24853 in.errors->warning_count = 0; in timelib_strtotime()
25051 in.errors->warning_count = 0; in timelib_parse_from_format_with_map()
/PHP-8.3/ext/mysqli/
H A Dmysqli.stub.php741 public int $warning_count; variable in mysqli
/PHP-8.3/ext/date/
H A Dphp_date.c2362 if ((*last_errors)->warning_count || (*last_errors)->error_count) { in update_errors_warnings()
2965 add_assoc_long(z, "warning_count", error->warning_count); in zval_from_error_container()
2967 for (i = 0; i < error->warning_count; i++) { in zval_from_error_container()

Completed in 119 milliseconds

12