Home
last modified time | relevance | path

Searched refs:warning_count (Results 1 – 25 of 37) sorted by relevance

12

/PHP-5.5/ext/date/tests/
H A Ddate-lenient.phpt26 [warning_count] => 0
48 [warning_count] => 1
70 [warning_count] => 1
92 [warning_count] => 1
114 [warning_count] => 0
135 [warning_count] => 0
H A Ddate-lenient-create.phpt34 [warning_count] => 0
55 [warning_count] => 1
76 [warning_count] => 1
97 [warning_count] => 1
118 [warning_count] => 0
138 [warning_count] => 0
H A Ddate_parse_001.phpt34 ["warning_count"]=>
62 ["warning_count"]=>
90 ["warning_count"]=>
126 ["warning_count"]=>
156 ["warning_count"]=>
184 ["warning_count"]=>
212 ["warning_count"]=>
250 ["warning_count"]=>
286 ["warning_count"]=>
H A Dbug51866.phpt30 ["warning_count"]=>
56 ["warning_count"]=>
82 ["warning_count"]=>
108 ["warning_count"]=>
125 ["warning_count"]=>
151 ["warning_count"]=>
H A Ddate-parse-by-format001.phpt19 [warning_count] => 0
40 [warning_count] => 0
H A Ddate_parse_basic1.phpt38 ["warning_count"]=>
66 ["warning_count"]=>
94 ["warning_count"]=>
H A Dbug43808.phpt18 ["warning_count"]=>
34 ["warning_count"]=>
H A Dbug35499.phpt30 ["warning_count"]=>
66 ["warning_count"]=>
H A Dbug41709.phpt21 [warning_count] => 1
H A Dbug52430.phpt23 ["warning_count"]=>
H A Dbug51994.phpt25 ["warning_count"]=>
H A Dbug67251.phpt24 ["warning_count"]=>
H A Dbug67253.phpt25 ["warning_count"]=>
H A Dbug41523-64bit.phpt31 ["warning_count"]=>
H A Dbug41523.phpt31 ["warning_count"]=>
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h116 uint16_t warning_count; member
146 uint16_t warning_count; member
169 uint16_t warning_count; member
193 uint16_t warning_count; member
228 uint16_t warning_count; member
264 unsigned int warning_count; member
H A Dmysqlnd_result.c420 conn->upsert_status->warning_count = rset_header->warning_count; in mysqlnd_query_read_result_set_header()
516 … DBG_INF_FMT("warnings=%u server_status=%u", fields_eof->warning_count, fields_eof->server_status); in mysqlnd_query_read_result_set_header()
517 conn->upsert_status->warning_count = fields_eof->warning_count; in mysqlnd_query_read_result_set_header()
705 DBG_INF_FMT("warnings=%u server_status=%u", row_packet->warning_count, row_packet->server_status); in mysqlnd_fetch_row_unbuffered_c()
708 result->conn->upsert_status->warning_count = row_packet->warning_count; in mysqlnd_fetch_row_unbuffered_c()
832 DBG_INF_FMT("warnings=%u server_status=%u", row_packet->warning_count, row_packet->server_status); in mysqlnd_fetch_row_unbuffered()
835 result->conn->upsert_status->warning_count = row_packet->warning_count; in mysqlnd_fetch_row_unbuffered()
1183 conn->upsert_status->warning_count = row_packet->warning_count; in MYSQLND_METHOD()
1213 …ret == PASS? "PASS":"FAIL", (uint) set->row_count, conn->upsert_status->warning_count, conn->upser… in MYSQLND_METHOD()
H A Dmysqlnd_ps.c308 stmt->warning_count = stmt->conn->upsert_status->warning_count = prepare_resp->warning_count; in mysqlnd_stmt_read_prepare_response()
348 stmt->upsert_status->warning_count = fields_eof->warning_count; in mysqlnd_stmt_prepare_read_eof()
911 result->conn->upsert_status->warning_count = row_packet->warning_count; in mysqlnd_stmt_fetch_row_unbuffered()
1089 stmt->upsert_status->warning_count = in mysqlnd_fetch_stmt_row_cursor()
1090 stmt->conn->upsert_status->warning_count = in mysqlnd_fetch_stmt_row_cursor()
1091 row_packet->warning_count; in mysqlnd_fetch_stmt_row_cursor()
1099 stmt->upsert_status->warning_count = in mysqlnd_fetch_stmt_row_cursor()
1100 stmt->conn->upsert_status->warning_count = in mysqlnd_fetch_stmt_row_cursor()
1101 row_packet->warning_count; in mysqlnd_fetch_stmt_row_cursor()
1668 return stmt? stmt->upsert_status->warning_count : 0; in MYSQLND_METHOD()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A D072.phpt2 mysqli warning_count, get_warnings
16 var_dump($mysql->warning_count);
H A Dmysqli_class_mysqli_properties_no_conn.phpt103 assert(@mysqli_warning_count($mysqli) === @$mysqli->warning_count);
104 printf("mysqli->warning_count = '%s'/%s ('%s'/%s)\n",
105 @$mysqli->warning_count, gettype(@$mysqli->warning_count),
165 warning_count = 'NULL'
186 warning_count = 'NULL'
207 mysqli->warning_count = ''/NULL (''/NULL)
238 warning_count = 'NULL'
259 warning_count = 'NULL'
280 mysqli->warning_count = ''/NULL (''/NULL)
H A Dmysqli_class_mysqli_interface.phpt118 "warning_count" => true,
248 assert(mysqli_warning_count($link) === $mysqli->warning_count);
249 printf("mysqli->warning_count = '%s'/%s ('%s'/%s)\n",
250 $mysqli->warning_count, gettype($mysqli->warning_count),
306 mysqli->warning_count = '0'/integer ('0'/integer)
H A Dbug54221.phpt29 if ($link->warning_count) {
H A Dbug34810.phpt103 [%u|b%"warning_count"]=>
143 [%u|b%"warning_count"]=>
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re107 s->errors->warning_count++;
108 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size…
109 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
110 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0;
111 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error);
412 in.errors->warning_count = 0;
H A Dparse_iso_intervals.c109 s->errors->warning_count++; in add_warning()
110 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size… in add_warning()
111 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
112 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0; in add_warning()
113 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error); in add_warning()
1018 in.errors->warning_count = 0; in timelib_strtointerval()

Completed in 125 milliseconds

12