Home
last modified time | relevance | path

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

12

/PHP-7.1/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.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h119 uint16_t warning_count; member
149 uint16_t warning_count; member
171 uint16_t warning_count; member
195 uint16_t warning_count; member
228 uint16_t warning_count; member
259 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)
/PHP-7.1/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 = 'NULL'
186 warning_count = 'NULL'
207 mysqli->warning_count = ''/NULL (''/NULL)
238 warning_count = 'NULL'
259 warning_count = 'NULL'
280 mysqli->warning_count = ''/NULL (''/NULL)
H A Dmysqli_class_mysqli_interface.phpt118 "warning_count" => true,
248 assert(mysqli_warning_count($link) === $mysqli->warning_count);
249 printf("mysqli->warning_count = '%s'/%s ('%s'/%s)\n",
250 $mysqli->warning_count, gettype($mysqli->warning_count),
306 mysqli->warning_count = '0'/integer ('0'/integer)
H A Dbug54221.phpt29 if ($link->warning_count) {
H A Dbug34810.phpt103 [%u|b%"warning_count"]=>
143 [%u|b%"warning_count"]=>
/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.re113 s->errors->warning_count++;
114 …ng_messages = timelib_realloc(s->errors->warning_messages, s->errors->warning_count * sizeof(timel…
115 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
116 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0;
117 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
418 in.errors->warning_count = 0;
H A Dparse_iso_intervals.c115 s->errors->warning_count++; in add_warning()
116 …ng_messages = timelib_realloc(s->errors->warning_messages, s->errors->warning_count * sizeof(timel… in add_warning()
117 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
118 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0; in add_warning()
119 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_warning()
1023 in.errors->warning_count = 0; in timelib_strtointerval()

Completed in 43 milliseconds

12