Skip to content

Commit ec31437

Browse files
committed
Zend/zend_execute_API.c: use uint32_t type instead of int
1 parent 2f6afda commit ec31437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_execute_API.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ static void zend_unclean_zval_ptr_dtor(zval *zv) /* {{{ */
229229
}
230230
/* }}} */
231231

232-
static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const char *format, ...) /* {{{ */
232+
static ZEND_COLD void zend_throw_or_error(uint32_t fetch_type, zend_class_entry *exception_ce, const char *format, ...) /* {{{ */
233233
{
234234
va_list va;
235235
char *message = NULL;

0 commit comments

Comments
 (0)