mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
Removed warning about unreferenced local variable
This commit is contained in:
@@ -2368,7 +2368,9 @@ static void soap_error_handler(int error_num, const char *error_filename, const
|
||||
char *buffer;
|
||||
int buffer_len;
|
||||
zval outbuf, outbuflen;
|
||||
#ifdef va_copy
|
||||
va_list argcopy;
|
||||
#endif
|
||||
int old = PG(display_errors);
|
||||
|
||||
INIT_ZVAL(outbuf);
|
||||
@@ -2409,7 +2411,9 @@ static void soap_error_handler(int error_num, const char *error_filename, const
|
||||
int old = PG(display_errors);
|
||||
int fault = 0;
|
||||
zval fault_obj;
|
||||
#ifdef va_copy
|
||||
va_list argcopy;
|
||||
#endif
|
||||
|
||||
if (error_num == E_USER_ERROR ||
|
||||
error_num == E_COMPILE_ERROR ||
|
||||
|
||||
Reference in New Issue
Block a user