Home
last modified time | relevance | path

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

12

/PHP-8.3/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_parse_001.phpt33 ["warning_count"]=>
61 ["warning_count"]=>
89 ["warning_count"]=>
125 ["warning_count"]=>
155 ["warning_count"]=>
183 ["warning_count"]=>
211 ["warning_count"]=>
249 ["warning_count"]=>
285 ["warning_count"]=>
H A Ddate-lenient-create.phpt34 [warning_count] => 0
55 [warning_count] => 1
76 [warning_count] => 1
97 [warning_count] => 1
H A Ddate_parse_basic1.phpt32 ["warning_count"]=>
60 ["warning_count"]=>
88 ["warning_count"]=>
H A Ddate-parse-by-format001.phpt19 [warning_count] => 0
40 [warning_count] => 0
H A Dbug51866.phpt31 ["warning_count"]=>
57 ["warning_count"]=>
83 ["warning_count"]=>
115 ["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.phpt25 ["warning_count"]=>
H A Dbug67253.phpt26 ["warning_count"]=>
H A Dbug41523-64bit.phpt31 ["warning_count"]=>
H A Dbug73426.phpt27 ["warning_count"]=>
H A Dbug41523.phpt31 ["warning_count"]=>
H A Ddate_parse_error.phpt34 ["warning_count"]=>
H A Dbug72963.phpt71 ["warning_count"]=>
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h107 uint16_t warning_count; member
137 uint16_t warning_count; member
159 uint16_t warning_count; member
183 uint16_t warning_count; member
215 uint16_t warning_count; member
244 unsigned int warning_count; member
H A Dmysqlnd_connection.h33 #define UPSERT_STATUS_GET_WARNINGS(status) (status)->warning_count
34 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings)
H A Dmysqlnd_result.c233 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, rset_header.warning_count); in mysqlnd_query_read_result_set_header()
328 … DBG_INF_FMT("warnings=%u server_status=%u", fields_eof.warning_count, fields_eof.server_status); in mysqlnd_query_read_result_set_header()
329 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, fields_eof.warning_count); in mysqlnd_query_read_result_set_header()
484 DBG_INF_FMT("warnings=%u server_status=%u", row_packet->warning_count, row_packet->server_status); in MYSQLND_METHOD()
488 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in MYSQLND_METHOD()
695 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet.warning_count); in MYSQLND_METHOD()
/PHP-8.3/ext/mysqli/tests/
H A D072.phpt2 mysqli warning_count, get_warnings
17 var_dump($mysql->warning_count);
H A Dmysqli_class_mysqli_interface.phpt111 "warning_count" => true,
232 assert(mysqli_warning_count($link) === $mysqli->warning_count);
233 printf("mysqli->warning_count = '%s'/%s ('%s'/%s)\n",
234 $mysqli->warning_count, gettype($mysqli->warning_count),
289 mysqli->warning_count = '0'/integer ('0'/integer)
H A Dbug54221.phpt29 if ($link->warning_count) {
H A Dbug34810.phpt100 ["warning_count"]=>

Completed in 70 milliseconds

12