Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/date/tests/
H A Ddate_parse_error.phpt58 ["warning_count"]=>
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h198 int warning_count; member
H A Dparse_date.re341 s->errors->warning_count++;
342 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size…
343 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
344 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0;
345 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error);
359 s->errors->warning_count++;
361 s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr;
362 s->errors->warning_messages[s->errors->warning_count - 1].character = *cptr;
363 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error);
1732 in.errors->warning_count = 0;
[all …]
H A Dtimelib.c168 for (i = 0; i < errors->warning_count; i++) { in timelib_error_container_dtor()
H A Dparse_date.c343 s->errors->warning_count++; in add_warning()
344 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size… in add_warning()
345 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
346 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0; in add_warning()
347 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error); in add_warning()
361 s->errors->warning_count++; in add_pbf_warning()
363 s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr; in add_pbf_warning()
364 s->errors->warning_messages[s->errors->warning_count - 1].character = *cptr; in add_pbf_warning()
365 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error); in add_pbf_warning()
24723 in.errors->warning_count = 0; in timelib_strtotime()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c705 packet->warning_count = uint2korr(p); in php_mysqlnd_auth_response_read()
720 packet->warning_count); in php_mysqlnd_auth_response_read()
845 packet->warning_count = uint2korr(p); in php_mysqlnd_ok_read()
860 packet->warning_count); in php_mysqlnd_ok_read()
930 packet->warning_count = uint2korr(p); in php_mysqlnd_eof_read()
938 packet->warning_count = 0; in php_mysqlnd_eof_read()
945 packet->field_count, packet->server_status, packet->warning_count); in php_mysqlnd_eof_read()
1114 packet->warning_count = uint2korr(p); in php_mysqlnd_rset_header_read()
1131 packet->server_status, packet->warning_count); in php_mysqlnd_rset_header_read()
1814 packet->warning_count = uint2korr(p); in php_mysqlnd_rowp_read()
[all …]
H A Dmysqlnd.c261 conn->upsert_status->warning_count = ok_response->warning_count; in MYSQLND_METHOD()
827 conn->upsert_status->warning_count = 0; in MYSQLND_METHOD()
2027 MYSQLND_METHOD(mysqlnd_conn_data, warning_count)(const MYSQLND_CONN_DATA * const conn TSRMLS_DC) argument
2029 return conn->upsert_status->warning_count;
2992 MYSQLND_METHOD(mysqlnd_conn_data, warning_count),
H A Dmysqlnd_structs.h102 unsigned int warning_count; member
1042 unsigned int warning_count; member
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_kill.phpt134 [%u|b%"warning_count"]=>
H A Dmysqli_real_connect.phpt216 [%u|b%"warning_count"]=>
H A Dmysqli_class_mysqli_reflection.phpt1322 Inspecting property 'warning_count'
1347 Default property 'warning_count'
/PHP-5.5/ext/date/
H A Dphp_date.c2897 add_assoc_long(z, "warning_count", error->warning_count); in zval_from_error_container()
2900 for (i = 0; i < error->warning_count; i++) { in zval_from_error_container()

Completed in 129 milliseconds

12