Home
last modified time | relevance | path

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

12

/PHP-8.0/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.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 Dbug51866.phpt31 ["warning_count"]=>
57 ["warning_count"]=>
83 ["warning_count"]=>
109 ["warning_count"]=>
126 ["warning_count"]=>
152 ["warning_count"]=>
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 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 Dbug64975.phpt13 ["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.0/ext/mysqli/tests/
H A D072.phpt2 mysqli warning_count, get_warnings
16 var_dump($mysql->warning_count);
H A Dmysqli_class_mysqli_interface.phpt112 "warning_count" => true,
233 assert(mysqli_warning_count($link) === $mysqli->warning_count);
234 printf("mysqli->warning_count = '%s'/%s ('%s'/%s)\n",
235 $mysqli->warning_count, gettype($mysqli->warning_count),
290 mysqli->warning_count = '0'/integer ('0'/integer)
H A Dbug54221.phpt29 if ($link->warning_count) {
H A Dbug34810.phpt98 ["warning_count"]=>
/PHP-8.0/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
216 uint16_t warning_count; member
246 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)

Completed in 41 milliseconds

12