Home
last modified time | relevance | path

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

12

/PHP-7.4/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"]=>
H A Ddate_parse_error.phpt58 ["warning_count"]=>
/PHP-7.4/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),
164 warning_count = 'false'
184 warning_count = 'false'
205 mysqli->warning_count = ''/boolean (''/boolean)
235 warning_count = 'false'
255 warning_count = 'false'
276 mysqli->warning_count = ''/boolean (''/boolean)
H A Dmysqli_class_mysqli_interface.phpt113 "warning_count" => true,
234 assert(mysqli_warning_count($link) === $mysqli->warning_count);
235 printf("mysqli->warning_count = '%s'/%s ('%s'/%s)\n",
236 $mysqli->warning_count, gettype($mysqli->warning_count),
291 mysqli->warning_count = '0'/integer ('0'/integer)
H A Dbug54221.phpt29 if ($link->warning_count) {
H A Dbug34810.phpt98 ["warning_count"]=>
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h109 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 Dmysqlnd_connection.h35 #define UPSERT_STATUS_GET_WARNINGS(status) (status)->warning_count
36 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings)
H A Dmysqlnd_wireprotocol.c712 packet->warning_count = uint2korr(p); in php_mysqlnd_auth_response_read()
727 packet->warning_count); in php_mysqlnd_auth_response_read()
852 packet->warning_count = uint2korr(p); in php_mysqlnd_ok_read()
867 packet->warning_count); in php_mysqlnd_ok_read()
941 packet->warning_count = uint2korr(p); in php_mysqlnd_eof_read()
949 packet->warning_count = 0; in php_mysqlnd_eof_read()
956 packet->field_count, packet->server_status, packet->warning_count); in php_mysqlnd_eof_read()
1111 packet->warning_count = uint2korr(p); in php_mysqlnd_rset_header_read()
1128 packet->server_status, packet->warning_count); in php_mysqlnd_rset_header_read()
1790 packet->warning_count = uint2korr(p); in php_mysqlnd_rowp_read()
[all …]
H A Dmysqlnd_ps.c345 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, prepare_resp.warning_count); in mysqlnd_stmt_read_prepare_response()
386 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, fields_eof.warning_count); in mysqlnd_stmt_prepare_read_eof()
933 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_stmt_fetch_row_unbuffered()
1098 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
1099 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
1106 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
1107 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
1114 row_packet->server_status, row_packet->warning_count, in mysqlnd_fetch_stmt_row_cursor()
1651 MYSQLND_METHOD(mysqlnd_stmt, warning_count)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
2274 MYSQLND_METHOD(mysqlnd_stmt, warning_count),

Completed in 75 milliseconds

12