Home
last modified time | relevance | path

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

12

/PHP-7.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-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.phpt31 ["warning_count"]=>
H A Dbug41523-64bit.phpt31 ["warning_count"]=>
H A Ddate_parse_error.phpt58 ["warning_count"]=>
/PHP-7.3/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.c709 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 Dmysqlnd_ps.c313 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 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 = '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 Dmysqli_class_mysqli_interface.phpt114 "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 Dbug54221.phpt29 if ($link->warning_count) {
H A Dbug34810.phpt103 ["warning_count"]=>
143 ["warning_count"]=>

Completed in 80 milliseconds

12