Searched refs:warning_count (Results 1 – 25 of 39) sorted by relevance
12
/php-src/ext/date/tests/ |
H A D | date-lenient.phpt | 26 [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 D | date_parse_001.phpt | 33 ["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 D | date-lenient-create.phpt | 34 [warning_count] => 0 55 [warning_count] => 1 76 [warning_count] => 1 97 [warning_count] => 1
|
H A D | date_parse_basic1.phpt | 32 ["warning_count"]=> 60 ["warning_count"]=> 88 ["warning_count"]=>
|
H A D | date-parse-by-format001.phpt | 19 [warning_count] => 0 40 [warning_count] => 0
|
H A D | bug51866.phpt | 31 ["warning_count"]=> 57 ["warning_count"]=> 83 ["warning_count"]=> 115 ["warning_count"]=>
|
H A D | bug43808.phpt | 18 ["warning_count"]=> 34 ["warning_count"]=>
|
H A D | bug35499.phpt | 30 ["warning_count"]=> 66 ["warning_count"]=>
|
H A D | bug41709.phpt | 21 [warning_count] => 1
|
H A D | bug52430.phpt | 23 ["warning_count"]=>
|
H A D | bug51994.phpt | 25 ["warning_count"]=>
|
H A D | bug67251.phpt | 25 ["warning_count"]=>
|
H A D | bug67253.phpt | 26 ["warning_count"]=>
|
H A D | bug41523-64bit.phpt | 31 ["warning_count"]=>
|
H A D | bug73426.phpt | 27 ["warning_count"]=>
|
H A D | bug41523.phpt | 31 ["warning_count"]=>
|
H A D | date_parse_error.phpt | 34 ["warning_count"]=>
|
H A D | bug72963.phpt | 71 ["warning_count"]=>
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.h | 107 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 D | mysqlnd_connection.h | 33 #define UPSERT_STATUS_GET_WARNINGS(status) (status)->warning_count 34 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings)
|
H A D | mysqlnd_result.c | 233 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-src/ext/mysqli/tests/ |
H A D | 072.phpt | 2 mysqli warning_count, get_warnings 17 var_dump($mysql->warning_count);
|
H A D | mysqli_class_mysqli_interface.phpt | 111 "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 D | bug54221.phpt | 29 if ($link->warning_count) {
|
H A D | bug34810.phpt | 100 ["warning_count"]=>
|
Completed in 34 milliseconds
12