mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
further normalizations, uint vs uint32_t
fix merge mistake yet one more replacement run
This commit is contained in:
parent
1b7e014d1c
commit
b204b3abd1
63 changed files with 191 additions and 191 deletions
|
@ -961,7 +961,7 @@ ZEND_API ZEND_COLD zend_object *zend_throw_error_exception(zend_class_entry *exc
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ */
|
||||
static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* {{{ */
|
||||
{
|
||||
va_list args;
|
||||
|
||||
|
@ -971,7 +971,7 @@ static void zend_error_va(int type, const char *file, uint lineno, const char *f
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
static void zend_error_helper(int type, const char *filename, const uint lineno, const char *format, ...) /* {{{ */
|
||||
static void zend_error_helper(int type, const char *filename, const uint32_t lineno, const char *format, ...) /* {{{ */
|
||||
{
|
||||
va_list va;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue