Searched refs:warning_count (Results 1 – 25 of 38) sorted by relevance
12
/PHP-7.3/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-lenient-create.phpt | 34 [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 D | date_parse_001.phpt | 34 ["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 D | bug51866.phpt | 30 ["warning_count"]=> 56 ["warning_count"]=> 82 ["warning_count"]=> 108 ["warning_count"]=> 125 ["warning_count"]=> 151 ["warning_count"]=>
|
H A D | date-parse-by-format001.phpt | 19 [warning_count] => 0 40 [warning_count] => 0
|
H A D | date_parse_basic1.phpt | 38 ["warning_count"]=> 66 ["warning_count"]=> 94 ["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 | 24 ["warning_count"]=>
|
H A D | bug67253.phpt | 25 ["warning_count"]=>
|
H A D | bug41523.phpt | 31 ["warning_count"]=>
|
H A D | bug41523-64bit.phpt | 31 ["warning_count"]=>
|
H A D | date_parse_error.phpt | 58 ["warning_count"]=>
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.h | 109 uint16_t warning_count; member 139 uint16_t warning_count; member 161 uint16_t warning_count; member 185 uint16_t warning_count; member 218 uint16_t warning_count; member 248 unsigned int warning_count; member
|
H A D | mysqlnd_connection.h | 35 #define UPSERT_STATUS_GET_WARNINGS(status) (status)->warning_count 36 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings)
|
H A D | mysqlnd_wireprotocol.c | 709 packet->warning_count = uint2korr(p); in php_mysqlnd_auth_response_read() 724 packet->warning_count); in php_mysqlnd_auth_response_read() 844 packet->warning_count = uint2korr(p); in php_mysqlnd_ok_read() 859 packet->warning_count); in php_mysqlnd_ok_read() 933 packet->warning_count = uint2korr(p); in php_mysqlnd_eof_read() 941 packet->warning_count = 0; in php_mysqlnd_eof_read() 948 packet->field_count, packet->server_status, packet->warning_count); in php_mysqlnd_eof_read() 1103 packet->warning_count = uint2korr(p); in php_mysqlnd_rset_header_read() 1120 packet->server_status, packet->warning_count); in php_mysqlnd_rset_header_read() 1765 packet->warning_count = uint2korr(p); in php_mysqlnd_rowp_read() [all …]
|
H A D | mysqlnd_ps.c | 313 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, prepare_resp.warning_count); in mysqlnd_stmt_read_prepare_response() 355 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, fields_eof.warning_count); in mysqlnd_stmt_prepare_read_eof() 960 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_stmt_fetch_row_unbuffered() 1150 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor() 1151 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor() 1158 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor() 1159 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor() 1166 row_packet->server_status, row_packet->warning_count, in mysqlnd_fetch_stmt_row_cursor() 1726 MYSQLND_METHOD(mysqlnd_stmt, warning_count)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument 2349 MYSQLND_METHOD(mysqlnd_stmt, warning_count),
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | 072.phpt | 2 mysqli warning_count, get_warnings 16 var_dump($mysql->warning_count);
|
H A D | mysqli_class_mysqli_properties_no_conn.phpt | 103 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 = 'false' 186 warning_count = 'false' 207 mysqli->warning_count = ''/boolean (''/boolean) 238 warning_count = 'false' 259 warning_count = 'false' 280 mysqli->warning_count = ''/boolean (''/boolean)
|
H A D | mysqli_class_mysqli_interface.phpt | 114 "warning_count" => true, 240 assert(mysqli_warning_count($link) === $mysqli->warning_count); 241 printf("mysqli->warning_count = '%s'/%s ('%s'/%s)\n", 242 $mysqli->warning_count, gettype($mysqli->warning_count), 298 mysqli->warning_count = '0'/integer ('0'/integer)
|
H A D | bug54221.phpt | 29 if ($link->warning_count) {
|
H A D | bug34810.phpt | 103 ["warning_count"]=> 143 ["warning_count"]=>
|
Completed in 80 milliseconds
12