Skip to content

Instantly share code, notes, and snippets.

@Girgias
Created February 3, 2020 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Girgias/e17eb1d7a9d5c7f1da13d6ec45914490 to your computer and use it in GitHub Desktop.
Save Girgias/e17eb1d7a9d5c7f1da13d6ec45914490 to your computer and use it in GitHub Desktop.
php-src compiled with -Wall -Wpedantic -Wextra at commit ref 4cbffd89d9e82d81a26746aadca27ad061cab43a
This file has been truncated, but you can view the full file.
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/php_date.c -o ext/date/php_date.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/date/php_date.c:17:
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zm_activate_date’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:386:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(date)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:386:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(date)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zm_deactivate_date’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:400:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(date)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:400:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(date)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zm_startup_date’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:532:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(date)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zm_shutdown_date’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:582:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(date)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘php_date_parse_tzfile_wrapper’:
/mnt/c/Dev/php-src/ext/date/php_date.c:637:99: warning: unused parameter ‘dummy_error_code’ [-Wunused-parameter]
timelib_tzinfo *php_date_parse_tzfile_wrapper(char *formal_tzname, const timelib_tzdb *tzdb, int *dummy_error_code)
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘php_parse_date’:
/mnt/c/Dev/php-src/ext/date/php_date.c:1134:58: warning: unused parameter ‘now’ [-Wunused-parameter]
PHPAPI zend_long php_parse_date(char *string, zend_long *now)
^~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘date_object_period_get_iterator’:
/mnt/c/Dev/php-src/ext/date/php_date.c:1673:73: warning: unused parameter ‘ce’ [-Wunused-parameter]
zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */
^~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘implement_date_interface_handler’:
/mnt/c/Dev/php-src/ext/date/php_date.c:1695:63: warning: unused parameter ‘interface’ [-Wunused-parameter]
static int implement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implementor) /* {{{ */
^~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/date/php_date.c:17:
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zim_DateTime___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:2488:1: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(DateTime, __construct)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zim_DateTimeImmutable___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:2510:1: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(DateTimeImmutable, __construct)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zim_DateTime___wakeup’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:2708:1: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(DateTime, __wakeup)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘php_date_do_return_parsed_time’:
/mnt/c/Dev/php-src/ext/date/php_date.c:2769:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (parsed_time->elem == -99999) { \
^
/mnt/c/Dev/php-src/ext/date/php_date.c:2794:3: note: in expansion of macro ‘PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT’
PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(zone_type, zone_type);
^
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/date/php_date.c:17:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/ext/date/php_date.c:2763:37: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, timelib_error_container *error) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zim_DateTimeZone___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:3563:1: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(DateTimeZone, __construct)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘php_date_timezone_initialize_from_hash’:
/mnt/c/Dev/php-src/ext/date/php_date.c:3580:58: warning: unused parameter ‘return_value’ [-Wunused-parameter]
static int php_date_timezone_initialize_from_hash(zval **return_value, php_timezone_obj **tzobj, HashTable *myht) /* {{{ */
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/date/php_date.c:17:
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zim_DateInterval___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:3993:1: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(DateInterval, __construct)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘php_date_interval_initialize_from_hash’:
/mnt/c/Dev/php-src/ext/date/php_date.c:4014:58: warning: unused parameter ‘return_value’ [-Wunused-parameter]
static int php_date_interval_initialize_from_hash(zval **return_value, php_interval_obj **intobj, HashTable *myht) /* {{{ */
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/date/php_date.c:17:
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zim_DatePeriod___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:4287:1: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(DatePeriod, __construct)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘zim_DatePeriod___wakeup’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:5002:1: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(DatePeriod, __wakeup)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘date_format’:
/mnt/c/Dev/php-src/ext/date/php_date.c:865:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 'P': rfc_colon = 1; /* break intentionally missing */
~~~~~~~~~~^~~
/mnt/c/Dev/php-src/ext/date/php_date.c:866:4: note: here
case 'O': length = slprintf(buffer, sizeof(buffer), "%c%02d%s%02d",
^~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:916:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
case '\\': if (i < format_len) i++; /* break intentionally missing */
^
/mnt/c/Dev/php-src/ext/date/php_date.c:918:4: note: here
default: buffer[0] = format[i]; buffer[1] = '\0'; length = 1; break;
^~~~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘php_mktime’:
/mnt/c/Dev/php-src/ext/date/php_date.c:1239:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
now->y = yea;
~~~~~~~^~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1241:3: note: here
case 5:
^~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1242:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
now->d = day;
~~~~~~~^~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1244:3: note: here
case 4:
^~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1245:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
now->m = mon;
~~~~~~~^~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1247:3: note: here
case 3:
^~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1248:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
now->s = sec;
~~~~~~~^~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1250:3: note: here
case 2:
^~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1251:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
now->i = min;
~~~~~~~^~~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:1253:3: note: here
case 1:
^~~~
/mnt/c/Dev/php-src/ext/date/php_date.c: In function ‘php_do_date_sunrise_sunset’:
/mnt/c/Dev/php-src/ext/date/php_date.c:4637:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
retformat = SUNFUNCS_RET_STRING;
^
/mnt/c/Dev/php-src/ext/date/php_date.c:4638:3: note: here
case 2:
^~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:4639:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
latitude = INI_FLT("date.default_latitude");
/mnt/c/Dev/php-src/ext/date/php_date.c:4640:3: note: here
case 3:
^~~~
/mnt/c/Dev/php-src/ext/date/php_date.c:4641:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
longitude = INI_FLT("date.default_longitude");
/mnt/c/Dev/php-src/ext/date/php_date.c:4642:3: note: here
case 4:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/astro.c -o ext/date/lib/astro.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/dow.c -o ext/date/lib/dow.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo
parse_date.re: In function ‘timelib_parse_from_format_with_map’:
parse_date.re:2007:85: warning: unused parameter ‘len’ [-Wunused-parameter]
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/parse_tz.c -o ext/date/lib/parse_tz.lo
/mnt/c/Dev/php-src/ext/date/lib/parse_tz.c: In function ‘skip_posix_string’:
/mnt/c/Dev/php-src/ext/date/lib/parse_tz.c:330:74: warning: unused parameter ‘tz’ [-Wunused-parameter]
static void skip_posix_string(const unsigned char **tzf, timelib_tzinfo *tz)
^~
/mnt/c/Dev/php-src/ext/date/lib/parse_tz.c: In function ‘set_default_location_and_comments’:
/mnt/c/Dev/php-src/ext/date/lib/parse_tz.c:361:69: warning: unused parameter ‘tzf’ [-Wunused-parameter]
static void set_default_location_and_comments(const unsigned char **tzf, timelib_tzinfo *tz)
^~~
/mnt/c/Dev/php-src/ext/date/lib/parse_tz.c: In function ‘skip_64bit_preamble’:
/mnt/c/Dev/php-src/ext/date/lib/parse_tz.c:458:75: warning: unused parameter ‘tz’ [-Wunused-parameter]
static int skip_64bit_preamble(const unsigned char **tzf, timelib_tzinfo *tz)
^~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/timelib.c -o ext/date/lib/timelib.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/tm2unixtime.c -o ext/date/lib/tm2unixtime.lo
/mnt/c/Dev/php-src/ext/date/lib/tm2unixtime.c: In function ‘do_range_limit_days_relative’:
/mnt/c/Dev/php-src/ext/date/lib/tm2unixtime.c:66:97: warning: unused parameter ‘y’ [-Wunused-parameter]
static void do_range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *d, timelib_sll invert)
^
/mnt/c/Dev/php-src/ext/date/lib/tm2unixtime.c: In function ‘do_adjust_timezone’:
/mnt/c/Dev/php-src/ext/date/lib/tm2unixtime.c:439:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
tzi = tz->tz_info;
~~~~^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/date/lib/tm2unixtime.c:442:3: note: here
default:
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/unixtime2tm.c -o ext/date/lib/unixtime2tm.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/parse_iso_intervals.c -o ext/date/lib/parse_iso_intervals.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/mnt/c/Dev/php-src/ext/date/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/date/lib/interval.c -o ext/date/lib/interval.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_auto_possess.c -o ext/pcre/pcre2lib/pcre2_auto_possess.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_chartables.c -o ext/pcre/pcre2lib/pcre2_chartables.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_compile.c -o ext/pcre/pcre2lib/pcre2_compile.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_config.c -o ext/pcre/pcre2lib/pcre2_config.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_context.c -o ext/pcre/pcre2lib/pcre2_context.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_dfa_match.c -o ext/pcre/pcre2lib/pcre2_dfa_match.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_error.c -o ext/pcre/pcre2lib/pcre2_error.lo
/mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_error.c:189:3: warning: string length ‘4309’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings]
;
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_jit_compile.c -o ext/pcre/pcre2lib/pcre2_jit_compile.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_maketables.c -o ext/pcre/pcre2lib/pcre2_maketables.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_match.c -o ext/pcre/pcre2lib/pcre2_match.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_match_data.c -o ext/pcre/pcre2lib/pcre2_match_data.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_newline.c -o ext/pcre/pcre2lib/pcre2_newline.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_ord2utf.c -o ext/pcre/pcre2lib/pcre2_ord2utf.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_pattern_info.c -o ext/pcre/pcre2lib/pcre2_pattern_info.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_serialize.c -o ext/pcre/pcre2lib/pcre2_serialize.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_string_utils.c -o ext/pcre/pcre2lib/pcre2_string_utils.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_study.c -o ext/pcre/pcre2lib/pcre2_study.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_substitute.c -o ext/pcre/pcre2lib/pcre2_substitute.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_substring.c -o ext/pcre/pcre2lib/pcre2_substring.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_tables.c -o ext/pcre/pcre2lib/pcre2_tables.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_ucd.c -o ext/pcre/pcre2lib/pcre2_ucd.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_valid_utf.c -o ext/pcre/pcre2lib/pcre2_valid_utf.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_xclass.c -o ext/pcre/pcre2lib/pcre2_xclass.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_find_bracket.c -o ext/pcre/pcre2lib/pcre2_find_bracket.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_convert.c -o ext/pcre/pcre2lib/pcre2_convert.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_extuni.c -o ext/pcre/pcre2lib/pcre2_extuni.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/pcre2lib/pcre2_script_run.c -o ext/pcre/pcre2lib/pcre2_script_run.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/mnt/c/Dev/php-src/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/mnt/c/Dev/php-src/ext/pcre/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘php_pcre_malloc’:
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:159:53: warning: unused parameter ‘data’ [-Wunused-parameter]
static void *php_pcre_malloc(PCRE2_SIZE size, void *data)
^~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘php_pcre_free’:
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:165:46: warning: unused parameter ‘data’ [-Wunused-parameter]
static void php_pcre_free(void *block, void *data)
^~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/pcre/php_pcre.c:17:
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘zm_startup_pcre’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:388:8: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
static PHP_MINIT_FUNCTION(pcre)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘zm_shutdown_pcre’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:437:8: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
static PHP_MSHUTDOWN_FUNCTION(pcre)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘zm_activate_pcre’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:446:8: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
static PHP_RINIT_FUNCTION(pcre)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:446:8: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
static PHP_RINIT_FUNCTION(pcre)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘zm_deactivate_pcre’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:471:8: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
static PHP_RSHUTDOWN_FUNCTION(pcre)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:471:8: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
static PHP_RSHUTDOWN_FUNCTION(pcre)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘populate_subpat_array’:
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:1027:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = count; i < num_subpats; i++) {
^
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:1042:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = count; i < num_subpats; i++) {
^
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:1058:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = count; i < num_subpats; i++) {
^
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:1069:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = count; i < num_subpats; i++) {
^
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘php_pcre_match_impl’:
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:1272:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < count; i++) {
^
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:1278:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < count; i++) {
^
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:1298:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (count < num_subpats) {
^
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c: In function ‘php_pcre_split_impl’:
/mnt/c/Dev/php-src/ext/pcre/php_pcre.c:2575:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 1; i < count; i++) {
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash.c -o ext/hash/hash.lo
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/hash/php_hash.h:20,
from /mnt/c/Dev/php-src/ext/hash/hash.c:23:
/mnt/c/Dev/php-src/ext/hash/hash.c: In function ‘zim_HashContext___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/hash/hash.c:904:8: note: in expansion of macro ‘PHP_METHOD’
static PHP_METHOD(HashContext, __construct) {
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/hash/hash.c:904:8: note: in expansion of macro ‘PHP_METHOD’
static PHP_METHOD(HashContext, __construct) {
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/hash/php_hash.h:20,
from /mnt/c/Dev/php-src/ext/hash/hash.c:23:
/mnt/c/Dev/php-src/ext/hash/hash.c: In function ‘zm_startup_hash’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/hash/hash.c:1194:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(hash)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/hash/hash.c: In function ‘zm_shutdown_hash’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/hash/hash.c:1282:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(hash)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/hash/hash.c:1282:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(hash)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/hash/hash.c: In function ‘zm_info_hash’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:31:55: warning: unused parameter ‘zend_module’ [-Wunused-parameter]
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
^
/mnt/c/Dev/php-src/Zend/zend_API.h:166:80: note: in expansion of macro ‘ZEND_MODULE_INFO_FUNC_ARGS’
#define ZEND_MODULE_INFO_D(module) ZEND_COLD void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:418:29: note: in expansion of macro ‘ZEND_MODULE_INFO_D’
#define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/hash/hash.c:1292:1: note: in expansion of macro ‘PHP_MINFO_FUNCTION’
PHP_MINFO_FUNCTION(hash)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_md.c -o ext/hash/hash_md.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_sha.c -o ext/hash/hash_sha.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_ripemd.c -o ext/hash/hash_ripemd.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_haval.c -o ext/hash/hash_haval.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_tiger.c -o ext/hash/hash_tiger.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_gost.c -o ext/hash/hash_gost.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_snefru.c -o ext/hash/hash_snefru.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_whirlpool.c -o ext/hash/hash_whirlpool.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_adler32.c -o ext/hash/hash_adler32.lo
/mnt/c/Dev/php-src/ext/hash/hash_adler32.c: In function ‘PHP_ADLER32Copy’:
/mnt/c/Dev/php-src/ext/hash/hash_adler32.c:55:54: warning: unused parameter ‘ops’ [-Wunused-parameter]
PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context)
^~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_crc32.c -o ext/hash/hash_crc32.lo
/mnt/c/Dev/php-src/ext/hash/hash_crc32.c: In function ‘PHP_CRC32Copy’:
/mnt/c/Dev/php-src/ext/hash/hash_crc32.c:74:52: warning: unused parameter ‘ops’ [-Wunused-parameter]
PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context)
^~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_fnv.c -o ext/hash/hash_fnv.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_joaat.c -o ext/hash/hash_joaat.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c -o ext/hash/sha3/generic64lc/KeccakP-1600-opt64.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/sha3/generic64lc/KeccakHash.c -o ext/hash/sha3/generic64lc/KeccakHash.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/sha3/generic64lc/KeccakSponge.c -o ext/hash/sha3/generic64lc/KeccakSponge.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -I/mnt/c/Dev/php-src/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/mnt/c/Dev/php-src/ext/hash/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/hash/hash_sha3.c -o ext/hash/hash_sha3.lo
/mnt/c/Dev/php-src/ext/hash/hash_sha3.c: In function ‘hash_sha3_copy’:
/mnt/c/Dev/php-src/ext/hash/hash_sha3.c:243:39: warning: unused parameter ‘ops’ [-Wunused-parameter]
static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context)
^~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/reflection/ -I/mnt/c/Dev/php-src/ext/reflection/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/reflection/php_reflection.c -o ext/reflection/php_reflection.lo
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:164:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
static uint32_t zend_always_inline prop_get_flags(property_reference *ref) {
^~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘_parameter_string’:
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:588:144: warning: unused parameter ‘indent’ [-Wunused-parameter]
static void _parameter_string(smart_str *str, zend_function *fptr, struct _zend_arg_info *arg_info, uint32_t offset, zend_bool required, char* indent)
^~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘_extension_string’:
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:970:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ZEND_CONSTANT_MODULE_NUMBER(constant) == module->module_number) {
^~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/reflection/php_reflection.c:25:
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘_reflection_param_get_default_param’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:1360:65: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
static parameter_reference *_reflection_param_get_default_param(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘_reflection_param_get_default_precv’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:1385:53: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
static zend_op *_reflection_param_get_default_precv(INTERNAL_FUNCTION_PARAMETERS, parameter_reference *param)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:1385:53: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
static zend_op *_reflection_param_get_default_precv(INTERNAL_FUNCTION_PARAMETERS, parameter_reference *param)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘zim_reflection___clone’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:1404:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(reflection, __clone)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:1404:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(reflection, __clone)
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘zim_reflection_extension_getConstants’:
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:5904:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (module->module_number == ZEND_CONSTANT_MODULE_NUMBER(constant)) {
^~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/reflection/php_reflection.c:25:
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘zim_reflection_reference___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:6281:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(reflection_reference, __construct)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:6281:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(reflection_reference, __construct)
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/reflection/php_reflection.c:25:
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘zm_startup_reflection’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:6684:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(reflection) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:6684:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(reflection) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘zm_info_reflection’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:31:55: warning: unused parameter ‘zend_module’ [-Wunused-parameter]
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
^
/mnt/c/Dev/php-src/Zend/zend_API.h:166:80: note: in expansion of macro ‘ZEND_MODULE_INFO_FUNC_ARGS’
#define ZEND_MODULE_INFO_D(module) ZEND_COLD void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:418:29: note: in expansion of macro ‘ZEND_MODULE_INFO_D’
#define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:6809:1: note: in expansion of macro ‘PHP_MINFO_FUNCTION’
PHP_MINFO_FUNCTION(reflection) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘zim_reflection_class_isSubclassOf’:
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:5056:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr)) {
^
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:5066:3: note: here
default:
^~~~~~~
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c: In function ‘zim_reflection_class_implementsInterface’:
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:5099:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) {
^
/mnt/c/Dev/php-src/ext/reflection/php_reflection.c:5109:3: note: here
default:
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/php_spl.c -o ext/spl/php_spl.lo
/mnt/c/Dev/php-src/ext/spl/php_spl.c: In function ‘spl_autoload’:
/mnt/c/Dev/php-src/ext/spl/php_spl.c:249:38: warning: unused parameter ‘class_name’ [-Wunused-parameter]
static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/php_spl.c:21:
/mnt/c/Dev/php-src/ext/spl/php_spl.c: In function ‘zm_info_spl’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:31:55: warning: unused parameter ‘zend_module’ [-Wunused-parameter]
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
^
/mnt/c/Dev/php-src/Zend/zend_API.h:166:80: note: in expansion of macro ‘ZEND_MODULE_INFO_FUNC_ARGS’
#define ZEND_MODULE_INFO_D(module) ZEND_COLD void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:418:29: note: in expansion of macro ‘ZEND_MODULE_INFO_D’
#define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/php_spl.c:864:1: note: in expansion of macro ‘PHP_MINFO_FUNCTION’
PHP_MINFO_FUNCTION(spl)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/php_spl.c: In function ‘zm_activate_spl’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/php_spl.c:939:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(spl) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/php_spl.c:939:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(spl) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/php_spl.c: In function ‘zm_deactivate_spl’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/php_spl.c:947:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(spl) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/php_spl.c:947:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(spl) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_functions.c -o ext/spl/spl_functions.lo
/mnt/c/Dev/php-src/ext/spl/spl_functions.c: In function ‘spl_register_std_class’:
/mnt/c/Dev/php-src/ext/spl/spl_functions.c:46:26: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
(*ppce)->create_object = obj_ctor;
^
/mnt/c/Dev/php-src/ext/spl/spl_functions.c: In function ‘spl_register_sub_class’:
/mnt/c/Dev/php-src/ext/spl/spl_functions.c:61:26: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
(*ppce)->create_object = obj_ctor;
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_engine.c -o ext/spl/spl_engine.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_iterators.c -o ext/spl/spl_iterators.lo
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: In function ‘spl_recursive_it_get_iterator’:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:452:78: warning: unused parameter ‘ce’ [-Wunused-parameter]
static zend_object_iterator *spl_recursive_it_get_iterator(zend_class_entry *ce, zval *zobject, int by_ref)
^~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/spl/spl_iterators.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: In function ‘spl_recursive_it_it_construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:476:43: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
static void spl_recursive_it_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_base, zend_class_entry *ce_inner, recursive_it_it_type rit_type)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:476:118: warning: unused parameter ‘ce_inner’ [-Wunused-parameter]
static void spl_recursive_it_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_base, zend_class_entry *ce_inner, recursive_it_it_type rit_type)
^~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: At top level:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:996:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:1000:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:1004:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:1309:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:1314:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:1318:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/spl/spl_iterators.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: In function ‘spl_dual_it_construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:1386:50: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
static spl_dual_it_object* spl_dual_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_base, zend_class_entry *ce_inner, dual_it_type dit_type)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: At top level:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2295:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2312:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2323:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2334:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2355:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2359:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2363:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2367:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2388:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2517:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2528:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2532:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2922:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2926:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2930:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:2935:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:3004:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:3022:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:3119:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:3413:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: In function ‘spl_iterator_count_apply’:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:3529:59: warning: unused parameter ‘iter’ [-Wunused-parameter]
static int spl_iterator_count_apply(zend_object_iterator *iter, void *puser) /* {{{ */
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: In function ‘spl_iterator_func_apply’:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:3563:58: warning: unused parameter ‘iter’ [-Wunused-parameter]
static int spl_iterator_func_apply(zend_object_iterator *iter, void *puser) /* {{{ */
^~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/spl_iterators.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: In function ‘zm_startup_spl_iterators’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:3607:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_iterators)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:3607:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_iterators)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c: In function ‘spl_recursive_it_move_forward_ex’:
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:262:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
object->iterators[object->level].state = RS_TEST;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_iterators.c:264:4: note: here
case RS_TEST:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_array.c -o ext/spl/spl_array.lo
/mnt/c/Dev/php-src/ext/spl/spl_array.c: In function ‘spl_array_get_dimension_ptr’:
/mnt/c/Dev/php-src/ext/spl/spl_array.c:288:46: warning: unused parameter ‘check_inherited’ [-Wunused-parameter]
static zval *spl_array_get_dimension_ptr(int check_inherited, spl_array_object *intern, zval *offset, int type) /* {{{ */
^~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/spl/spl_array.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_array.c: In function ‘zim_spl_Array_setIteratorClass’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_functions.h:74:2: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(spl_ ## class_name, function_name)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:1242:1: note: in expansion of macro ‘SPL_METHOD’
SPL_METHOD(Array, setIteratorClass)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c: At top level:
/mnt/c/Dev/php-src/ext/spl/spl_array.c:1939:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_array.c:1943:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/spl_array.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_array.c: In function ‘zm_startup_spl_array’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:2016:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_array)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:2016:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_array)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c: In function ‘spl_array_get_dimension_ptr’:
/mnt/c/Dev/php-src/ext/spl/spl_array.c:319:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:320:7: note: here
case BP_VAR_UNSET:
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:325:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:326:7: note: here
case BP_VAR_W: {
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:335:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:336:5: note: here
case BP_VAR_UNSET:
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:341:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:342:5: note: here
case BP_VAR_W: {
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:369:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
zend_error(E_NOTICE, "Undefined offset: " ZEND_LONG_FMT, index);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:370:5: note: here
case BP_VAR_UNSET:
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:375:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
zend_error(E_NOTICE, "Undefined offset: " ZEND_LONG_FMT, index);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_array.c:376:5: note: here
case BP_VAR_W: {
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_directory.c -o ext/spl/spl_directory.lo
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘spl_filesystem_file_open’:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:282:94: warning: unused parameter ‘silent’ [-Wunused-parameter]
static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent) /* {{{ */
^~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/spl/spl_directory.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘spl_filesystem_object_construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:694:38: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
void spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_long ctor_flags) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘zim_spl_SplFileInfo__bad_state_ex’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_functions.h:74:2: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(spl_ ## class_name, function_name)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:1410:1: note: in expansion of macro ‘SPL_METHOD’
SPL_METHOD(SplFileInfo, _bad_state_ex)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:379:24: note: in expansion of macro ‘ZEND_METHOD’
#define PHP_METHOD ZEND_METHOD
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_functions.h:74:2: note: in expansion of macro ‘PHP_METHOD’
PHP_METHOD(spl_ ## class_name, function_name)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:1410:1: note: in expansion of macro ‘SPL_METHOD’
SPL_METHOD(SplFileInfo, _bad_state_ex)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘spl_filesystem_dir_get_iterator’:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:1630:73: warning: unused parameter ‘ce’ [-Wunused-parameter]
zend_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_ref)
^~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘spl_filesystem_tree_get_iterator’:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:1831:74: warning: unused parameter ‘ce’ [-Wunused-parameter]
zend_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_ref)
^~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: At top level:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:1946:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/spl_directory.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘zm_startup_spl_directory’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:3091:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_directory)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:3091:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_directory)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘zim_spl_SplFileObject_fgetcsv’:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:2577:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (esc_len == 0) {
^
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:2583:3: note: here
case 2:
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:2588:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
enclosure = enclo[0];
~~~~~~~~~~^~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:2590:3: note: here
case 1:
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘zim_spl_SplFileObject_fputcsv’:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:2638:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
enclosure = enclo[0];
~~~~~~~~~~^~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:2640:3: note: here
case 2:
^~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c: In function ‘zim_spl_SplFileObject_setCsvControl’:
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:2691:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
enclosure = enclo[0];
~~~~~~~~~~^~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_directory.c:2693:3: note: here
case 1:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_exceptions.c -o ext/spl/spl_exceptions.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/spl_exceptions.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_exceptions.c: In function ‘zm_startup_spl_exceptions’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_exceptions.c:49:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_exceptions)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_exceptions.c:49:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_exceptions)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_observer.c -o ext/spl/spl_observer.lo
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:46:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:55:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:58:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c: In function ‘spl_object_storage_free_hash’:
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:141:64: warning: unused parameter ‘intern’ [-Wunused-parameter]
static void spl_object_storage_free_hash(spl_SplObjectStorage *intern, zend_hash_key *key) {
^~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_observer.c: At top level:
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:947:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:952:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:956:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:960:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:964:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:1282:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:1286:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:1290:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:1294:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:1298:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/spl_observer.c:22:
/mnt/c/Dev/php-src/ext/spl/spl_observer.c: In function ‘zm_startup_spl_observer’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:1318:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_observer)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_observer.c:1318:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_observer)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_dllist.c -o ext/spl/spl_dllist.lo
/mnt/c/Dev/php-src/ext/spl/spl_dllist.c:1398:20: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
ZEND_END_ARG_INFO();
^
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/spl_dllist.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_dllist.c: In function ‘zm_startup_spl_dllist’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_dllist.c:1442:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_dllist) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_dllist.c:1442:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_dllist) /* {{{ */
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_heap.c -o ext/spl/spl_heap.lo
/mnt/c/Dev/php-src/ext/spl/spl_heap.c: In function ‘spl_ptr_heap_insert’:
/mnt/c/Dev/php-src/ext/spl/spl_heap.c:259:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (heap->count+1 > heap->max_size) {
^
/mnt/c/Dev/php-src/ext/spl/spl_heap.c: In function ‘spl_heap_it_rewind’:
/mnt/c/Dev/php-src/ext/spl/spl_heap.c:892:54: warning: unused parameter ‘iter’ [-Wunused-parameter]
static void spl_heap_it_rewind(zend_object_iterator *iter) /* {{{ */
^~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/spl_heap.c:21:
/mnt/c/Dev/php-src/ext/spl/spl_heap.c: In function ‘zm_startup_spl_heap’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_heap.c:1195:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_heap) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_heap.c:1195:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_heap) /* {{{ */
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/spl/ -I/mnt/c/Dev/php-src/ext/spl/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/spl/spl_fixedarray.c -o ext/spl/spl_fixedarray.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/spl/spl_fixedarray.c:22:
/mnt/c/Dev/php-src/ext/spl/spl_fixedarray.c: In function ‘zm_startup_spl_fixedarray’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_fixedarray.c:1050:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_fixedarray)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/spl/spl_fixedarray.c:1050:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(spl_fixedarray)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/crypt_freesec.c -o ext/standard/crypt_freesec.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/crypt_blowfish.c -o ext/standard/crypt_blowfish.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/crypt_sha512.c -o ext/standard/crypt_sha512.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/crypt_sha256.c -o ext/standard/crypt_sha256.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/php_crypt_r.c -o ext/standard/php_crypt_r.lo
/mnt/c/Dev/php-src/ext/standard/php_crypt_r.c: In function ‘php_md5_crypt_r’:
/mnt/c/Dev/php-src/ext/standard/php_crypt_r.c:314:64: warning: unused parameter ‘out’ [-Wunused-parameter]
char * php_md5_crypt_r(const char *pw, const char *salt, char *out)
^~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/array.c -o ext/standard/array.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/array.c:22:
/mnt/c/Dev/php-src/ext/standard/array.c: In function ‘zm_startup_array’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/array.c:89:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(array) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/array.c: In function ‘zm_shutdown_array’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/array.c:125:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(array) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/array.c:125:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(array) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/base64.c -o ext/standard/base64.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/basic_functions.c -o ext/standard/basic_functions.lo
/mnt/c/Dev/php-src/ext/standard/basic_functions.c: In function ‘basic_globals_ctor’:
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:903:51: warning: unused parameter ‘basic_globals_p’ [-Wunused-parameter]
static void basic_globals_ctor(php_basic_globals *basic_globals_p) /* {{{ */
^~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/standard/basic_functions.c:18:
/mnt/c/Dev/php-src/ext/standard/basic_functions.c: In function ‘zif_flush’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:1922:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(flush)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c: In function ‘zif_error_clear_last’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:2253:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(error_clear_last)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c: In function ‘run_user_tick_functions’:
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:2482:41: warning: unused parameter ‘tick_count’ [-Wunused-parameter]
static void run_user_tick_functions(int tick_count, void *arg) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:2482:59: warning: unused parameter ‘arg’ [-Wunused-parameter]
static void run_user_tick_functions(int tick_count, void *arg) /* {{{ */
^~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c: In function ‘zif_ini_get_all’:
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:2813:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (module_number != 0 && ini_entry->module_number != module_number) {
^~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/standard/basic_functions.c:18:
/mnt/c/Dev/php-src/ext/standard/basic_functions.c: In function ‘zif_ini_restore’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:2921:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(ini_restore)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c: In function ‘zif_restore_include_path’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:2983:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(restore_include_path)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c: In function ‘zif_unregister_tick_function’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/basic_functions.c:3232:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(unregister_tick_function)
^~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/browscap.c -o ext/standard/browscap.lo
/mnt/c/Dev/php-src/ext/standard/browscap.c: In function ‘php_browscap_parser_cb’:
/mnt/c/Dev/php-src/ext/standard/browscap.c:300:66: warning: unused parameter ‘arg3’ [-Wunused-parameter]
static void php_browscap_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /* {{{ */
^~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/ext/standard/browscap.c:17:
/mnt/c/Dev/php-src/ext/standard/browscap.c: In function ‘OnChangeBrowscap’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:479:1: note: in expansion of macro ‘PHP_INI_MH’
PHP_INI_MH(OnChangeBrowscap)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:479:1: note: in expansion of macro ‘PHP_INI_MH’
PHP_INI_MH(OnChangeBrowscap)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:479:1: note: in expansion of macro ‘PHP_INI_MH’
PHP_INI_MH(OnChangeBrowscap)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:479:1: note: in expansion of macro ‘PHP_INI_MH’
PHP_INI_MH(OnChangeBrowscap)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/browscap.c:17:
/mnt/c/Dev/php-src/ext/standard/browscap.c: In function ‘zm_startup_browscap’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:499:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(browscap) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:499:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(browscap) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c: In function ‘zm_deactivate_browscap’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:518:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(browscap) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:518:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(browscap) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c: In function ‘zm_shutdown_browscap’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:529:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(browscap) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/browscap.c:529:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(browscap) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/crc32.c -o ext/standard/crc32.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/crypt.c -o ext/standard/crypt.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/crypt.c:22:
/mnt/c/Dev/php-src/ext/standard/crypt.c: In function ‘zm_startup_crypt’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/crypt.c:57:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(crypt) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/crypt.c: In function ‘zm_shutdown_crypt’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/crypt.c:75:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(crypt) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/crypt.c:75:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(crypt) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/crypt.c: In function ‘php_crypt’:
/mnt/c/Dev/php-src/ext/standard/crypt.c:96:63: warning: unused parameter ‘pass_len’ [-Wunused-parameter]
PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet)
^~~~~~~~
/mnt/c/Dev/php-src/ext/standard/crypt.c:96:95: warning: unused parameter ‘salt_len’ [-Wunused-parameter]
PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet)
^~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/datetime.c -o ext/standard/datetime.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/dir.c -o ext/standard/dir.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/dir.c:19:
/mnt/c/Dev/php-src/ext/standard/dir.c: In function ‘zm_activate_dir’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dir.c:111:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(dir)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dir.c:111:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(dir)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dir.c: In function ‘zm_startup_dir’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dir.c:117:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(dir)
^~~~~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/ext/standard/dir.c:19:
/mnt/c/Dev/php-src/ext/standard/dir.c: In function ‘zif_scandir’:
/mnt/c/Dev/php-src/ext/standard/dir.c:571:52: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
n = php_stream_scandir(dirn, &namelist, context, (void *) php_stream_dirent_alphasort);
^
/mnt/c/Dev/php-src/main/php_streams.h:370:123: note: in definition of macro ‘php_stream_scandir’
#define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (namelist), 0, (context), (compare))
^~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:370:122: warning: ISO C forbids passing argument 5 of ‘_php_stream_scandir’ between function pointer and ‘void *’ [-Wpedantic]
#define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (namelist), 0, (context), (compare))
^
/mnt/c/Dev/php-src/ext/standard/dir.c:571:7: note: in expansion of macro ‘php_stream_scandir’
n = php_stream_scandir(dirn, &namelist, context, (void *) php_stream_dirent_alphasort);
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:368:12: note: expected ‘int (*)(const zend_string **, const zend_string **) {aka int (*)(const struct _zend_string **, const struct _zend_string **)}’ but argument is of type ‘void *’
PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream_context *context,
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dir.c:575:52: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
n = php_stream_scandir(dirn, &namelist, context, (void *) php_stream_dirent_alphasortr);
^
/mnt/c/Dev/php-src/main/php_streams.h:370:123: note: in definition of macro ‘php_stream_scandir’
#define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (namelist), 0, (context), (compare))
^~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:370:122: warning: ISO C forbids passing argument 5 of ‘_php_stream_scandir’ between function pointer and ‘void *’ [-Wpedantic]
#define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (namelist), 0, (context), (compare))
^
/mnt/c/Dev/php-src/ext/standard/dir.c:575:7: note: in expansion of macro ‘php_stream_scandir’
n = php_stream_scandir(dirn, &namelist, context, (void *) php_stream_dirent_alphasortr);
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:368:12: note: expected ‘int (*)(const zend_string **, const zend_string **) {aka int (*)(const struct _zend_string **, const struct _zend_string **)}’ but argument is of type ‘void *’
PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream_context *context,
^~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/dl.c -o ext/standard/dl.lo
/mnt/c/Dev/php-src/ext/standard/dl.c: In function ‘php_load_extension’:
/mnt/c/Dev/php-src/ext/standard/dl.c:180:15: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module");
^
/mnt/c/Dev/php-src/ext/standard/dl.c:187:16: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module");
^
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/dl.c:19:
/mnt/c/Dev/php-src/ext/standard/dl.c: In function ‘zm_info_dl’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:31:55: warning: unused parameter ‘zend_module’ [-Wunused-parameter]
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
^
/mnt/c/Dev/php-src/Zend/zend_API.h:166:80: note: in expansion of macro ‘ZEND_MODULE_INFO_FUNC_ARGS’
#define ZEND_MODULE_INFO_D(module) ZEND_COLD void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:418:29: note: in expansion of macro ‘ZEND_MODULE_INFO_D’
#define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dl.c:259:1: note: in expansion of macro ‘PHP_MINFO_FUNCTION’
PHP_MINFO_FUNCTION(dl)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/dns.c -o ext/standard/dns.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/dns.c:20:
/mnt/c/Dev/php-src/ext/standard/dns.c: In function ‘zm_startup_dns’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dns.c:1145:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(dns) {
^~~~~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:35:0,
from /mnt/c/Dev/php-src/ext/standard/dns.c:20:
/mnt/c/Dev/php-src/ext/standard/dns.c: In function ‘php_parserr’:
/mnt/c/Dev/php-src/Zend/zend_API.h:423:43: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dns.c:506:4: note: in expansion of macro ‘add_assoc_long’
add_assoc_long(subarray, "pri", n);
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/dns.c:508:3: note: here
case DNS_T_CNAME:
^~~~
/mnt/c/Dev/php-src/ext/standard/dns.c:509:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (type == DNS_T_CNAME) {
^
/mnt/c/Dev/php-src/ext/standard/dns.c:513:3: note: here
case DNS_T_NS:
^~~~
/mnt/c/Dev/php-src/ext/standard/dns.c:514:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (type == DNS_T_NS) {
^
/mnt/c/Dev/php-src/ext/standard/dns.c:518:3: note: here
case DNS_T_PTR:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/exec.c -o ext/standard/exec.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/exec.c:19:
/mnt/c/Dev/php-src/ext/standard/exec.c: In function ‘zm_startup_exec’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/exec.c:58:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(exec)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/exec.c:58:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(exec)
^~~~~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/exec.c:19:
/mnt/c/Dev/php-src/ext/standard/exec.c: In function ‘zif_proc_nice’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/exec.c:562:2: note: in expansion of macro ‘php_ignore_value’
php_ignore_value(nice(pri));
^~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/file.c -o ext/standard/file.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/file.c:24:
/mnt/c/Dev/php-src/ext/standard/file.c: In function ‘zm_startup_file’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:167:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(file)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c: In function ‘zm_shutdown_file’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:323:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(file) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:323:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(file) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c: In function ‘zif_file_put_contents’:
/mnt/c/Dev/php-src/ext/standard/file.c:661:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (numbytes != Z_STRLEN_P(data)) {
^~
/mnt/c/Dev/php-src/ext/standard/file.c:679:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (bytes_written != ZSTR_LEN(str)) {
^~
/mnt/c/Dev/php-src/ext/standard/file.c:697:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (numbytes != Z_STRLEN(out)) {
^~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/file.c:24:
/mnt/c/Dev/php-src/ext/standard/file.c: In function ‘php_fgetcsv_lookup_trailing_spaces’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:1778:5: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c: In function ‘php_fgetcsv’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2045:2: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2160:7: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2229:7: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2260:7: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.h:353:0,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/file.c:24:
/mnt/c/Dev/php-src/ext/standard/file.c: In function ‘zif_file_put_contents’:
/mnt/c/Dev/php-src/Zend/zend_operators.h:445:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (Z_TYPE_P(pzv)!=upper_type) { \
^
/mnt/c/Dev/php-src/Zend/zend_operators.h:493:35: note: in expansion of macro ‘convert_to_ex_master’
#define convert_to_string_ex(pzv) convert_to_ex_master(pzv, string, IS_STRING)
^~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:656:4: note: in expansion of macro ‘convert_to_string_ex’
convert_to_string_ex(data);
^~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:658:3: note: here
case IS_STRING:
^~~~
/mnt/c/Dev/php-src/ext/standard/file.c:692:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (Z_OBJ_HT_P(data) != NULL) {
^
/mnt/c/Dev/php-src/ext/standard/file.c:705:3: note: here
default:
^~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c: In function ‘php_fgetcsv_lookup_trailing_spaces’:
/mnt/c/Dev/php-src/ext/standard/file.c:1794:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (last_chars[0] == '\r') {
^
/mnt/c/Dev/php-src/ext/standard/file.c:1798:3: note: here
case '\r':
^~~~
/mnt/c/Dev/php-src/ext/standard/file.c: In function ‘php_fgetcsv’:
/mnt/c/Dev/php-src/ext/standard/file.c:2108:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
hunk_begin = bptr;
~~~~~~~~~~~^~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2111:8: note: here
case 0: {
^~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/file.c:24:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2160:7: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2162:6: note: here
case 1:
^~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/file.c:24:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2229:7: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2231:6: note: here
case 1:
^~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/file.c:24:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2260:7: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/file.c:2262:6: note: here
case 1:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/filestat.c -o ext/standard/filestat.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/filestat.c:17:
/mnt/c/Dev/php-src/ext/standard/filestat.c: In function ‘zm_activate_filestat’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filestat.c:84:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(filestat) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filestat.c:84:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(filestat) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filestat.c: In function ‘zm_deactivate_filestat’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filestat.c:92:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(filestat) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filestat.c:92:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(filestat) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/standard/filestat.c:17:
/mnt/c/Dev/php-src/ext/standard/filestat.c: In function ‘zif_clearstatcache’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filestat.c:734:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(clearstatcache)
^~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/flock_compat.c -o ext/standard/flock_compat.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/formatted_print.c -o ext/standard/formatted_print.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/fsock.c -o ext/standard/fsock.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/head.c -o ext/standard/head.lo
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/standard/head.c:18:
/mnt/c/Dev/php-src/ext/standard/head.c: In function ‘zif_header’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/head.c:33:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(header)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/head.c: In function ‘zif_header_remove’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/head.c:53:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(header_remove)
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.h:27:0,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/head.c:18:
/mnt/c/Dev/php-src/ext/standard/head.c: In function ‘zif_headers_sent’:
/mnt/c/Dev/php-src/Zend/zend_types.h:888:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
Z_TYPE_INFO_P(__z) = IS_LONG; \
^
/mnt/c/Dev/php-src/Zend/zend_API.h:820:2: note: in expansion of macro ‘ZVAL_LONG’
ZVAL_LONG(_zv, lval); \
^~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:828:2: note: in expansion of macro ‘_ZEND_TRY_ASSIGN_LONG’
_ZEND_TRY_ASSIGN_LONG(zv, lval, 1); \
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/head.c:358:3: note: in expansion of macro ‘ZEND_TRY_ASSIGN_REF_LONG’
ZEND_TRY_ASSIGN_REF_LONG(arg2, line);
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/head.c:359:2: note: here
case 1:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/html.c -o ext/standard/html.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/html.c:37:
/mnt/c/Dev/php-src/ext/standard/html.c: In function ‘register_html_constants’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/ext/standard/html.c:1416:30: note: in expansion of macro ‘INIT_FUNC_ARGS’
void register_html_constants(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/image.c -o ext/standard/image.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/image.c:18:
/mnt/c/Dev/php-src/ext/standard/image.c: In function ‘zm_startup_imagetypes’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/image.c:71:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(imagetypes)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/image.c: In function ‘php_handle_png’:
/mnt/c/Dev/php-src/ext/standard/image.c:321:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if((php_stream_read(stream, (char*)dim, sizeof(dim))) < sizeof(dim))
^
/mnt/c/Dev/php-src/ext/standard/image.c: In function ‘php_read2’:
/mnt/c/Dev/php-src/ext/standard/image.c:378:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if((php_stream_read(stream, (char *) a, sizeof(a))) < sizeof(a)) return 0;
^
/mnt/c/Dev/php-src/ext/standard/image.c: In function ‘php_next_marker’:
/mnt/c/Dev/php-src/ext/standard/image.c:386:62: warning: unused parameter ‘last_marker’ [-Wunused-parameter]
static unsigned int php_next_marker(php_stream * stream, int last_marker, int ff_read)
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/image.c: In function ‘php_handle_tiff’:
/mnt/c/Dev/php-src/ext/standard/image.c:822:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (php_stream_read(stream, ifd_data+2, dir_size-2) != dir_size-2) {
^~
/mnt/c/Dev/php-src/ext/standard/image.c:798:68: warning: unused parameter ‘info’ [-Wunused-parameter]
static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel)
^~~~
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/standard/image.c:18:
/mnt/c/Dev/php-src/ext/standard/image.c: In function ‘php_getimagesize_from_stream’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/ext/standard/image.c:1386:87: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
static void php_getimagesize_from_stream(php_stream *stream, char *input, zval *info, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/info.c -o ext/standard/info.lo
/mnt/c/Dev/php-src/ext/standard/info.c: In function ‘php_print_info’:
/mnt/c/Dev/php-src/ext/standard/info.c:789:11: warning: string length ‘8253’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings]
php_info_print(PHP_EGG_LOGO_DATA_URI "\" alt=\"PHP logo\" /></a>");
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/info.c:791:11: warning: string length ‘5461’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings]
php_info_print(PHP_LOGO_DATA_URI "\" alt=\"PHP logo\" /></a>");
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/info.c:896:4: warning: string length ‘6107’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings]
php_info_print(ZEND_LOGO_DATA_URI "\" alt=\"Zend logo\" /></a>\n");
^~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/info.c:19:
/mnt/c/Dev/php-src/ext/standard/info.c: In function ‘register_phpinfo_constants’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/ext/standard/info.c:1225:33: note: in expansion of macro ‘INIT_FUNC_ARGS’
void register_phpinfo_constants(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/iptc.c -o ext/standard/iptc.lo
/mnt/c/Dev/php-src/ext/standard/iptc.c: In function ‘php_iptc_put1’:
/mnt/c/Dev/php-src/ext/standard/iptc.c:83:32: warning: unused parameter ‘fp’ [-Wunused-parameter]
static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf)
^~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/lcg.c -o ext/standard/lcg.lo
/mnt/c/Dev/php-src/ext/standard/lcg.c: In function ‘lcg_init_globals’:
/mnt/c/Dev/php-src/ext/standard/lcg.c:96:47: warning: unused parameter ‘lcg_globals_p’ [-Wunused-parameter]
static void lcg_init_globals(php_lcg_globals *lcg_globals_p) /* {{{ */
^~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/lcg.c:17:
/mnt/c/Dev/php-src/ext/standard/lcg.c: In function ‘zm_startup_lcg’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/lcg.c:102:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(lcg) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/lcg.c:102:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(lcg) /* {{{ */
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/link.c -o ext/standard/link.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/mail.c -o ext/standard/mail.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/mail.c:21:
/mnt/c/Dev/php-src/ext/standard/mail.c: In function ‘zm_info_mail’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:31:55: warning: unused parameter ‘zend_module’ [-Wunused-parameter]
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
^
/mnt/c/Dev/php-src/Zend/zend_API.h:166:80: note: in expansion of macro ‘ZEND_MODULE_INFO_FUNC_ARGS’
#define ZEND_MODULE_INFO_D(module) ZEND_COLD void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:418:29: note: in expansion of macro ‘ZEND_MODULE_INFO_D’
#define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/mail.c:608:1: note: in expansion of macro ‘PHP_MINFO_FUNCTION’
PHP_MINFO_FUNCTION(mail)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/math.c -o ext/standard/math.lo
/mnt/c/Dev/php-src/ext/standard/math.c: In function ‘zif_round’:
/mnt/c/Dev/php-src/ext/standard/math.c:303:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (places >= 0) {
^
/mnt/c/Dev/php-src/ext/standard/math.c:308:3: note: here
case IS_DOUBLE:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/md5.c -o ext/standard/md5.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/metaphone.c -o ext/standard/metaphone.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/microtime.c -o ext/standard/microtime.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/pack.c -o ext/standard/pack.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/pack.c:17:
/mnt/c/Dev/php-src/ext/standard/pack.c: In function ‘zm_startup_pack’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/pack.c:1215:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(pack)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/pack.c:1215:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(pack)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/pageinfo.c -o ext/standard/pageinfo.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/quot_print.c -o ext/standard/quot_print.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/rand.c -o ext/standard/rand.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/mt_rand.c -o ext/standard/mt_rand.lo
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/standard/mt_rand.c:25:
/mnt/c/Dev/php-src/ext/standard/mt_rand.c: In function ‘zif_mt_srand’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/mt_rand.c:186:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(mt_srand)
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/mt_rand.c:25:
/mnt/c/Dev/php-src/ext/standard/mt_rand.c: In function ‘zm_startup_mt_rand’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/mt_rand.c:350:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(mt_rand)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/soundex.c -o ext/standard/soundex.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/string.c -o ext/standard/string.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/string.c:20:
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘register_string_constants’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/ext/standard/string.c:77:32: note: in expansion of macro ‘INIT_FUNC_ARGS’
void register_string_constants(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘zm_startup_nl_langinfo’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c:343:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(nl_langinfo)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘php_trim_int’:
/mnt/c/Dev/php-src/ext/standard/string.c:844:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ZSTR_LEN(str) == end - start) {
^~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/string.c:20:
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘php_basename’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_string.h:149:25: note: in expansion of macro ‘php_ignore_value’
# define php_mb_reset() php_ignore_value(mblen(NULL, 0))
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c:1525:5: note: in expansion of macro ‘php_mb_reset’
php_mb_reset();
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:127:0,
from /mnt/c/Dev/php-src/ext/standard/string.c:20:
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘php_chunk_split’:
/mnt/c/Dev/php-src/ext/standard/string.c:2125:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ZEND_ASSERT(q - ZSTR_VAL(dest) == ZSTR_LEN(dest));
^
/mnt/c/Dev/php-src/ext/standard/string.c:2125:2: note: in expansion of macro ‘ZEND_ASSERT’
ZEND_ASSERT(q - ZSTR_VAL(dest) == ZSTR_LEN(dest));
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘zif_substr’:
/mnt/c/Dev/php-src/ext/standard/string.c:2240:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
} else if (l == ZSTR_LEN(str)) {
^~
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘zif_quotemeta’:
/mnt/c/Dev/php-src/ext/standard/string.c:2539:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
*q++ = '\\';
~~~~~^~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c:2541:4: note: here
default:
^~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘php_stripcslashes’:
/mnt/c/Dev/php-src/ext/standard/string.c:3548:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (source+1 < end && isxdigit((int)(*(source+1)))) {
^
/mnt/c/Dev/php-src/ext/standard/string.c:3562:5: note: here
default:
^~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘php_addslashes’:
/mnt/c/Dev/php-src/ext/standard/string.c:3968:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
*target++ = '\\';
~~~~~~~~~~^~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c:3970:4: note: here
default:
^~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c: In function ‘zif_nl2br’:
/mnt/c/Dev/php-src/ext/standard/string.c:4602:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ((*tmp == '\r' && *(tmp+1) == '\n') || (*tmp == '\n' && *(tmp+1) == '\r')) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/string.c:4606:4: note: here
default:
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/scanf.c -o ext/standard/scanf.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/syslog.c -o ext/standard/syslog.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/syslog.c:17:
/mnt/c/Dev/php-src/ext/standard/syslog.c: In function ‘zm_startup_syslog’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/syslog.c:37:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(syslog)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/syslog.c: In function ‘zm_activate_syslog’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/syslog.c:100:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(syslog)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/syslog.c:100:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(syslog)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/syslog.c: In function ‘zm_shutdown_syslog’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/syslog.c:115:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(syslog)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/syslog.c:115:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(syslog)
^~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/type.c -o ext/standard/type.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/uniqid.c -o ext/standard/uniqid.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/url.c -o ext/standard/url.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/var.c -o ext/standard/var.lo
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/standard/var.c:24:
/mnt/c/Dev/php-src/ext/standard/var.c: In function ‘zif_var_dump’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/var.c:208:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(var_dump)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/var.c: In function ‘zif_debug_zval_dump’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/var.c:384:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(debug_zval_dump)
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/var.c:24:
/mnt/c/Dev/php-src/ext/standard/var.c: In function ‘zm_startup_var’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/var.c:1332:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(var)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/versioning.c -o ext/standard/versioning.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/assert.c -o ext/standard/assert.lo
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/ext/standard/assert.c:18:
/mnt/c/Dev/php-src/ext/standard/assert.c: In function ‘OnChangeCallback’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:49:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeCallback) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:49:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeCallback) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:49:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeCallback) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:49:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeCallback) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/ext/standard/assert.c:18:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:49:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeCallback) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/assert.c:18:
/mnt/c/Dev/php-src/ext/standard/assert.c: In function ‘zm_startup_assert’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:90:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(assert) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c: In function ‘zm_shutdown_assert’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:111:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(assert) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:111:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(assert) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c: In function ‘zm_deactivate_assert’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:121:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(assert) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/assert.c:121:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(assert) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/strnatcmp.c -o ext/standard/strnatcmp.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/levenshtein.c -o ext/standard/levenshtein.lo
/mnt/c/Dev/php-src/ext/standard/levenshtein.c: In function ‘custom_levdist’:
/mnt/c/Dev/php-src/ext/standard/levenshtein.c:79:33: warning: unused parameter ‘str1’ [-Wunused-parameter]
static int custom_levdist(char *str1, char *str2, char *callback_name)
^~~~
/mnt/c/Dev/php-src/ext/standard/levenshtein.c:79:45: warning: unused parameter ‘str2’ [-Wunused-parameter]
static int custom_levdist(char *str1, char *str2, char *callback_name)
^~~~
/mnt/c/Dev/php-src/ext/standard/levenshtein.c:79:57: warning: unused parameter ‘callback_name’ [-Wunused-parameter]
static int custom_levdist(char *str1, char *str2, char *callback_name)
^~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/incomplete_class.c -o ext/standard/incomplete_class.lo
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c: In function ‘incomplete_class_get_property’:
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:48:78: warning: unused parameter ‘member’ [-Wunused-parameter]
static zval *incomplete_class_get_property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:48:103: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static zval *incomplete_class_get_property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c: In function ‘incomplete_class_write_property’:
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:61:80: warning: unused parameter ‘member’ [-Wunused-parameter]
static zval *incomplete_class_write_property(zend_object *object, zend_string *member, zval *value, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:61:108: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static zval *incomplete_class_write_property(zend_object *object, zend_string *member, zval *value, void **cache_slot) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c: In function ‘incomplete_class_get_property_ptr_ptr’:
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:68:86: warning: unused parameter ‘member’ [-Wunused-parameter]
static zval *incomplete_class_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:68:98: warning: unused parameter ‘type’ [-Wunused-parameter]
static zval *incomplete_class_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, void **cache_slot) /* {{{ */
^~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:68:111: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static zval *incomplete_class_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, void **cache_slot) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c: In function ‘incomplete_class_unset_property’:
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:75:79: warning: unused parameter ‘member’ [-Wunused-parameter]
static void incomplete_class_unset_property(zend_object *object, zend_string *member, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:75:94: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static void incomplete_class_unset_property(zend_object *object, zend_string *member, void **cache_slot) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c: In function ‘incomplete_class_has_property’:
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:81:76: warning: unused parameter ‘member’ [-Wunused-parameter]
static int incomplete_class_has_property(zend_object *object, zend_string *member, int check_empty, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:81:88: warning: unused parameter ‘check_empty’ [-Wunused-parameter]
static int incomplete_class_has_property(zend_object *object, zend_string *member, int check_empty, void **cache_slot) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:81:108: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static int incomplete_class_has_property(zend_object *object, zend_string *member, int check_empty, void **cache_slot) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c: In function ‘incomplete_class_get_method’:
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:88:86: warning: unused parameter ‘method’ [-Wunused-parameter]
static zend_function *incomplete_class_get_method(zend_object **object, zend_string *method, const zval *key) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/incomplete_class.c:88:106: warning: unused parameter ‘key’ [-Wunused-parameter]
static zend_function *incomplete_class_get_method(zend_object **object, zend_string *method, const zval *key) /* {{{ */
^~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/url_scanner_ex.c -o ext/standard/url_scanner_ex.lo
ext/standard/url_scanner_ex.re: In function ‘php_ini_on_update_tags’:
ext/standard/url_scanner_ex.re:48:51: warning: unused parameter ‘entry’ [-Wunused-parameter]
static int php_ini_on_update_tags(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~
ext/standard/url_scanner_ex.re:48:88: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
static int php_ini_on_update_tags(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~~~
ext/standard/url_scanner_ex.re:48:103: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
static int php_ini_on_update_tags(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~~~
ext/standard/url_scanner_ex.re:48:118: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
static int php_ini_on_update_tags(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~~~
ext/standard/url_scanner_ex.re:48:131: warning: unused parameter ‘stage’ [-Wunused-parameter]
static int php_ini_on_update_tags(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~
ext/standard/url_scanner_ex.re: In function ‘php_ini_on_update_hosts’:
ext/standard/url_scanner_ex.re:113:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
static int php_ini_on_update_hosts(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~
ext/standard/url_scanner_ex.re:113:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
static int php_ini_on_update_hosts(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~~~
ext/standard/url_scanner_ex.re:113:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
static int php_ini_on_update_hosts(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~~~
ext/standard/url_scanner_ex.re:113:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
static int php_ini_on_update_hosts(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~~~
ext/standard/url_scanner_ex.re:113:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
static int php_ini_on_update_hosts(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
^~~~~
ext/standard/url_scanner_ex.re: In function ‘handle_form’:
ext/standard/url_scanner_ex.re:333:51: warning: unused parameter ‘start’ [-Wunused-parameter]
#define STD_PARA url_adapt_state_ex_t *ctx, char *start, char *YYCURSOR
^
ext/standard/url_scanner_ex.re:420:25: note: in expansion of macro ‘STD_PARA’
static void handle_form(STD_PARA)
^~~~~~~~
ext/standard/url_scanner_ex.re:328:18: warning: unused parameter ‘xp’ [-Wunused-parameter]
#define YYCURSOR xp
^
ext/standard/url_scanner_ex.re:333:64: note: in expansion of macro ‘YYCURSOR’
#define STD_PARA url_adapt_state_ex_t *ctx, char *start, char *YYCURSOR
^~~~~~~~
ext/standard/url_scanner_ex.re:420:25: note: in expansion of macro ‘STD_PARA’
static void handle_form(STD_PARA)
^~~~~~~~
ext/standard/url_scanner_ex.re: In function ‘php_url_scanner_reset_var_impl’:
ext/standard/url_scanner_ex.re:904:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ZSTR_LEN(url_state->url_app.s) == end - start) {
^~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from ext/standard/url_scanner_ex.re:18:
ext/standard/url_scanner_ex.re: In function ‘zm_startup_url_scanner_ex’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re:967:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(url_scanner)
^~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re: In function ‘zm_shutdown_url_scanner_ex’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re:973:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(url_scanner)
^~~~~~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re: In function ‘zm_activate_url_scanner_ex’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re:980:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(url_scanner)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:163:76: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_ACTIVATE_D(module) int ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:416:29: note: in expansion of macro ‘ZEND_MODULE_ACTIVATE_D’
#define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re:980:1: note: in expansion of macro ‘PHP_RINIT_FUNCTION’
PHP_RINIT_FUNCTION(url_scanner)
^~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re: In function ‘zm_deactivate_url_scanner_ex’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re:991:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(url_scanner)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
ext/standard/url_scanner_ex.re:991:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(url_scanner)
^~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c -o ext/standard/ftp_fopen_wrapper.lo
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c: In function ‘php_stream_ftp_stream_stat’:
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:90:59: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb)
^~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:90:80: warning: unused parameter ‘stream’ [-Wunused-parameter]
static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb)
^~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:90:108: warning: unused parameter ‘ssb’ [-Wunused-parameter]
static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb)
^~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c: In function ‘php_stream_ftp_stream_close’:
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:100:60: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream)
^~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c: In function ‘php_ftp_fopen_connect’:
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:129:101: warning: unused parameter ‘mode’ [-Wunused-parameter]
static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,
^~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:130:26: warning: unused parameter ‘opened_path’ [-Wunused-parameter]
zend_string **opened_path, php_stream_context *context, php_stream **preuseid,
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:20:
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c: In function ‘php_stream_url_wrap_ftp’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:412:79: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:20:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:412:79: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:412:79: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:412:79: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:412:79: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c: In function ‘php_ftp_dirstream_close’:
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:655:60: warning: unused parameter ‘close_handle’ [-Wunused-parameter]
static int php_ftp_dirstream_close(php_stream *stream, int close_handle)
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:20:
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c: In function ‘php_stream_ftp_opendir’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:692:65: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:20:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:692:65: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:692:65: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:692:65: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:692:65: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c: In function ‘php_stream_ftp_url_stat’:
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:847:20: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘int *’ [-Wformat=]
n = sscanf(p, "%4u%2u%2u%2u%2u%2u", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec);
~~^ ~~~~~~~~~~~
%4u
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:847:23: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 4 has type ‘int *’ [-Wformat=]
n = sscanf(p, "%4u%2u%2u%2u%2u%2u", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec);
~~^ ~~~~~~~~~~
%2u
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:847:26: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 5 has type ‘int *’ [-Wformat=]
n = sscanf(p, "%4u%2u%2u%2u%2u%2u", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec);
~~^ ~~~~~~~~~~~
%2u
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:847:29: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 6 has type ‘int *’ [-Wformat=]
n = sscanf(p, "%4u%2u%2u%2u%2u%2u", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec);
~~^ ~~~~~~~~~~~
%2u
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:847:32: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 7 has type ‘int *’ [-Wformat=]
n = sscanf(p, "%4u%2u%2u%2u%2u%2u", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec);
~~^ ~~~~~~~~~~
%2u
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:847:35: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 8 has type ‘int *’ [-Wformat=]
n = sscanf(p, "%4u%2u%2u%2u%2u%2u", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec);
~~^ ~~~~~~~~~~
%2u
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:784:86: warning: unused parameter ‘flags’ [-Wunused-parameter]
static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context)
^~~~~
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c: In function ‘php_stream_ftp_mkdir’:
/mnt/c/Dev/php-src/ext/standard/ftp_fopen_wrapper.c:1036:83: warning: unused parameter ‘mode’ [-Wunused-parameter]
static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context)
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c -o ext/standard/http_fopen_wrapper.lo
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c: In function ‘php_stream_url_wrap_http_ex’:
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:304:72: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (php_stream_write(stream, ZSTR_VAL(header.s), ZSTR_LEN(header.s)) != ZSTR_LEN(header.s)) {
^~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:21:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:109:25: note: in expansion of macro ‘STREAMS_DC’
zval *response_header STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:21:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:109:25: note: in expansion of macro ‘STREAMS_DC’
zval *response_header STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:109:25: note: in expansion of macro ‘STREAMS_DC’
zval *response_header STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:109:25: note: in expansion of macro ‘STREAMS_DC’
zval *response_header STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:109:25: note: in expansion of macro ‘STREAMS_DC’
zval *response_header STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:21:
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c: In function ‘php_stream_url_wrap_http’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:974:171: note: in expansion of macro ‘STREAMS_DC’
php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:21:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:974:171: note: in expansion of macro ‘STREAMS_DC’
php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:974:171: note: in expansion of macro ‘STREAMS_DC’
php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:974:171: note: in expansion of macro ‘STREAMS_DC’
php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:974:171: note: in expansion of macro ‘STREAMS_DC’
php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c: In function ‘php_stream_http_stream_stat’:
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:995:60: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) /* {{{ */
^~~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:995:81: warning: unused parameter ‘stream’ [-Wunused-parameter]
static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/http_fopen_wrapper.c:995:109: warning: unused parameter ‘ssb’ [-Wunused-parameter]
static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) /* {{{ */
^~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c -o ext/standard/php_fopen_wrapper.lo
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c: In function ‘php_stream_output_write’:
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:32:52: warning: unused parameter ‘stream’ [-Wunused-parameter]
static ssize_t php_stream_output_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c: In function ‘php_stream_output_read’:
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:39:65: warning: unused parameter ‘buf’ [-Wunused-parameter]
static ssize_t php_stream_output_read(php_stream *stream, char *buf, size_t count) /* {{{ */
^~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:39:77: warning: unused parameter ‘count’ [-Wunused-parameter]
static ssize_t php_stream_output_read(php_stream *stream, char *buf, size_t count) /* {{{ */
^~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c: In function ‘php_stream_output_close’:
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:46:48: warning: unused parameter ‘stream’ [-Wunused-parameter]
static int php_stream_output_close(php_stream *stream, int close_handle) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:46:60: warning: unused parameter ‘close_handle’ [-Wunused-parameter]
static int php_stream_output_close(php_stream *stream, int close_handle) /* {{{ */
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c: In function ‘php_stream_input_write’:
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:70:51: warning: unused parameter ‘stream’ [-Wunused-parameter]
static ssize_t php_stream_input_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:70:71: warning: unused parameter ‘buf’ [-Wunused-parameter]
static ssize_t php_stream_input_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
^~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:70:83: warning: unused parameter ‘count’ [-Wunused-parameter]
static ssize_t php_stream_input_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
^~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c: In function ‘php_stream_input_read’:
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:98:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (!read || read == (size_t) -1) {
^~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c: In function ‘php_stream_input_close’:
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:108:59: warning: unused parameter ‘close_handle’ [-Wunused-parameter]
static int php_stream_input_close(php_stream *stream, int close_handle) /* {{{ */
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c: In function ‘php_stream_input_flush’:
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:117:47: warning: unused parameter ‘stream’ [-Wunused-parameter]
static int php_stream_input_flush(php_stream *stream) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c: In function ‘php_stream_url_wrap_php’:
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:177:58: warning: unused parameter ‘context’ [-Wunused-parameter]
zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:25:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:177:66: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:25:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:177:66: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:177:66: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:177:66: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/php_fopen_wrapper.c:177:66: note: in expansion of macro ‘STREAMS_DC’
zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/credits.c -o ext/standard/credits.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/css.c -o ext/standard/css.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/var_unserializer.c -o ext/standard/var_unserializer.lo
ext/standard/var_unserializer.re: In function ‘process_nested_data’:
ext/standard/var_unserializer.re:450:37: warning: unused parameter ‘rval’ [-Wunused-parameter]
#define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_unserialize_data_t *var_hash
^
ext/standard/var_unserializer.re:455:51: note: in expansion of macro ‘UNSERIALIZE_PARAMETER’
static zend_always_inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long elements, zend_object *obj)
^~~~~~~~~~~~~~~~~~~~~
ext/standard/var_unserializer.re: In function ‘finish_nested_data’:
ext/standard/var_unserializer.re:450:37: warning: unused parameter ‘rval’ [-Wunused-parameter]
#define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_unserialize_data_t *var_hash
^
ext/standard/var_unserializer.re:637:38: note: in expansion of macro ‘UNSERIALIZE_PARAMETER’
static inline int finish_nested_data(UNSERIALIZE_PARAMETER)
^~~~~~~~~~~~~~~~~~~~~
ext/standard/var_unserializer.re:450:118: warning: unused parameter ‘var_hash’ [-Wunused-parameter]
#define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_unserialize_data_t *var_hash
^
ext/standard/var_unserializer.re:637:38: note: in expansion of macro ‘UNSERIALIZE_PARAMETER’
static inline int finish_nested_data(UNSERIALIZE_PARAMETER)
^~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/ftok.c -o ext/standard/ftok.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/sha1.c -o ext/standard/sha1.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/user_filters.c -o ext/standard/user_filters.lo
In file included from /mnt/c/Dev/php-src/main/php.h:31:0,
from /mnt/c/Dev/php-src/ext/standard/user_filters.c:19:
/mnt/c/Dev/php-src/ext/standard/user_filters.c: In function ‘zif_user_filter_nop’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/user_filters.c:42:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(user_filter_nop)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:378:24: note: in expansion of macro ‘ZEND_FUNCTION’
#define PHP_FUNCTION ZEND_FUNCTION
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/user_filters.c:42:1: note: in expansion of macro ‘PHP_FUNCTION’
PHP_FUNCTION(user_filter_nop)
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/user_filters.c:19:
/mnt/c/Dev/php-src/ext/standard/user_filters.c: In function ‘zm_startup_user_filters’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/user_filters.c:64:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(user_filters)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/user_filters.c: In function ‘zm_deactivate_user_filters’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/user_filters.c:103:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(user_filters)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/user_filters.c:103:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(user_filters)
^~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/uuencode.c -o ext/standard/uuencode.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/filters.c -o ext/standard/filters.lo
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘strfilter_rot13_filter’:
/mnt/c/Dev/php-src/ext/standard/filters.c:33:14: warning: unused parameter ‘stream’ [-Wunused-parameter]
php_stream *stream,
^~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:34:21: warning: unused parameter ‘thisfilter’ [-Wunused-parameter]
php_stream_filter *thisfilter,
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:38:6: warning: unused parameter ‘flags’ [-Wunused-parameter]
int flags
^~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘strfilter_rot13_create’:
/mnt/c/Dev/php-src/ext/standard/filters.c:66:62: warning: unused parameter ‘filtername’ [-Wunused-parameter]
static php_stream_filter *strfilter_rot13_create(const char *filtername, zval *filterparams, uint8_t persistent)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:66:80: warning: unused parameter ‘filterparams’ [-Wunused-parameter]
static php_stream_filter *strfilter_rot13_create(const char *filtername, zval *filterparams, uint8_t persistent)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘strfilter_toupper_filter’:
/mnt/c/Dev/php-src/ext/standard/filters.c:81:14: warning: unused parameter ‘stream’ [-Wunused-parameter]
php_stream *stream,
^~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:82:21: warning: unused parameter ‘thisfilter’ [-Wunused-parameter]
php_stream_filter *thisfilter,
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:86:6: warning: unused parameter ‘flags’ [-Wunused-parameter]
int flags
^~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘strfilter_tolower_filter’:
/mnt/c/Dev/php-src/ext/standard/filters.c:109:14: warning: unused parameter ‘stream’ [-Wunused-parameter]
php_stream *stream,
^~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:110:21: warning: unused parameter ‘thisfilter’ [-Wunused-parameter]
php_stream_filter *thisfilter,
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:114:6: warning: unused parameter ‘flags’ [-Wunused-parameter]
int flags
^~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘strfilter_toupper_create’:
/mnt/c/Dev/php-src/ext/standard/filters.c:148:64: warning: unused parameter ‘filtername’ [-Wunused-parameter]
static php_stream_filter *strfilter_toupper_create(const char *filtername, zval *filterparams, uint8_t persistent)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:148:82: warning: unused parameter ‘filterparams’ [-Wunused-parameter]
static php_stream_filter *strfilter_toupper_create(const char *filtername, zval *filterparams, uint8_t persistent)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘strfilter_tolower_create’:
/mnt/c/Dev/php-src/ext/standard/filters.c:153:64: warning: unused parameter ‘filtername’ [-Wunused-parameter]
static php_stream_filter *strfilter_tolower_create(const char *filtername, zval *filterparams, uint8_t persistent)
^~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:153:82: warning: unused parameter ‘filterparams’ [-Wunused-parameter]
static php_stream_filter *strfilter_tolower_create(const char *filtername, zval *filterparams, uint8_t persistent)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘php_conv_base64_encode_flush’:
/mnt/c/Dev/php-src/ext/standard/filters.c:256:95: warning: unused parameter ‘in_pp’ [-Wunused-parameter]
static php_conv_err_t php_conv_base64_encode_flush(php_conv_base64_encode *inst, const char **in_pp, size_t *in_left_p, char **out_pp, size_t *out_left_p)
^~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:256:110: warning: unused parameter ‘in_left_p’ [-Wunused-parameter]
static php_conv_err_t php_conv_base64_encode_flush(php_conv_base64_encode *inst, const char **in_pp, size_t *in_left_p, char **out_pp, size_t *out_left_p)
^~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘php_conv_base64_decode_dtor’:
/mnt/c/Dev/php-src/ext/standard/filters.c:489:65: warning: unused parameter ‘inst’ [-Wunused-parameter]
static void php_conv_base64_decode_dtor(php_conv_base64_decode *inst)
^~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘strfilter_convert_append_bucket’:
/mnt/c/Dev/php-src/ext/standard/filters.c:1336:42: warning: unused parameter ‘filter’ [-Wunused-parameter]
php_stream *stream, php_stream_filter *filter,
^~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘consumed_filter_create’:
/mnt/c/Dev/php-src/ext/standard/filters.c:1680:80: warning: unused parameter ‘filterparams’ [-Wunused-parameter]
static php_stream_filter *consumed_filter_create(const char *filtername, zval *filterparams, uint8_t persistent)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘php_chunked_filter’:
/mnt/c/Dev/php-src/ext/standard/filters.c:1844:14: warning: unused parameter ‘stream’ [-Wunused-parameter]
php_stream *stream,
^~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1849:6: warning: unused parameter ‘flags’ [-Wunused-parameter]
int flags
^~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘chunked_filter_create’:
/mnt/c/Dev/php-src/ext/standard/filters.c:1884:79: warning: unused parameter ‘filterparams’ [-Wunused-parameter]
static php_stream_filter *chunked_filter_create(const char *filtername, zval *filterparams, uint8_t persistent)
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/filters.c:21:
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘zm_startup_standard_filters’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1923:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(standard_filters)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1923:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(standard_filters)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘zm_shutdown_standard_filters’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1938:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(standard_filters)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1938:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(standard_filters)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘php_conv_qprint_decode_convert’:
/mnt/c/Dev/php-src/ext/standard/filters.c:947:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
} else if (lb_cnt < inst->lbchars_len &&
^
/mnt/c/Dev/php-src/ext/standard/filters.c:956:4: note: here
case 2: {
^~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:968:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (scan_stat != 3) {
^
/mnt/c/Dev/php-src/ext/standard/filters.c:973:4: note: here
case 3: {
^~~~
/mnt/c/Dev/php-src/ext/standard/filters.c: In function ‘php_dechunk’:
/mnt/c/Dev/php-src/ext/standard/filters.c:1764:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (p == end) {
^
/mnt/c/Dev/php-src/ext/standard/filters.c:1767:4: note: here
case CHUNK_SIZE_CR:
^~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1768:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*p == '\r') {
^
/mnt/c/Dev/php-src/ext/standard/filters.c:1775:4: note: here
case CHUNK_SIZE_LF:
^~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1776:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*p == '\n') {
^
/mnt/c/Dev/php-src/ext/standard/filters.c:1790:4: note: here
case CHUNK_BODY:
^~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1791:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ((size_t) (end - p) >= data->chunk_size) {
^
/mnt/c/Dev/php-src/ext/standard/filters.c:1811:4: note: here
case CHUNK_BODY_CR:
^~~~
/mnt/c/Dev/php-src/ext/standard/filters.c:1812:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*p == '\r') {
^
/mnt/c/Dev/php-src/ext/standard/filters.c:1819:4: note: here
case CHUNK_BODY_LF:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/proc_open.c -o ext/standard/proc_open.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/proc_open.c:24:
/mnt/c/Dev/php-src/ext/standard/proc_open.c: In function ‘zm_startup_proc_open’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/proc_open.c:226:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(proc_open)
^~~~~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/ext/standard/proc_open.c:24:
/mnt/c/Dev/php-src/ext/standard/proc_open.c: In function ‘zif_proc_open’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/proc_open.c:1037:4: note: in expansion of macro ‘php_ignore_value’
php_ignore_value(chdir(cwd));
^~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/streamsfuncs.c -o ext/standard/streamsfuncs.lo
/mnt/c/Dev/php-src/ext/standard/streamsfuncs.c: In function ‘user_space_stream_notifier’:
/mnt/c/Dev/php-src/ext/standard/streamsfuncs.c:841:71: warning: unused parameter ‘ptr’ [-Wunused-parameter]
char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr)
^~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/http.c -o ext/standard/http.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/password.c -o ext/standard/password.lo
/mnt/c/Dev/php-src/ext/standard/password.c: In function ‘php_password_get_salt’:
/mnt/c/Dev/php-src/ext/standard/password.c:110:49: warning: unused parameter ‘unused_’ [-Wunused-parameter]
static zend_string* php_password_get_salt(zval *unused_, size_t required_salt_len, HashTable *options) {
^~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/password.c:20:
/mnt/c/Dev/php-src/ext/standard/password.c: In function ‘zm_startup_password’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/password.c:424:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(password) /* {{{ */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/password.c: In function ‘zm_shutdown_password’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/password.c:459:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/password.c:459:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */
^~~~~~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/random.c -o ext/standard/random.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/random.c:22:
/mnt/c/Dev/php-src/ext/standard/random.c: In function ‘zm_startup_random’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/random.c:63:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(random)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/random.c:63:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(random)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/random.c: In function ‘zm_shutdown_random’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/random.c:76:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(random)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:162:76: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:415:32: note: in expansion of macro ‘ZEND_MODULE_SHUTDOWN_D’
#define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/random.c:76:1: note: in expansion of macro ‘PHP_MSHUTDOWN_FUNCTION’
PHP_MSHUTDOWN_FUNCTION(random)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/random.c: In function ‘php_random_bytes’:
/mnt/c/Dev/php-src/ext/standard/random.c:117:36: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
n = syscall(SYS_getrandom, bytes + read_bytes, amount_to_read, 0);
^
/mnt/c/Dev/php-src/ext/standard/random.c:177:23: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
n = read(fd, bytes + read_bytes, size - read_bytes);
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/net.c -o ext/standard/net.lo
/mnt/c/Dev/php-src/ext/standard/net.c: In function ‘php_inet_ntop’:
/mnt/c/Dev/php-src/ext/standard/net.c:79:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
addrlen = sizeof(struct sockaddr_in6);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/net.c:82:3: note: here
case AF_INET: {
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/mnt/c/Dev/php-src/ext/standard/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/ext/standard/hrtime.c -o ext/standard/hrtime.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/ext/standard/hrtime.c:18:
/mnt/c/Dev/php-src/ext/standard/hrtime.c: In function ‘zm_startup_hrtime’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/hrtime.c:100:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(hrtime)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/ext/standard/hrtime.c:100:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(hrtime)
^~~~~~~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -ITSRM/ -I/mnt/c/Dev/php-src/TSRM/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/TSRM/TSRM.c -o TSRM/TSRM.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/main.c -o main/main.lo
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘OnSetFacility’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:125:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetFacility)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:125:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetFacility)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:125:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetFacility)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:125:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetFacility)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:125:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetFacility)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘OnSetPrecision’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:262:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetPrecision)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:262:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetPrecision)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:262:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetPrecision)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:262:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetPrecision)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:262:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetPrecision)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘OnSetSerializePrecision’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:278:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetSerializePrecision)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:278:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetSerializePrecision)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:278:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetSerializePrecision)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:278:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetSerializePrecision)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:278:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetSerializePrecision)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘OnChangeMemoryLimit’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:295:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMemoryLimit)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:295:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMemoryLimit)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:295:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMemoryLimit)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:295:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMemoryLimit)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:295:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMemoryLimit)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘OnSetLogFilter’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:308:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetLogFilter)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:308:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetLogFilter)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:308:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetLogFilter)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:308:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetLogFilter)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:308:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnSetLogFilter)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘OnUpdateTimeout’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:459:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateTimeout)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:459:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateTimeout)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:459:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateTimeout)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:459:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateTimeout)
^~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c: In function ‘OnUpdateDisplayErrors’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:506:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateDisplayErrors)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:506:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateDisplayErrors)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:506:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateDisplayErrors)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:506:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateDisplayErrors)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:506:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnUpdateDisplayErrors)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘OnChangeMailForceExtra’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:691:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMailForceExtra)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:72: warning: unused parameter ‘new_value’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:691:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMailForceExtra)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:691:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMailForceExtra)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:691:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMailForceExtra)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/php_ini.h:49:21: note: in expansion of macro ‘ZEND_INI_MH’
#define PHP_INI_MH ZEND_INI_MH
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:691:8: note: in expansion of macro ‘PHP_INI_MH’
static PHP_INI_MH(OnChangeMailForceExtra)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘php_log_err_with_severity’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:894:4: note: in expansion of macro ‘php_ignore_value’
php_ignore_value(write(fd, tmp, len));
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c: In function ‘php_on_timeout’:
/mnt/c/Dev/php-src/main/main.c:1708:25: warning: unused parameter ‘seconds’ [-Wunused-parameter]
void php_on_timeout(int seconds)
^~~~~~~
/mnt/c/Dev/php-src/main/main.c: In function ‘php_request_shutdown’:
/mnt/c/Dev/php-src/main/main.c:1815:33: warning: unused parameter ‘dummy’ [-Wunused-parameter]
void php_request_shutdown(void *dummy)
^~~~~
/mnt/c/Dev/php-src/main/main.c: In function ‘php_module_shutdown_wrapper’:
/mnt/c/Dev/php-src/main/main.c:2412:53: warning: unused parameter ‘sapi_globals’ [-Wunused-parameter]
int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals)
^~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/main.c:24:
/mnt/c/Dev/php-src/main/main.c: In function ‘php_execute_script’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:2533:4: note: in expansion of macro ‘php_ignore_value’
php_ignore_value(VCWD_GETCWD(old_cwd, OLD_CWD_SIZE-1));
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:2601:3: note: in expansion of macro ‘php_ignore_value’
php_ignore_value(VCWD_CHDIR(old_cwd));
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c: In function ‘php_execute_simple_script’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:2631:4: note: in expansion of macro ‘php_ignore_value’
php_ignore_value(VCWD_GETCWD(old_cwd, OLD_CWD_SIZE-1));
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/main/php.h:293:29: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c:2638:3: note: in expansion of macro ‘php_ignore_value’
php_ignore_value(VCWD_CHDIR(old_cwd));
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/main.c: In function ‘php_error_cb’:
/mnt/c/Dev/php-src/main/main.c:1382:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
if(!module_initialized) {
^
/mnt/c/Dev/php-src/main/main.c:1387:3: note: here
case E_ERROR:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/snprintf.c -o main/snprintf.lo
/mnt/c/Dev/php-src/main/snprintf.c: In function ‘format_converter’:
/mnt/c/Dev/php-src/main/snprintf.c:751:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*fmt == 'h') {
^
/mnt/c/Dev/php-src/main/snprintf.c:755:5: note: here
default:
^~~~~~~
In file included from /mnt/c/Dev/php-src/main/snprintf.c:18:0:
/mnt/c/Dev/php-src/main/php.h:326:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define php_error zend_error
/mnt/c/Dev/php-src/main/snprintf.c:1138:5: note: in expansion of macro ‘php_error’
php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
^~~~~~~~~
/mnt/c/Dev/php-src/main/snprintf.c:1149:5: note: here
default:
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/spprintf.c -o main/spprintf.lo
/mnt/c/Dev/php-src/main/spprintf.c: In function ‘xbuf_format_converter’:
/mnt/c/Dev/php-src/main/spprintf.c:357:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*fmt == 'h') {
^
/mnt/c/Dev/php-src/main/spprintf.c:361:5: note: here
default:
^~~~~~~
In file included from /mnt/c/Dev/php-src/main/spprintf.c:76:0:
/mnt/c/Dev/php-src/main/php.h:326:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define php_error zend_error
/mnt/c/Dev/php-src/main/spprintf.c:743:5: note: in expansion of macro ‘php_error’
php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
^~~~~~~~~
/mnt/c/Dev/php-src/main/spprintf.c:754:5: note: here
default:
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/fopen_wrappers.c -o main/fopen_wrappers.lo
In file included from /mnt/c/Dev/php-src/main/php_ini.h:20:0,
from /mnt/c/Dev/php-src/main/fopen_wrappers.h:22,
from /mnt/c/Dev/php-src/main/php.h:431,
from /mnt/c/Dev/php-src/main/fopen_wrappers.c:20:
/mnt/c/Dev/php-src/main/fopen_wrappers.c: In function ‘OnUpdateBaseDir’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/fopen_wrappers.c:74:8: note: in expansion of macro ‘ZEND_INI_MH’
PHPAPI ZEND_INI_MH(OnUpdateBaseDir)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/main/fopen_wrappers.c:74:8: note: in expansion of macro ‘ZEND_INI_MH’
PHPAPI ZEND_INI_MH(OnUpdateBaseDir)
^~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/alloca.c -o main/alloca.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/php_scandir.c -o main/php_scandir.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/php_ini.c -o main/php_ini.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/SAPI.c -o main/SAPI.lo
/mnt/c/Dev/php-src/main/SAPI.c: In function ‘sapi_read_standard_form_data’:
/mnt/c/Dev/php-src/main/SAPI.c:274:77: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (php_stream_write(SG(request_info).request_body, buffer, read_bytes) != read_bytes) {
^~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/rfc1867.c -o main/rfc1867.lo
/mnt/c/Dev/php-src/main/rfc1867.c: In function ‘php_ap_getword’:
/mnt/c/Dev/php-src/main/rfc1867.c:479:50: warning: unused parameter ‘encoding’ [-Wunused-parameter]
static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop)
^~~~~~~~
/mnt/c/Dev/php-src/main/rfc1867.c: In function ‘php_ap_getword_conf’:
/mnt/c/Dev/php-src/main/rfc1867.c:533:55: warning: unused parameter ‘encoding’ [-Wunused-parameter]
static char *php_ap_getword_conf(const zend_encoding *encoding, char *str)
^~~~~~~~
/mnt/c/Dev/php-src/main/rfc1867.c: In function ‘php_ap_basename’:
/mnt/c/Dev/php-src/main/rfc1867.c:558:51: warning: unused parameter ‘encoding’ [-Wunused-parameter]
static char *php_ap_basename(const zend_encoding *encoding, char *path)
^~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/php_content_types.c -o main/php_content_types.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/strlcpy.c -o main/strlcpy.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/strlcat.c -o main/strlcat.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/explicit_bzero.c -o main/explicit_bzero.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/mergesort.c -o main/mergesort.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/reentrancy.c -o main/reentrancy.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/php_variables.c -o main/php_variables.lo
In file included from /mnt/c/Dev/php-src/main/php_variables.h:22:0,
from /mnt/c/Dev/php-src/main/php_variables.c:23:
/mnt/c/Dev/php-src/main/php_variables.c: In function ‘php_std_post_handler’:
/mnt/c/Dev/php-src/main/SAPI.h:291:70: warning: unused parameter ‘content_type_dup’ [-Wunused-parameter]
#define SAPI_POST_HANDLER_FUNC(post_handler) void post_handler(char *content_type_dup, void *arg)
^
/mnt/c/Dev/php-src/main/php_variables.c:360:10: note: in expansion of macro ‘SAPI_POST_HANDLER_FUNC’
SAPI_API SAPI_POST_HANDLER_FUNC(php_std_post_handler)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_variables.c: In function ‘php_default_input_filter’:
/mnt/c/Dev/php-src/main/SAPI.h:294:76: warning: unused parameter ‘arg’ [-Wunused-parameter]
#define SAPI_INPUT_FILTER_FUNC(input_filter) unsigned int input_filter(int arg, char *var, char **val, size_t val_len, size_t *new_val_len)
^
/mnt/c/Dev/php-src/main/php_variables.c:395:10: note: in expansion of macro ‘SAPI_INPUT_FILTER_FUNC’
SAPI_API SAPI_INPUT_FILTER_FUNC(php_default_input_filter)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/SAPI.h:294:87: warning: unused parameter ‘var’ [-Wunused-parameter]
#define SAPI_INPUT_FILTER_FUNC(input_filter) unsigned int input_filter(int arg, char *var, char **val, size_t val_len, size_t *new_val_len)
^
/mnt/c/Dev/php-src/main/php_variables.c:395:10: note: in expansion of macro ‘SAPI_INPUT_FILTER_FUNC’
SAPI_API SAPI_INPUT_FILTER_FUNC(php_default_input_filter)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/SAPI.h:294:99: warning: unused parameter ‘val’ [-Wunused-parameter]
#define SAPI_INPUT_FILTER_FUNC(input_filter) unsigned int input_filter(int arg, char *var, char **val, size_t val_len, size_t *new_val_len)
^
/mnt/c/Dev/php-src/main/php_variables.c:395:10: note: in expansion of macro ‘SAPI_INPUT_FILTER_FUNC’
SAPI_API SAPI_INPUT_FILTER_FUNC(php_default_input_filter)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_variables.c: In function ‘php_std_auto_global_callback’:
/mnt/c/Dev/php-src/main/php_variables.c:578:61: warning: unused parameter ‘name_len’ [-Wunused-parameter]
zend_bool php_std_auto_global_callback(char *name, uint32_t name_len)
^~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/php_ticks.c -o main/php_ticks.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/network.c -o main/network.lo
/mnt/c/Dev/php-src/main/network.c: In function ‘_php_stream_sock_open_host’:
/mnt/c/Dev/php-src/main/network.c:1094:7: warning: unused parameter ‘socktype’ [-Wunused-parameter]
int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
^~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/network.c:20:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/network.c:1094:68: note: in expansion of macro ‘STREAMS_DC’
int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/network.c:20:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/network.c:1094:68: note: in expansion of macro ‘STREAMS_DC’
int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/network.c:1094:68: note: in expansion of macro ‘STREAMS_DC’
int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/network.c:1094:68: note: in expansion of macro ‘STREAMS_DC’
int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/network.c:1094:68: note: in expansion of macro ‘STREAMS_DC’
int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
^~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/php_open_temporary_file.c -o main/php_open_temporary_file.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/output.c -o main/output.lo
/mnt/c/Dev/php-src/main/output.c:34:43: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
PHPAPI ZEND_DECLARE_MODULE_GLOBALS(output);
^
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_start_internal’:
/mnt/c/Dev/php-src/main/output.c:460:42: warning: ISO C forbids passing argument 2 of ‘php_output_handler_set_context’ between function pointer and ‘void *’ [-Wpedantic]
php_output_handler_set_context(handler, output_handler, NULL);
^~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:426:0,
from /mnt/c/Dev/php-src/main/output.c:27:
/mnt/c/Dev/php-src/main/php_output.h:228:13: note: expected ‘void *’ but argument is of type ‘php_output_handler_func_t {aka void (*)(char *, long unsigned int, char **, long unsigned int *, int)}’
PHPAPI void php_output_handler_set_context(php_output_handler *handler, void *opaq, void (*dtor)(void*));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_start’:
/mnt/c/Dev/php-src/main/output.c:547:24: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
if (NULL != (conflict = zend_hash_find_ptr(&php_output_handler_conflicts, handler->name))) {
^
In file included from /mnt/c/Dev/php-src/Zend/zend.h:33:0,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/output.c:27:
/mnt/c/Dev/php-src/Zend/zend_hash.h:978:7: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
_ptr = Z_PTR_P(_z);
^
/mnt/c/Dev/php-src/main/output.c:553:3: note: in expansion of macro ‘ZEND_HASH_FOREACH_PTR’
ZEND_HASH_FOREACH_PTR(rconflicts, conflict) {
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_conflict_register’:
/mnt/c/Dev/php-src/main/output.c:614:59: warning: ISO C forbids passing argument 3 of ‘zend_hash_update_ptr’ between function pointer and ‘void *’ [-Wpedantic]
zend_hash_update_ptr(&php_output_handler_conflicts, str, check_func);
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.h:33:0,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/output.c:27:
/mnt/c/Dev/php-src/Zend/zend_hash.h:642:33: note: expected ‘void *’ but argument is of type ‘php_output_handler_conflict_check_t {aka int (*)(const char *, long unsigned int)}’
static zend_always_inline void *zend_hash_update_ptr(HashTable *ht, zend_string *key, void *pData)
^~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_reverse_conflict_register’:
/mnt/c/Dev/php-src/main/output.c:632:51: warning: ISO C forbids passing argument 2 of ‘zend_hash_next_index_insert_ptr’ between function pointer and ‘void *’ [-Wpedantic]
return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE;
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.h:33:0,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/output.c:27:
/mnt/c/Dev/php-src/Zend/zend_hash.h:773:33: note: expected ‘void *’ but argument is of type ‘php_output_handler_conflict_check_t {aka int (*)(const char *, long unsigned int)}’
static zend_always_inline void *zend_hash_next_index_insert_ptr(HashTable *ht, void *pData)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c:637:53: warning: ISO C forbids passing argument 2 of ‘zend_hash_next_index_insert_ptr’ between function pointer and ‘void *’ [-Wpedantic]
if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) {
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.h:33:0,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/output.c:27:
/mnt/c/Dev/php-src/Zend/zend_hash.h:773:33: note: expected ‘void *’ but argument is of type ‘php_output_handler_conflict_check_t {aka int (*)(const char *, long unsigned int)}’
static zend_always_inline void *zend_hash_next_index_insert_ptr(HashTable *ht, void *pData)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_alias’:
/mnt/c/Dev/php-src/main/output.c:653:9: warning: ISO C forbids return between function pointer and ‘void *’ [-Wpedantic]
return zend_hash_str_find_ptr(&php_output_handler_aliases, name, name_len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_alias_register’:
/mnt/c/Dev/php-src/main/output.c:668:57: warning: ISO C forbids passing argument 3 of ‘zend_hash_update_ptr’ between function pointer and ‘void *’ [-Wpedantic]
zend_hash_update_ptr(&php_output_handler_aliases, str, func);
^~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.h:33:0,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/output.c:27:
/mnt/c/Dev/php-src/Zend/zend_hash.h:642:33: note: expected ‘void *’ but argument is of type ‘php_output_handler_alias_ctor_t {aka struct _php_output_handler * (*)(const char *, long unsigned int, long unsigned int, int)}’
static zend_always_inline void *zend_hash_update_ptr(HashTable *ht, zend_string *key, void *pData)
^~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_default_func’:
/mnt/c/Dev/php-src/main/output.c:1274:51: warning: unused parameter ‘handler_context’ [-Wunused-parameter]
static int php_output_handler_default_func(void **handler_context, php_output_context *output_context)
^~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_devnull_func’:
/mnt/c/Dev/php-src/main/output.c:1283:51: warning: unused parameter ‘handler_context’ [-Wunused-parameter]
static int php_output_handler_devnull_func(void **handler_context, php_output_context *output_context)
^~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c:1283:88: warning: unused parameter ‘output_context’ [-Wunused-parameter]
static int php_output_handler_devnull_func(void **handler_context, php_output_context *output_context)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_op’:
/mnt/c/Dev/php-src/main/output.c:1016:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
php_output_context_reset(context);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/output.c:1018:3: note: here
case PHP_OUTPUT_HANDLER_SUCCESS:
^~~~
/mnt/c/Dev/php-src/main/output.c: In function ‘php_output_handler_create_user’:
/mnt/c/Dev/php-src/main/output.c:484:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (Z_STRLEN_P(output_handler) && (alias = php_output_handler_alias(Z_STRVAL_P(output_handler), Z_STRLEN_P(output_handler)))) {
^
/mnt/c/Dev/php-src/main/output.c:488:3: note: here
default:
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/getopt.c -o main/getopt.lo
/mnt/c/Dev/php-src/main/getopt.c: In function ‘php_opt_error’:
/mnt/c/Dev/php-src/main/getopt.c:28:30: warning: unused parameter ‘argc’ [-Wunused-parameter]
static int php_opt_error(int argc, char * const *argv, int oint, int optchr, int err, int show_err) /* {{{ */
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/mnt/c/Dev/php-src/main/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/php_syslog.c -o main/php_syslog.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/streams.c -o main/streams/streams.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/main/streams/streams.c:21:
/mnt/c/Dev/php-src/main/streams/streams.c: In function ‘zm_deactivate_streams’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:32: warning: unused parameter ‘type’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:90:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(streams)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:29:42: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define SHUTDOWN_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:164:79: note: in expansion of macro ‘SHUTDOWN_FUNC_ARGS’
#define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:417:32: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
#define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:90:1: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
PHP_RSHUTDOWN_FUNCTION(streams)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c: In function ‘_php_stream_read’:
/mnt/c/Dev/php-src/main/streams/streams.c:684:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (toread > size) {
^
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/streams.c:21:
/mnt/c/Dev/php-src/main/streams/streams.c: In function ‘_php_stream_passthru’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1407:57: note: in expansion of macro ‘STREAMS_DC’
PHPAPI ssize_t _php_stream_passthru(php_stream * stream STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/streams.c:21:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1407:57: note: in expansion of macro ‘STREAMS_DC’
PHPAPI ssize_t _php_stream_passthru(php_stream * stream STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1407:57: note: in expansion of macro ‘STREAMS_DC’
PHPAPI ssize_t _php_stream_passthru(php_stream * stream STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1407:57: note: in expansion of macro ‘STREAMS_DC’
PHPAPI ssize_t _php_stream_passthru(php_stream * stream STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1407:57: note: in expansion of macro ‘STREAMS_DC’
PHPAPI ssize_t _php_stream_passthru(php_stream * stream STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/streams.c:21:
/mnt/c/Dev/php-src/main/streams/streams.c: In function ‘_php_stream_copy_to_mem’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1446:92: note: in expansion of macro ‘STREAMS_DC’
PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/streams.c:21:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1446:92: note: in expansion of macro ‘STREAMS_DC’
PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1446:92: note: in expansion of macro ‘STREAMS_DC’
PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1446:92: note: in expansion of macro ‘STREAMS_DC’
PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1446:92: note: in expansion of macro ‘STREAMS_DC’
PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c: In function ‘_php_stream_copy_to_stream_ex’:
/mnt/c/Dev/php-src/main/streams/streams.c:1581:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (mapped > 0 && mapped == didwrite) {
^~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/streams.c:21:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1529:104: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/streams.c:21:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1529:104: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1529:104: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1529:104: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c:1529:104: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c: In function ‘php_shutdown_stream_wrappers’:
/mnt/c/Dev/php-src/main/streams/streams.c:1709:38: warning: unused parameter ‘module_number’ [-Wunused-parameter]
int php_shutdown_stream_wrappers(int module_number)
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/streams.c: In function ‘_php_stream_scandir’:
/mnt/c/Dev/php-src/main/streams/streams.c:2309:83: warning: unused parameter ‘flags’ [-Wunused-parameter]
PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream_context *context,
^~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/cast.c -o main/streams/cast.lo
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/cast.c:18:
/mnt/c/Dev/php-src/main/streams/cast.c: In function ‘_php_stream_make_seekable’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/cast.c:366:96: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/cast.c:18:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/cast.c:366:96: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/cast.c:366:96: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/cast.c:366:96: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/cast.c:366:96: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC)
^~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/memory.c -o main/streams/memory.lo
/mnt/c/Dev/php-src/main/streams/memory.c: In function ‘php_stream_memory_flush’:
/mnt/c/Dev/php-src/main/streams/memory.c:118:48: warning: unused parameter ‘stream’ [-Wunused-parameter]
static int php_stream_memory_flush(php_stream *stream)
^~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c: In function ‘php_stream_memory_cast’:
/mnt/c/Dev/php-src/main/streams/memory.c:191:47: warning: unused parameter ‘stream’ [-Wunused-parameter]
static int php_stream_memory_cast(php_stream *stream, int castas, void **ret)
^~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:191:59: warning: unused parameter ‘castas’ [-Wunused-parameter]
static int php_stream_memory_cast(php_stream *stream, int castas, void **ret)
^~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:191:74: warning: unused parameter ‘ret’ [-Wunused-parameter]
static int php_stream_memory_cast(php_stream *stream, int castas, void **ret)
^~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/memory.c:18:
/mnt/c/Dev/php-src/main/streams/memory.c: In function ‘_php_stream_memory_get_buffer’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:343:79: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/memory.c:18:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:343:79: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:343:79: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:343:79: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:343:79: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/memory.c:18:
/mnt/c/Dev/php-src/main/streams/memory.c: In function ‘_php_stream_temp_create’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:594:78: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/memory.c:18:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:594:78: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:594:78: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:594:78: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:594:78: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c: In function ‘php_stream_url_wrap_rfc2397’:
/mnt/c/Dev/php-src/main/streams/memory.c:632:58: warning: unused parameter ‘opened_path’ [-Wunused-parameter]
const char *mode, int options, zend_string **opened_path,
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/memory.c:633:33: warning: unused parameter ‘context’ [-Wunused-parameter]
php_stream_context *context STREAMS_DC) /* {{{ */
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/filter.c -o main/streams/filter.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/plain_wrapper.c -o main/streams/plain_wrapper.lo
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘_php_stream_fopen_tmpfile’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:241:50: warning: unused parameter ‘dummy’ [-Wunused-parameter]
PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC)
^~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/plain_wrapper.c:17:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:241:56: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/plain_wrapper.c:17:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:241:56: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:241:56: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:241:56: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:241:56: note: in expansion of macro ‘STREAMS_DC’
PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_stdiop_read’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:410:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret == (size_t)-1 && errno == EINTR) {
^~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_stdiop_set_option’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:720:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (range->offset > data->sb.st_size) {
^
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_dirstream_close’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:961:68: warning: unused parameter ‘close_handle’ [-Wunused-parameter]
static int php_plain_files_dirstream_close(php_stream *stream, int close_handle)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_dirstream_rewind’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:966:76: warning: unused parameter ‘offset’ [-Wunused-parameter]
static int php_plain_files_dirstream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
^~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:966:88: warning: unused parameter ‘whence’ [-Wunused-parameter]
static int php_plain_files_dirstream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
^~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:966:108: warning: unused parameter ‘newoffs’ [-Wunused-parameter]
static int php_plain_files_dirstream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_dir_opener’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:982:67: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode,
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_stream_opener’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1123:70: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode,
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1124:63: warning: unused parameter ‘context’ [-Wunused-parameter]
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_url_stater’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1133:59: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1133:141: warning: unused parameter ‘context’ [-Wunused-parameter]
static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_unlink’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1157:55: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1157:114: warning: unused parameter ‘context’ [-Wunused-parameter]
static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_rename’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1183:55: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_plain_files_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1183:110: warning: unused parameter ‘options’ [-Wunused-parameter]
static int php_plain_files_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1183:139: warning: unused parameter ‘context’ [-Wunused-parameter]
static int php_plain_files_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_mkdir’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1284:54: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1284:123: warning: unused parameter ‘context’ [-Wunused-parameter]
static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_rmdir’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1369:54: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1369:84: warning: unused parameter ‘options’ [-Wunused-parameter]
static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1369:113: warning: unused parameter ‘context’ [-Wunused-parameter]
static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c: In function ‘php_plain_files_metadata’:
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1397:57: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/plain_wrapper.c:1397:128: warning: unused parameter ‘context’ [-Wunused-parameter]
static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context)
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/userspace.c -o main/streams/userspace.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/main/php.h:35,
from /mnt/c/Dev/php-src/main/streams/userspace.c:18:
/mnt/c/Dev/php-src/main/streams/userspace.c: In function ‘zm_startup_user_streams’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php.h:414:29: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c:79:1: note: in expansion of macro ‘PHP_MINIT_FUNCTION’
PHP_MINIT_FUNCTION(user_streams)
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c: In function ‘user_wrapper_opendir’:
/mnt/c/Dev/php-src/main/streams/userspace.c:423:30: warning: unused parameter ‘opened_path’ [-Wunused-parameter]
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c: In function ‘php_userstreamop_write’:
/mnt/c/Dev/php-src/main/streams/userspace.c:631:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (didwrite > 0 && didwrite > count) {
^
/mnt/c/Dev/php-src/main/streams/userspace.c: In function ‘php_userstreamop_close’:
/mnt/c/Dev/php-src/main/streams/userspace.c:729:59: warning: unused parameter ‘close_handle’ [-Wunused-parameter]
static int php_userstreamop_close(php_stream *stream, int close_handle)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c: In function ‘user_wrapper_unlink’:
/mnt/c/Dev/php-src/main/streams/userspace.c:1107:82: warning: unused parameter ‘options’ [-Wunused-parameter]
static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c: In function ‘user_wrapper_rename’:
/mnt/c/Dev/php-src/main/streams/userspace.c:1151:15: warning: unused parameter ‘options’ [-Wunused-parameter]
int options, php_stream_context *context)
^~~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c: In function ‘php_userstreamop_closedir’:
/mnt/c/Dev/php-src/main/streams/userspace.c:1452:62: warning: unused parameter ‘close_handle’ [-Wunused-parameter]
static int php_userstreamop_closedir(php_stream *stream, int close_handle)
^~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c: In function ‘php_userstreamop_rewinddir’:
/mnt/c/Dev/php-src/main/streams/userspace.c:1478:70: warning: unused parameter ‘offset’ [-Wunused-parameter]
static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
^~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c:1478:82: warning: unused parameter ‘whence’ [-Wunused-parameter]
static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
^~~~~~
/mnt/c/Dev/php-src/main/streams/userspace.c:1478:102: warning: unused parameter ‘newoffs’ [-Wunused-parameter]
static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/transports.c -o main/streams/transports.lo
/mnt/c/Dev/php-src/main/streams/transports.c: In function ‘php_stream_xport_register’:
/mnt/c/Dev/php-src/main/streams/transports.c:32:41: warning: ISO C forbids passing argument 3 of ‘zend_hash_update_ptr’ between function pointer and ‘void *’ [-Wpedantic]
zend_hash_update_ptr(&xport_hash, str, factory);
^~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.h:33:0,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/transports.c:17:
/mnt/c/Dev/php-src/Zend/zend_hash.h:642:33: note: expected ‘void *’ but argument is of type ‘php_stream_transport_factory {aka struct _php_stream * (*)(const char *, long unsigned int, const char *, long unsigned int, const char *, int, int, struct timeval *, struct _php_stream_context *, int, const char *, const unsigned int, const char *, const unsigned int)}’
static zend_always_inline void *zend_hash_update_ptr(HashTable *ht, zend_string *key, void *pData)
^~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/transports.c: In function ‘_php_stream_xport_create’:
/mnt/c/Dev/php-src/main/streams/transports.c:110:24: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
if (NULL == (factory = zend_hash_str_find_ptr(&xport_hash, protocol, n))) {
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/xp_socket.c -o main/streams/xp_socket.lo
/mnt/c/Dev/php-src/main/streams/xp_socket.c: In function ‘php_sock_stream_wait_for_data’:
/mnt/c/Dev/php-src/main/streams/xp_socket.c:119:55: warning: unused parameter ‘stream’ [-Wunused-parameter]
static void php_sock_stream_wait_for_data(php_stream *stream, php_netstream_data_t *sock)
^~~~~~
/mnt/c/Dev/php-src/main/streams/xp_socket.c: In function ‘php_sockop_flush’:
/mnt/c/Dev/php-src/main/streams/xp_socket.c:229:41: warning: unused parameter ‘stream’ [-Wunused-parameter]
static int php_sockop_flush(php_stream *stream)
^~~~~~
/mnt/c/Dev/php-src/main/streams/xp_socket.c: In function ‘php_stream_generic_socket_factory’:
/mnt/c/Dev/php-src/main/streams/xp_socket.c:881:15: warning: unused parameter ‘resourcename’ [-Wunused-parameter]
const char *resourcename, size_t resourcenamelen,
^~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/xp_socket.c:881:36: warning: unused parameter ‘resourcenamelen’ [-Wunused-parameter]
const char *resourcename, size_t resourcenamelen,
^~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/xp_socket.c:882:34: warning: unused parameter ‘options’ [-Wunused-parameter]
const char *persistent_id, int options, int flags,
^~~~~~~
/mnt/c/Dev/php-src/main/streams/xp_socket.c:883:19: warning: unused parameter ‘timeout’ [-Wunused-parameter]
struct timeval *timeout,
^~~~~~~
/mnt/c/Dev/php-src/main/streams/xp_socket.c:884:23: warning: unused parameter ‘context’ [-Wunused-parameter]
php_stream_context *context STREAMS_DC)
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/mmap.c -o main/streams/mmap.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/streams/ -I/mnt/c/Dev/php-src/main/streams/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/main/streams/glob_wrapper.c -o main/streams/glob_wrapper.lo
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/glob_wrapper.c:17:
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c: In function ‘_php_glob_stream_get_path’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:46:73: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/glob_wrapper.c:17:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:46:73: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:46:73: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:46:73: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:46:73: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/glob_wrapper.c:17:
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c: In function ‘_php_glob_stream_get_pattern’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:64:76: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/glob_wrapper.c:17:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:64:76: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:64:76: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:64:76: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:64:76: note: in expansion of macro ‘STREAMS_DC’
PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/glob_wrapper.c:17:
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c: In function ‘_php_glob_stream_get_count’:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:82:71: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/glob_wrapper.c:17:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:82:71: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:82:71: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:82:71: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:82:71: note: in expansion of macro ‘STREAMS_DC’
PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c: In function ‘php_glob_stream_close’:
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:152:58: warning: unused parameter ‘close_handle’ [-Wunused-parameter]
static int php_glob_stream_close(php_stream *stream, int close_handle) /* {{{ */
^~~~~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c: In function ‘php_glob_stream_rewind’:
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:171:66: warning: unused parameter ‘offset’ [-Wunused-parameter]
static int php_glob_stream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:171:78: warning: unused parameter ‘whence’ [-Wunused-parameter]
static int php_glob_stream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:171:98: warning: unused parameter ‘newoffs’ [-Wunused-parameter]
static int php_glob_stream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) /* {{{ */
^~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c: In function ‘php_glob_stream_opener’:
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:197:63: warning: unused parameter ‘wrapper’ [-Wunused-parameter]
static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode,
^~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:198:63: warning: unused parameter ‘context’ [-Wunused-parameter]
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~
In file included from /mnt/c/Dev/php-src/main/php.h:429:0,
from /mnt/c/Dev/php-src/main/streams/glob_wrapper.c:17:
/mnt/c/Dev/php-src/main/php_streams.h:39:26: warning: unused parameter ‘__php_stream_call_depth’ [-Wunused-parameter]
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:198:71: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/main/php.h:31,
from /mnt/c/Dev/php-src/main/streams/glob_wrapper.c:17:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:198:71: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:50: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:198:71: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:198:71: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:39:68: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
# define STREAMS_D int __php_stream_call_depth ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/main/php_streams.h:45:24: note: in expansion of macro ‘STREAMS_D’
# define STREAMS_DC , STREAMS_D
^~~~~~~~~
/mnt/c/Dev/php-src/main/streams/glob_wrapper.c:198:71: note: in expansion of macro ‘STREAMS_DC’
int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
^~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_language_parser.c -o Zend/zend_language_parser.lo
/mnt/c/Dev/php-src/Zend/zend_language_parser.y: In function ‘zendparse’:
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:299:63: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| %empty { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:410:63: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
{ $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:466:64: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
{ $$ = zend_ast_create_list(0, ZEND_AST_CATCH_LIST); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:584:65: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
%empty { $$ = zend_ast_create_list(0, ZEND_AST_SWITCH_LIST); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:636:64: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| %empty { $$ = zend_ast_create_list(0, ZEND_AST_PARAM_LIST); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:667:63: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
T_ARRAY { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_ARRAY); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:668:66: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_CALLABLE { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_CALLABLE); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:683:62: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
'(' ')' { $$ = zend_ast_create_list(0, ZEND_AST_ARG_LIST); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:725:63: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
{ $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1096:62: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
%empty { $$ = zend_ast_create_list(0, ZEND_AST_ARG_LIST); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1110:68: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_LINE { $$ = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_LINE); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1111:68: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_FILE { $$ = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_FILE); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1112:67: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_DIR { $$ = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_DIR); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1113:71: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_TRAIT_C { $$ = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_TRAIT_C); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1114:72: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_METHOD_C { $$ = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_METHOD_C); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1115:70: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_FUNC_C { $$ = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_FUNC_C); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1116:68: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_NS_C { $$ = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_NS_C); }
^
/mnt/c/Dev/php-src/Zend/zend_language_parser.y:1117:71: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
| T_CLASS_C { $$ = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_CLASS_C); }
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_language_scanner.c -o Zend/zend_language_scanner.lo
Zend/zend_language_scanner.l: In function ‘zend_multibyte_yyinput_again’:
Zend/zend_language_scanner.l:842:65: warning: unused parameter ‘old_input_filter’ [-Wunused-parameter]
{
^
Zend/zend_language_scanner.l:842:104: warning: unused parameter ‘old_encoding’ [-Wunused-parameter]
{
^
Zend/zend_language_scanner.l: In function ‘zend_scan_escape_string’:
Zend/zend_language_scanner.l:956:13: warning: non-ISO-standard escape sequence, '\e'
#endif
^
Zend/zend_language_scanner.l: In function ‘strip_multiline_string_indentation’:
Zend/zend_language_scanner.l:1164:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (str == nl) {
^
Zend/zend_language_scanner.l:1189:46: warning: signed and unsigned type in conditional expression [-Wsign-compare]
memmove(copy, str, len);
^
Zend/zend_language_scanner.l: In function ‘zend_scan_escape_string’:
Zend/zend_language_scanner.l:961:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
*t++ = '\\';
^
Zend/zend_language_scanner.l:966:5: note: here
case '$':
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_ini_scanner.c -o Zend/zend_ini_scanner.lo
Zend/zend_ini_scanner.l: In function ‘zend_ini_escape_string’:
Zend/zend_ini_scanner.l:334:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
*t++ = '\\';
^
Zend/zend_ini_scanner.l:339:5: note: here
case '$':
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_alloc.c -o Zend/zend_alloc.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/Zend/zend_alloc.c:54:
/mnt/c/Dev/php-src/Zend/zend_alloc.c: In function ‘zend_mm_alloc_pages’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_alloc.c:819:106: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
static void *zend_mm_alloc_pages(zend_mm_heap *heap, uint32_t pages_count, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_alloc.c:819:106: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
static void *zend_mm_alloc_pages(zend_mm_heap *heap, uint32_t pages_count, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_alloc.c: In function ‘zend_mm_get_huge_block_size’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_alloc.c:1714:73: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
static size_t zend_mm_get_huge_block_size(zend_mm_heap *heap, void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_alloc.c:1714:73: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
static size_t zend_mm_get_huge_block_size(zend_mm_heap *heap, void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:46: warning: unused parameter ‘__zend_orig_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_alloc.c:1714:91: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
static size_t zend_mm_get_huge_block_size(zend_mm_heap *heap, void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:386:83: warning: unused parameter ‘__zend_orig_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint32_t __zend_orig_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:387:37: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_D’
# define ZEND_FILE_LINE_ORIG_DC , ZEND_FILE_LINE_ORIG_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_alloc.c:1714:91: note: in expansion of macro ‘ZEND_FILE_LINE_ORIG_DC’
static size_t zend_mm_get_huge_block_size(zend_mm_heap *heap, void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
^~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_alloc.c: In function ‘zend_mm_is_custom_heap’:
/mnt/c/Dev/php-src/Zend/zend_alloc.c:2805:51: warning: unused parameter ‘new_heap’ [-Wunused-parameter]
ZEND_API int zend_mm_is_custom_heap(zend_mm_heap *new_heap)
^~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_compile.c -o Zend/zend_compile.lo
/mnt/c/Dev/php-src/Zend/zend_compile.c: In function ‘zend_end_loop’:
/mnt/c/Dev/php-src/Zend/zend_compile.c:703:62: warning: unused parameter ‘var_node’ [-Wunused-parameter]
static inline void zend_end_loop(int cont_addr, const znode *var_node) /* {{{ */
^~~~~~~~
In file included from Zend/zend_operators.h:26:0,
from Zend/zend.h:353,
from Zend/zend_compile.h:23,
from /mnt/c/Dev/php-src/Zend/zend_language_parser.y:42,
from /mnt/c/Dev/php-src/Zend/zend_compile.c:21:
/mnt/c/Dev/php-src/Zend/zend_compile.c: In function ‘zend_handle_numeric_dim’:
/mnt/c/Dev/php-src/Zend/zend_compile.c:2402:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ZEND_ASSERT(opline->op2.constant + 1 == c);
^
/mnt/c/Dev/php-src/Zend/zend_compile.c:2402:4: note: in expansion of macro ‘ZEND_ASSERT’
ZEND_ASSERT(opline->op2.constant + 1 == c);
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_compile.c: In function ‘zend_compile_method_call’:
/mnt/c/Dev/php-src/Zend/zend_compile.c:4070:70: warning: unused parameter ‘type’ [-Wunused-parameter]
void zend_compile_method_call(znode *result, zend_ast *ast, uint32_t type) /* {{{ */
^~~~
/mnt/c/Dev/php-src/Zend/zend_compile.c: In function ‘zend_compile_static_call’:
/mnt/c/Dev/php-src/Zend/zend_compile.c:4148:70: warning: unused parameter ‘type’ [-Wunused-parameter]
void zend_compile_static_call(znode *result, zend_ast *ast, uint32_t type) /* {{{ */
^~~~
In file included from Zend/zend_types.h:25:0,
from Zend/zend.h:27,
from Zend/zend_compile.h:23,
from /mnt/c/Dev/php-src/Zend/zend_language_parser.y:42,
from /mnt/c/Dev/php-src/Zend/zend_compile.c:21:
/mnt/c/Dev/php-src/Zend/zend_compile.c: In function ‘zend_try_ct_eval_magic_const’:
Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/Zend/zend_compile.c:7053:5: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
ZEND_IGNORE_VALUE(VCWD_GETCWD(ZSTR_VAL(dirname), MAXPATHLEN));
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_compile.c: In function ‘zend_compile_const_expr_magic_const’:
/mnt/c/Dev/php-src/Zend/zend_compile.c:8512:52: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
*ast_ptr = zend_ast_create(ZEND_AST_CONSTANT_CLASS);
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_constants.c -o Zend/zend_constants.lo
/mnt/c/Dev/php-src/Zend/zend_constants.c: In function ‘clean_module_constant’:
/mnt/c/Dev/php-src/Zend/zend_constants.c:88:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ZEND_CONSTANT_MODULE_NUMBER(c) == module_number) {
^~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_dtrace.c -o Zend/zend_dtrace.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_execute_API.c -o Zend/zend_execute_API.lo
/mnt/c/Dev/php-src/Zend/zend_execute_API.c: In function ‘zend_timeout’:
/mnt/c/Dev/php-src/Zend/zend_execute_API.c:1069:60: warning: unused parameter ‘dummy’ [-Wunused-parameter]
ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(int dummy) /* {{{ */
^~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/Zend/zend_execute_API.c:24:
/mnt/c/Dev/php-src/Zend/zend_execute_API.c: In function ‘zend_timeout_handler’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:436:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:57: note: in definition of macro ‘ZEND_IGNORE_VALUE’
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/Zend/zend_execute_API.c:1122:4: note: in expansion of macro ‘zend_quiet_write’
zend_quiet_write(2, log_buffer, MIN(output_len, sizeof(log_buffer)));
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute_API.c:1122:36: note: in expansion of macro ‘MIN’
zend_quiet_write(2, log_buffer, MIN(output_len, sizeof(log_buffer)));
^~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:436:34: warning: signed and unsigned type in conditional expression [-Wsign-compare]
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:57: note: in definition of macro ‘ZEND_IGNORE_VALUE’
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/Zend/zend_execute_API.c:1122:4: note: in expansion of macro ‘zend_quiet_write’
zend_quiet_write(2, log_buffer, MIN(output_len, sizeof(log_buffer)));
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute_API.c:1122:36: note: in expansion of macro ‘MIN’
zend_quiet_write(2, log_buffer, MIN(output_len, sizeof(log_buffer)));
^~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:119:32: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:124:31: note: in expansion of macro ‘ZEND_IGNORE_VALUE’
#define zend_quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__))
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute_API.c:1122:4: note: in expansion of macro ‘zend_quiet_write’
zend_quiet_write(2, log_buffer, MIN(output_len, sizeof(log_buffer)));
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute_API.c:1094:38: warning: unused parameter ‘dummy’ [-Wunused-parameter]
static void zend_timeout_handler(int dummy) /* {{{ */
^~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_highlight.c -o Zend/zend_highlight.lo
/mnt/c/Dev/php-src/Zend/zend_highlight.c: In function ‘zend_strip’:
/mnt/c/Dev/php-src/Zend/zend_highlight.c:183:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!prev_space) {
^
/mnt/c/Dev/php-src/Zend/zend_highlight.c:188:4: note: here
case T_COMMENT:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_llist.c -o Zend/zend_llist.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_vm_opcodes.c -o Zend/zend_vm_opcodes.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_opcode.c -o Zend/zend_opcode.lo
/mnt/c/Dev/php-src/Zend/zend_opcode.c: In function ‘zend_get_brk_cont_target’:
/mnt/c/Dev/php-src/Zend/zend_opcode.c:572:63: warning: unused parameter ‘op_array’ [-Wunused-parameter]
static uint32_t zend_get_brk_cont_target(const zend_op_array *op_array, const zend_op *opline) {
^~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_opcode.c: In function ‘pass_two’:
/mnt/c/Dev/php-src/Zend/zend_opcode.c:971:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (op_array->fn_flags & ZEND_ACC_HAS_FINALLY_BLOCK) {
^
/mnt/c/Dev/php-src/Zend/zend_opcode.c:975:4: note: here
case ZEND_JMP:
^~~~
/mnt/c/Dev/php-src/Zend/zend_opcode.c:980:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
opline->extended_value = ZEND_OPLINE_NUM_TO_OFFSET(op_array, opline, opline->extended_value);
/mnt/c/Dev/php-src/Zend/zend_opcode.c:982:4: note: here
case ZEND_JMPZ:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_operators.c -o Zend/zend_operators.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_types.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend.h:27,
from /mnt/c/Dev/php-src/Zend/zend_operators.c:23:
/mnt/c/Dev/php-src/Zend/zend_operators.c: In function ‘zend_locale_sprintf_double’:
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:42: warning: unused parameter ‘__zend_filename’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c:2807:65: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
ZEND_API void ZEND_FASTCALL zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC) /* {{{ */
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_portability.h:384:74: warning: unused parameter ‘__zend_lineno’ [-Wunused-parameter]
# define ZEND_FILE_LINE_D const char *__zend_filename, const uint32_t __zend_lineno
^
/mnt/c/Dev/php-src/Zend/zend_portability.h:385:33: note: in expansion of macro ‘ZEND_FILE_LINE_D’
# define ZEND_FILE_LINE_DC , ZEND_FILE_LINE_D
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c:2807:65: note: in expansion of macro ‘ZEND_FILE_LINE_DC’
ZEND_API void ZEND_FASTCALL zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC) /* {{{ */
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c: In function ‘zend_memnstr_ex’:
/mnt/c/Dev/php-src/Zend/zend_operators.c:2995:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (needle_len == 0 || (end - haystack) < needle_len) {
^
/mnt/c/Dev/php-src/Zend/zend_operators.c: In function ‘zend_memnrstr_ex’:
/mnt/c/Dev/php-src/Zend/zend_operators.c:3029:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (needle_len == 0 || (end - haystack) < needle_len) {
^
/mnt/c/Dev/php-src/Zend/zend_operators.c: In function ‘zend_atoi’:
/mnt/c/Dev/php-src/Zend/zend_operators.c:93:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
retval *= 1024;
~~~~~~~^~~~~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c:95:4: note: here
case 'm':
^~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c:97:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
retval *= 1024;
~~~~~~~^~~~~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c:99:4: note: here
case 'k':
^~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c: In function ‘zend_atol’:
/mnt/c/Dev/php-src/Zend/zend_operators.c:121:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
retval *= 1024;
~~~~~~~^~~~~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c:123:4: note: here
case 'm':
^~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c:125:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
retval *= 1024;
~~~~~~~^~~~~~~
/mnt/c/Dev/php-src/Zend/zend_operators.c:127:4: note: here
case 'k':
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_ptr_stack.c -o Zend/zend_ptr_stack.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_stack.c -o Zend/zend_stack.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_variables.c -o Zend/zend_variables.lo
/mnt/c/Dev/php-src/Zend/zend_variables.c: In function ‘zend_empty_destroy’:
/mnt/c/Dev/php-src/Zend/zend_variables.c:78:62: warning: unused parameter ‘ref’ [-Wunused-parameter]
static void ZEND_FASTCALL zend_empty_destroy(zend_reference *ref)
^~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend.c -o Zend/zend.lo
In file included from /mnt/c/Dev/php-src/Zend/zend.c:34:0:
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:66:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_FPU = (1<<0 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:67:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_VME = (1<<1 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:68:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_DE = (1<<2 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:69:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PSE = (1<<3 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:70:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_TSC = (1<<4 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:71:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MSR = (1<<5 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:72:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PAE = (1<<6 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:73:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MCE = (1<<7 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:74:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_CX8 = (1<<8 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:75:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_APIC = (1<<9 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:77:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_SEP = (1<<11 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:78:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MTRR = (1<<12 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:79:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PGE = (1<<13 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:80:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MCA = (1<<14 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:81:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_CMOV = (1<<15 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:82:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PAT = (1<<16 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:83:29: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PSE36 = (1<<17 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:84:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PN = (1<<18 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:85:30: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_CLFLUSH = (1<<19 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:87:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_DS = (1<<21 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:88:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_ACPI = (1<<22 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:89:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MMX = (1<<23 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:90:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_FXSR = (1<<24 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:91:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_SSE = (1<<25 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:92:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_SSE2 = (1<<26 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:93:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_SS = (1<<27 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:94:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_HT = (1<<28 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:95:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_TM = (1<<29 | ZEND_CPU_EDX_MASK)
^
In file included from /mnt/c/Dev/php-src/Zend/zend.c:28:0:
/mnt/c/Dev/php-src/Zend/zend.c: In function ‘OnUpdateErrorReporting’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:94:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:94:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:94:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:94:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.c:28:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:94:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.c:28:0:
/mnt/c/Dev/php-src/Zend/zend.c: In function ‘OnUpdateGCEnabled’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:105:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateGCEnabled) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:105:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateGCEnabled) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:105:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateGCEnabled) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:105:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateGCEnabled) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.c:28:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:105:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateGCEnabled) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.c: In function ‘zend_gc_enabled_displayer_cb’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:29:65: warning: unused parameter ‘ini_entry’ [-Wunused-parameter]
#define ZEND_INI_DISP(name) ZEND_COLD void name(zend_ini_entry *ini_entry, int type)
^
/mnt/c/Dev/php-src/Zend/zend.c:116:8: note: in expansion of macro ‘ZEND_INI_DISP’
static ZEND_INI_DISP(zend_gc_enabled_displayer_cb) /* {{{ */
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:29:80: warning: unused parameter ‘type’ [-Wunused-parameter]
#define ZEND_INI_DISP(name) ZEND_COLD void name(zend_ini_entry *ini_entry, int type)
^
/mnt/c/Dev/php-src/Zend/zend.c:116:8: note: in expansion of macro ‘ZEND_INI_DISP’
static ZEND_INI_DISP(zend_gc_enabled_displayer_cb) /* {{{ */
^~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.c:28:0:
/mnt/c/Dev/php-src/Zend/zend.c: In function ‘OnUpdateScriptEncoding’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:127:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateScriptEncoding) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:89: warning: unused parameter ‘mh_arg1’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:127:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateScriptEncoding) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:104: warning: unused parameter ‘mh_arg2’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:127:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateScriptEncoding) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:127:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateScriptEncoding) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.c:28:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:127:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateScriptEncoding) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.c:28:0:
/mnt/c/Dev/php-src/Zend/zend.c: In function ‘OnUpdateAssertions’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:139:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateAssertions) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend.c:139:8: note: in expansion of macro ‘ZEND_INI_MH’
static ZEND_INI_MH(OnUpdateAssertions) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.c: In function ‘zend_print_zval’:
/mnt/c/Dev/php-src/Zend/zend.c:362:49: warning: unused parameter ‘indent’ [-Wunused-parameter]
ZEND_API size_t zend_print_zval(zval *expr, int indent) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend.c: In function ‘zend_output_debug_string’:
/mnt/c/Dev/php-src/Zend/zend.c:1597:60: warning: unused parameter ‘trigger_break’ [-Wunused-parameter]
ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) /* {{{ */
^~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_API.c -o Zend/zend_API.lo
/mnt/c/Dev/php-src/Zend/zend_API.c: In function ‘zend_parse_arg_impl’:
/mnt/c/Dev/php-src/Zend/zend_API.c:471:44: warning: unused parameter ‘arg_num’ [-Wunused-parameter]
static const char *zend_parse_arg_impl(int arg_num, zval *arg, va_list *va, const char **spec, char **error) /* {{{ */
^~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.c: In function ‘zend_sort_modules’:
/mnt/c/Dev/php-src/Zend/zend_API.c:1714:64: warning: unused parameter ‘siz’ [-Wunused-parameter]
static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_func_t swp) /* {{{ */
^~~
/mnt/c/Dev/php-src/Zend/zend_API.c:1714:84: warning: unused parameter ‘compare’ [-Wunused-parameter]
static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_func_t swp) /* {{{ */
^~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.c:1714:105: warning: unused parameter ‘swp’ [-Wunused-parameter]
static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_func_t swp) /* {{{ */
^~~
In file included from /mnt/c/Dev/php-src/Zend/zend_API.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_API.c: In function ‘zif_display_disabled_function’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.c:2640:20: note: in expansion of macro ‘ZEND_FUNCTION’
ZEND_API ZEND_COLD ZEND_FUNCTION(display_disabled_function)
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.c:2640:20: note: in expansion of macro ‘ZEND_FUNCTION’
ZEND_API ZEND_COLD ZEND_FUNCTION(display_disabled_function)
^~~~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_extensions.c -o Zend/zend_extensions.lo
/mnt/c/Dev/php-src/Zend/zend_extensions.c: In function ‘zend_extension_dtor’:
/mnt/c/Dev/php-src/Zend/zend_extensions.c:222:42: warning: unused parameter ‘extension’ [-Wunused-parameter]
void zend_extension_dtor(zend_extension *extension)
^~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_hash.c -o Zend/zend_hash.lo
/mnt/c/Dev/php-src/Zend/zend_hash.c: In function ‘_zend_is_inconsistent’:
/mnt/c/Dev/php-src/Zend/zend_hash.c:59:46: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘const HashTable * {aka const struct _zend_array *}’ [-Wformat=]
zend_output_debug_string(1, "%s(%d) : ht=%p is being destroyed", file, line, ht);
~^
/mnt/c/Dev/php-src/Zend/zend_hash.c:62:46: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘const HashTable * {aka const struct _zend_array *}’ [-Wformat=]
zend_output_debug_string(1, "%s(%d) : ht=%p is already destroyed", file, line, ht);
~^
/mnt/c/Dev/php-src/Zend/zend_hash.c:65:46: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘const HashTable * {aka const struct _zend_array *}’ [-Wformat=]
zend_output_debug_string(1, "%s(%d) : ht=%p is being cleaned", file, line, ht);
~^
/mnt/c/Dev/php-src/Zend/zend_hash.c:68:46: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘const HashTable * {aka const struct _zend_array *}’ [-Wformat=]
zend_output_debug_string(1, "%s(%d) : ht=%p is inconsistent", file, line, ht);
~^
/mnt/c/Dev/php-src/Zend/zend_hash.c: In function ‘_zend_hash_index_add_or_update_i’:
/mnt/c/Dev/php-src/Zend/zend_hash.c:967:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ((flag & HASH_ADD_NEXT) && h == ZEND_LONG_MIN) {
^~
In file included from /mnt/c/Dev/php-src/Zend/zend_operators.h:26:0,
from /mnt/c/Dev/php-src/Zend/zend.h:353,
from /mnt/c/Dev/php-src/Zend/zend_hash.c:21:
/mnt/c/Dev/php-src/Zend/zend_hash.c: In function ‘zend_hash_index_add_or_update’:
/mnt/c/Dev/php-src/Zend/zend_hash.c:1054:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ZEND_ASSERT(h == ht->nNextFreeElement);
^
/mnt/c/Dev/php-src/Zend/zend_hash.c:1054:3: note: in expansion of macro ‘ZEND_ASSERT’
ZEND_ASSERT(h == ht->nNextFreeElement);
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_hash.c:1057:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ZEND_ASSERT(h == ht->nNextFreeElement);
^
/mnt/c/Dev/php-src/Zend/zend_hash.c:1057:3: note: in expansion of macro ‘ZEND_ASSERT’
ZEND_ASSERT(h == ht->nNextFreeElement);
^~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_list.c -o Zend/zend_list.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_API.h:25:0,
from /mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:21:
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c: In function ‘zm_startup_core’:
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:29: warning: unused parameter ‘type’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:695:31: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define ZEND_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:155:1: note: in expansion of macro ‘ZEND_MINIT_FUNCTION’
ZEND_MINIT_FUNCTION(core) { /* {{{ */
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_modules.h:27:39: warning: unused parameter ‘module_number’ [-Wunused-parameter]
#define INIT_FUNC_ARGS int type, int module_number
^
/mnt/c/Dev/php-src/Zend/zend_API.h:161:74: note: in expansion of macro ‘INIT_FUNC_ARGS’
#define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
^~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:695:31: note: in expansion of macro ‘ZEND_MODULE_STARTUP_D’
#define ZEND_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
^~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:155:1: note: in expansion of macro ‘ZEND_MINIT_FUNCTION’
ZEND_MINIT_FUNCTION(core) { /* {{{ */
^~~~~~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:20:0:
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c: In function ‘zif_gc_enable’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:233:1: note: in expansion of macro ‘ZEND_FUNCTION’
ZEND_FUNCTION(gc_enable)
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c: In function ‘zif_gc_disable’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:247:1: note: in expansion of macro ‘ZEND_FUNCTION’
ZEND_FUNCTION(gc_disable)
^~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend.h:27:0,
from /mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:20:
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c: In function ‘class_exists_impl’:
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:1233:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
RETURN_BOOL(((ce->ce_flags & flags) == flags) && !(ce->ce_flags & skip_flags));
^
/mnt/c/Dev/php-src/Zend/zend_types.h:882:5: note: in definition of macro ‘ZVAL_BOOL’
(b) ? IS_TRUE : IS_FALSE; \
^
/mnt/c/Dev/php-src/Zend/zend_API.h:661:34: note: in expansion of macro ‘RETVAL_BOOL’
#define RETURN_BOOL(b) do { RETVAL_BOOL(b); return; } while (0)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:1233:3: note: in expansion of macro ‘RETURN_BOOL’
RETURN_BOOL(((ce->ce_flags & flags) == flags) && !(ce->ce_flags & skip_flags));
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c: In function ‘zif_get_defined_constants’:
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:1761:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
} else if (ZEND_CONSTANT_MODULE_NUMBER(val) > i) {
^
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c: In function ‘zif_define’:
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:668:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (Z_OBJ_HT_P(val)->cast_object) {
^
/mnt/c/Dev/php-src/Zend/zend_builtin_functions.c:675:3: note: here
default:
^~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_ini.c -o Zend/zend_ini.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.c: In function ‘OnUpdateBool’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:585:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateBool) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:585:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateBool) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:585:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateBool) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.c: In function ‘OnUpdateLong’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:603:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateLong) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:603:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateLong) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:603:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateLong) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.c: In function ‘OnUpdateLongGEZero’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:621:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateLongGEZero) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:621:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateLongGEZero) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:621:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateLongGEZero) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.c: In function ‘OnUpdateReal’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:644:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateReal) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:644:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateReal) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:644:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateReal) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.c: In function ‘OnUpdateString’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:662:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateString) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:662:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateString) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:662:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateString) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.c: In function ‘OnUpdateStringUnempty’:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:52: warning: unused parameter ‘entry’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:680:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateStringUnempty) /* {{{ */
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:119: warning: unused parameter ‘mh_arg3’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:680:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateStringUnempty) /* {{{ */
^~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ini.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_ini.h:28:132: warning: unused parameter ‘stage’ [-Wunused-parameter]
#define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
^
/mnt/c/Dev/php-src/Zend/zend_ini.c:680:10: note: in expansion of macro ‘ZEND_INI_MH’
ZEND_API ZEND_INI_MH(OnUpdateStringUnempty) /* {{{ */
^~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_sort.c -o Zend/zend_sort.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_multibyte.c -o Zend/zend_multibyte.lo
/mnt/c/Dev/php-src/Zend/zend_multibyte.c: In function ‘dummy_encoding_fetcher’:
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:26:64: warning: unused parameter ‘encoding_name’ [-Wunused-parameter]
static const zend_encoding *dummy_encoding_fetcher(const char *encoding_name)
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c: In function ‘dummy_encoding_lexer_compatibility_checker’:
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:36:76: warning: unused parameter ‘encoding’ [-Wunused-parameter]
static int dummy_encoding_lexer_compatibility_checker(const zend_encoding *encoding)
^~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c: In function ‘dummy_encoding_detector’:
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:41:74: warning: unused parameter ‘string’ [-Wunused-parameter]
static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size)
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:41:89: warning: unused parameter ‘length’ [-Wunused-parameter]
static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size)
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:41:119: warning: unused parameter ‘list’ [-Wunused-parameter]
static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size)
^~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:41:132: warning: unused parameter ‘list_size’ [-Wunused-parameter]
static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size)
^~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c: In function ‘dummy_encoding_converter’:
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:46:56: warning: unused parameter ‘to’ [-Wunused-parameter]
static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from)
^~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:46:68: warning: unused parameter ‘to_length’ [-Wunused-parameter]
static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from)
^~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:46:100: warning: unused parameter ‘from’ [-Wunused-parameter]
static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from)
^~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:46:113: warning: unused parameter ‘from_length’ [-Wunused-parameter]
static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:46:147: warning: unused parameter ‘encoding_to’ [-Wunused-parameter]
static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:46:181: warning: unused parameter ‘encoding_from’ [-Wunused-parameter]
static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from)
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c: In function ‘dummy_encoding_list_parser’:
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:51:51: warning: unused parameter ‘encoding_list’ [-Wunused-parameter]
static int dummy_encoding_list_parser(const char *encoding_list, size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent)
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:51:73: warning: unused parameter ‘encoding_list_len’ [-Wunused-parameter]
static int dummy_encoding_list_parser(const char *encoding_list, size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent)
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_multibyte.c: In function ‘dummy_internal_encoding_setter’:
/mnt/c/Dev/php-src/Zend/zend_multibyte.c:63:64: warning: unused parameter ‘encoding’ [-Wunused-parameter]
static int dummy_internal_encoding_setter(const zend_encoding *encoding)
^~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_ts_hash.c -o Zend/zend_ts_hash.lo
/mnt/c/Dev/php-src/Zend/zend_ts_hash.c: In function ‘begin_read’:
/mnt/c/Dev/php-src/Zend/zend_ts_hash.c:23:37: warning: unused parameter ‘ht’ [-Wunused-parameter]
static void begin_read(TsHashTable *ht)
^~
/mnt/c/Dev/php-src/Zend/zend_ts_hash.c: In function ‘end_read’:
/mnt/c/Dev/php-src/Zend/zend_ts_hash.c:34:35: warning: unused parameter ‘ht’ [-Wunused-parameter]
static void end_read(TsHashTable *ht)
^~
/mnt/c/Dev/php-src/Zend/zend_ts_hash.c: In function ‘begin_write’:
/mnt/c/Dev/php-src/Zend/zend_ts_hash.c:45:38: warning: unused parameter ‘ht’ [-Wunused-parameter]
static void begin_write(TsHashTable *ht)
^~
/mnt/c/Dev/php-src/Zend/zend_ts_hash.c: In function ‘end_write’:
/mnt/c/Dev/php-src/Zend/zend_ts_hash.c:52:36: warning: unused parameter ‘ht’ [-Wunused-parameter]
static void end_write(TsHashTable *ht)
^~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_stream.c -o Zend/zend_stream.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_iterators.c -o Zend/zend_iterators.lo
/mnt/c/Dev/php-src/Zend/zend_iterators.c:54:1: warning: missing initializer for field ‘get_properties_for’ of ‘zend_object_handlers {aka const struct _zend_object_handlers}’ [-Wmissing-field-initializers]
};
^
In file included from /mnt/c/Dev/php-src/Zend/zend.h:352:0,
from /mnt/c/Dev/php-src/Zend/zend_iterators.c:20:
/mnt/c/Dev/php-src/Zend/zend_object_handlers.h:168:36: note: ‘get_properties_for’ declared here
zend_object_get_properties_for_t get_properties_for; /* optional */
^~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_iterators.c: In function ‘iter_wrapper_dtor’:
/mnt/c/Dev/php-src/Zend/zend_iterators.c:67:44: warning: unused parameter ‘object’ [-Wunused-parameter]
static void iter_wrapper_dtor(zend_object *object)
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_iterators.c: In function ‘iter_wrapper_get_gc’:
/mnt/c/Dev/php-src/Zend/zend_iterators.c:71:52: warning: unused parameter ‘object’ [-Wunused-parameter]
static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n) {
^~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_interfaces.c -o Zend/zend_interfaces.lo
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_user_it_get_iterator’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:240:74: warning: unused parameter ‘ce’ [-Wunused-parameter]
static zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_ref)
^~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_implement_traversable’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:287:57: warning: unused parameter ‘interface’ [-Wunused-parameter]
static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type)
^~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_implement_arrayaccess’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:429:57: warning: unused parameter ‘interface’ [-Wunused-parameter]
static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type)
^~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:429:86: warning: unused parameter ‘class_type’ [-Wunused-parameter]
static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type)
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_user_serialize’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:436:110: warning: unused parameter ‘data’ [-Wunused-parameter]
ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data *data)
^~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_user_unserialize’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:473:137: warning: unused parameter ‘data’ [-Wunused-parameter]
ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserialize_data *data)
^~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_class_serialize_deny’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:495:70: warning: unused parameter ‘buffer’ [-Wunused-parameter]
ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data *data) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:495:86: warning: unused parameter ‘buf_len’ [-Wunused-parameter]
ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data *data) /* {{{ */
^~~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:495:116: warning: unused parameter ‘data’ [-Wunused-parameter]
ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data *data) /* {{{ */
^~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_class_unserialize_deny’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:503:48: warning: unused parameter ‘object’ [-Wunused-parameter]
ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserialize_data *data) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:503:99: warning: unused parameter ‘buf’ [-Wunused-parameter]
ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserialize_data *data) /* {{{ */
^~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:503:111: warning: unused parameter ‘buf_len’ [-Wunused-parameter]
ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserialize_data *data) /* {{{ */
^~~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:503:143: warning: unused parameter ‘data’ [-Wunused-parameter]
ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserialize_data *data) /* {{{ */
^~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_implement_serializable’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:511:58: warning: unused parameter ‘interface’ [-Wunused-parameter]
static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type)
^~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c: In function ‘zend_implement_countable’:
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:529:55: warning: unused parameter ‘interface’ [-Wunused-parameter]
static int zend_implement_countable(zend_class_entry *interface, zend_class_entry *class_type)
^~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_interfaces.c:529:84: warning: unused parameter ‘class_type’ [-Wunused-parameter]
static int zend_implement_countable(zend_class_entry *interface, zend_class_entry *class_type)
^~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_exceptions.c -o Zend/zend_exceptions.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_exceptions.c:22:0:
/mnt/c/Dev/php-src/Zend/zend_exceptions.c: In function ‘zim_exception___clone’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_exceptions.c:261:11: note: in expansion of macro ‘ZEND_METHOD’
ZEND_COLD ZEND_METHOD(exception, __clone)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_exceptions.c:261:11: note: in expansion of macro ‘ZEND_METHOD’
ZEND_COLD ZEND_METHOD(exception, __clone)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_exceptions.c: In function ‘zim_exception___wakeup’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_exceptions.c:319:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(exception, __wakeup)
^~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_strtod.c -o Zend/zend_strtod.lo
/mnt/c/Dev/php-src/Zend/zend_strtod.c: In function ‘zend_strtod’:
/mnt/c/Dev/php-src/Zend/zend_strtod.c:2577:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
sign = 1;
~~~~~^~~
/mnt/c/Dev/php-src/Zend/zend_strtod.c:2579:3: note: here
case '+':
^~~~
/mnt/c/Dev/php-src/Zend/zend_strtod.c:2697:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
esign = 1;
~~~~~~^~~
/mnt/c/Dev/php-src/Zend/zend_strtod.c:2698:4: note: here
case '+':
^~~~
/mnt/c/Dev/php-src/Zend/zend_strtod.c: In function ‘zend_dtoa’:
/mnt/c/Dev/php-src/Zend/zend_strtod.c:3951:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
leftright = 0;
~~~~~~~~~~^~~
/mnt/c/Dev/php-src/Zend/zend_strtod.c:3953:3: note: here
case 4:
^~~~
/mnt/c/Dev/php-src/Zend/zend_strtod.c:3959:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
leftright = 0;
~~~~~~~~~~^~~
/mnt/c/Dev/php-src/Zend/zend_strtod.c:3961:3: note: here
case 5:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_gc.c -o Zend/zend_gc.lo
/mnt/c/Dev/php-src/Zend/zend_gc.c: In function ‘gc_remove_nested_data_from_buffer’:
/mnt/c/Dev/php-src/Zend/zend_gc.c:1333:44: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
GC_TRACE_REF(ref, "removing from buffer");
^
/mnt/c/Dev/php-src/Zend/zend_gc.c:1373:45: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
GC_TRACE_REF(ht, "removing from buffer");
^
/mnt/c/Dev/php-src/Zend/zend_gc.c: In function ‘zend_gc_collect_cycles’:
/mnt/c/Dev/php-src/Zend/zend_gc.c:1524:45: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
GC_TRACE_REF(obj, "calling destructor");
^
/mnt/c/Dev/php-src/Zend/zend_gc.c:1547:33: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
GC_TRACE_REF(p, "destroying");
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_closures.c -o Zend/zend_closures.lo
/mnt/c/Dev/php-src/Zend/zend_closures.c: In function ‘zend_closure_get_constructor’:
/mnt/c/Dev/php-src/Zend/zend_closures.c:360:75: warning: unused parameter ‘object’ [-Wunused-parameter]
static ZEND_COLD zend_function *zend_closure_get_constructor(zend_object *object) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c: In function ‘zend_closure_read_property’:
/mnt/c/Dev/php-src/Zend/zend_closures.c:426:64: warning: unused parameter ‘object’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_read_property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:426:85: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_read_property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:426:97: warning: unused parameter ‘type’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_read_property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */
^~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:426:110: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_read_property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:426:128: warning: unused parameter ‘rv’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_read_property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */
^~
/mnt/c/Dev/php-src/Zend/zend_closures.c: In function ‘zend_closure_write_property’:
/mnt/c/Dev/php-src/Zend/zend_closures.c:433:65: warning: unused parameter ‘object’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_write_property(zend_object *object, zend_string *member, zval *value, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:433:86: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_write_property(zend_object *object, zend_string *member, zval *value, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:433:100: warning: unused parameter ‘value’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_write_property(zend_object *object, zend_string *member, zval *value, void **cache_slot) /* {{{ */
^~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:433:114: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_write_property(zend_object *object, zend_string *member, zval *value, void **cache_slot) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c: In function ‘zend_closure_get_property_ptr_ptr’:
/mnt/c/Dev/php-src/Zend/zend_closures.c:440:71: warning: unused parameter ‘object’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:440:92: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:440:104: warning: unused parameter ‘type’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, void **cache_slot) /* {{{ */
^~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:440:117: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static ZEND_COLD zval *zend_closure_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, void **cache_slot) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c: In function ‘zend_closure_has_property’:
/mnt/c/Dev/php-src/Zend/zend_closures.c:447:61: warning: unused parameter ‘object’ [-Wunused-parameter]
static ZEND_COLD int zend_closure_has_property(zend_object *object, zend_string *member, int has_set_exists, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:447:82: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD int zend_closure_has_property(zend_object *object, zend_string *member, int has_set_exists, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:447:117: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static ZEND_COLD int zend_closure_has_property(zend_object *object, zend_string *member, int has_set_exists, void **cache_slot) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c: In function ‘zend_closure_unset_property’:
/mnt/c/Dev/php-src/Zend/zend_closures.c:456:64: warning: unused parameter ‘object’ [-Wunused-parameter]
static ZEND_COLD void zend_closure_unset_property(zend_object *object, zend_string *member, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:456:85: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD void zend_closure_unset_property(zend_object *object, zend_string *member, void **cache_slot) /* {{{ */
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:456:100: warning: unused parameter ‘cache_slot’ [-Wunused-parameter]
static ZEND_COLD void zend_closure_unset_property(zend_object *object, zend_string *member, void **cache_slot) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c: In function ‘zend_closure_get_closure’:
/mnt/c/Dev/php-src/Zend/zend_closures.c:503:134: warning: unused parameter ‘check_only’ [-Wunused-parameter]
int zend_closure_get_closure(zend_object *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_object **obj_ptr, zend_bool check_only) /* {{{ */
^~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_closures.c:21:0:
/mnt/c/Dev/php-src/Zend/zend_closures.c: In function ‘zim_Closure___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:597:11: note: in expansion of macro ‘ZEND_METHOD’
ZEND_COLD ZEND_METHOD(Closure, __construct)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_closures.c:597:11: note: in expansion of macro ‘ZEND_METHOD’
ZEND_COLD ZEND_METHOD(Closure, __construct)
^~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_weakrefs.c -o Zend/zend_weakrefs.lo
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zend_weakref_new’:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:170:56: warning: unused parameter ‘ce’ [-Wunused-parameter]
static zend_object* zend_weakref_new(zend_class_entry *ce) {
^~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zend_weakref_no_write’:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:242:80: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD zval* zend_weakref_no_write(zend_object *object, zend_string *member, zval *value, void **rtc) {
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:242:94: warning: unused parameter ‘value’ [-Wunused-parameter]
static ZEND_COLD zval* zend_weakref_no_write(zend_object *object, zend_string *member, zval *value, void **rtc) {
^~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:242:108: warning: unused parameter ‘rtc’ [-Wunused-parameter]
static ZEND_COLD zval* zend_weakref_no_write(zend_object *object, zend_string *member, zval *value, void **rtc) {
^~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zend_weakref_no_read’:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:248:79: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD zval* zend_weakref_no_read(zend_object *object, zend_string *member, int type, void **rtc, zval *rv) {
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:248:91: warning: unused parameter ‘type’ [-Wunused-parameter]
static ZEND_COLD zval* zend_weakref_no_read(zend_object *object, zend_string *member, int type, void **rtc, zval *rv) {
^~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:248:104: warning: unused parameter ‘rtc’ [-Wunused-parameter]
static ZEND_COLD zval* zend_weakref_no_read(zend_object *object, zend_string *member, int type, void **rtc, zval *rv) {
^~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:248:115: warning: unused parameter ‘rv’ [-Wunused-parameter]
static ZEND_COLD zval* zend_weakref_no_read(zend_object *object, zend_string *member, int type, void **rtc, zval *rv) {
^~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zend_weakref_no_read_ptr’:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:256:83: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD zval *zend_weakref_no_read_ptr(zend_object *object, zend_string *member, int type, void **rtc) {
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:256:95: warning: unused parameter ‘type’ [-Wunused-parameter]
static ZEND_COLD zval *zend_weakref_no_read_ptr(zend_object *object, zend_string *member, int type, void **rtc) {
^~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:256:108: warning: unused parameter ‘rtc’ [-Wunused-parameter]
static ZEND_COLD zval *zend_weakref_no_read_ptr(zend_object *object, zend_string *member, int type, void **rtc) {
^~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zend_weakref_no_isset’:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:261:78: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD int zend_weakref_no_isset(zend_object *object, zend_string *member, int hse, void **rtc) {
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:261:102: warning: unused parameter ‘rtc’ [-Wunused-parameter]
static ZEND_COLD int zend_weakref_no_isset(zend_object *object, zend_string *member, int hse, void **rtc) {
^~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zend_weakref_no_unset’:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:268:79: warning: unused parameter ‘member’ [-Wunused-parameter]
static ZEND_COLD void zend_weakref_no_unset(zend_object *object, zend_string *member, void **rtc) {
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:268:94: warning: unused parameter ‘rtc’ [-Wunused-parameter]
static ZEND_COLD void zend_weakref_no_unset(zend_object *object, zend_string *member, void **rtc) {
^~~
In file included from /mnt/c/Dev/php-src/Zend/zend_weakrefs.c:17:0:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zim_WeakReference___construct’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:272:11: note: in expansion of macro ‘ZEND_METHOD’
ZEND_COLD ZEND_METHOD(WeakReference, __construct)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:272:11: note: in expansion of macro ‘ZEND_METHOD’
ZEND_COLD ZEND_METHOD(WeakReference, __construct)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zend_weakmap_read_dimension’:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:330:93: warning: unused parameter ‘rv’ [-Wunused-parameter]
static zval *zend_weakmap_read_dimension(zend_object *object, zval *offset, int type, zval *rv)
^~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zend_weakmap_get_iterator’:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:552:21: warning: unused parameter ‘ce’ [-Wunused-parameter]
zend_class_entry *ce, zval *object, int by_ref)
^~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:552:43: warning: unused parameter ‘by_ref’ [-Wunused-parameter]
zend_class_entry *ce, zval *object, int by_ref)
^~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_weakrefs.c:17:0:
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zim_WeakMap_offsetSet’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:579:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(WeakMap, offsetSet)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c: In function ‘zim_WeakMap_offsetUnset’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_weakrefs.c:601:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(WeakMap, offsetUnset)
^~~~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_float.c -o Zend/zend_float.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_string.c -o Zend/zend_string.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_signal.c -o Zend/zend_signal.lo
/mnt/c/Dev/php-src/Zend/zend_signal.c: In function ‘zend_signal_handler’:
/mnt/c/Dev/php-src/Zend/zend_signal.c:187:20: warning: ISO C forbids comparison of ‘void *’ with function pointer [-Wpedantic]
if (p_sig.handler == SIG_DFL) { /* raise default handler */
^~
/mnt/c/Dev/php-src/Zend/zend_signal.c:209:27: warning: ISO C forbids comparison of ‘void *’ with function pointer [-Wpedantic]
} else if (p_sig.handler != SIG_IGN) {
^~
/mnt/c/Dev/php-src/Zend/zend_signal.c:213:37: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
SIGG(handlers)[signo-1].handler = SIG_DFL;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:215:6: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
(*(void (*)(int, siginfo_t*, void*))p_sig.handler)(signo, siginfo, context);
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:217:6: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
(*(void (*)(int))p_sig.handler)(signo);
^
/mnt/c/Dev/php-src/Zend/zend_signal.c: In function ‘zend_sigaction’:
/mnt/c/Dev/php-src/Zend/zend_signal.c:233:22: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
oldact->sa_handler = (void *) SIGG(handlers)[signo-1].handler;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:239:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
SIGG(handlers)[signo-1].handler = (void *) act->sa_sigaction;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:241:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
SIGG(handlers)[signo-1].handler = (void *) act->sa_handler;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:245:42: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
if (SIGG(handlers)[signo-1].handler == (void *) SIG_IGN) {
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:246:22: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
sa.sa_sigaction = (void *) SIG_IGN;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:246:20: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
sa.sa_sigaction = (void *) SIG_IGN;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c: In function ‘zend_signal_register’:
/mnt/c/Dev/php-src/Zend/zend_signal.c:297:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
SIGG(handlers)[signo-1].handler = (void *)sa.sa_sigaction;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:299:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
SIGG(handlers)[signo-1].handler = (void *)sa.sa_handler;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c: In function ‘zend_signal_deactivate’:
/mnt/c/Dev/php-src/Zend/zend_signal.c:350:25: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
sa.sa_sigaction != (void *) SIG_IGN) {
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:350:22: warning: ISO C forbids comparison of ‘void *’ with function pointer [-Wpedantic]
sa.sa_sigaction != (void *) SIG_IGN) {
^~
/mnt/c/Dev/php-src/Zend/zend_signal.c: In function ‘zend_signal_init’:
/mnt/c/Dev/php-src/Zend/zend_signal.c:401:45: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
global_orig_handlers[signo-1].handler = (void *) sa.sa_sigaction;
^
/mnt/c/Dev/php-src/Zend/zend_signal.c:403:45: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
global_orig_handlers[signo-1].handler = (void *) sa.sa_handler;
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_generators.c -o Zend/zend_generators.lo
/mnt/c/Dev/php-src/Zend/zend_generators.c: In function ‘calc_gc_buffer_size’:
/mnt/c/Dev/php-src/Zend/zend_generators.c:304:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < op_array->last_live_range; i++) {
^
/mnt/c/Dev/php-src/Zend/zend_generators.c: In function ‘zend_generator_get_gc’:
/mnt/c/Dev/php-src/Zend/zend_generators.c:387:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < op_array->last_live_range; i++) {
^
/mnt/c/Dev/php-src/Zend/zend_generators.c: In function ‘zend_generator_get_constructor’:
/mnt/c/Dev/php-src/Zend/zend_generators.c:443:77: warning: unused parameter ‘object’ [-Wunused-parameter]
static ZEND_COLD zend_function *zend_generator_get_constructor(zend_object *object) /* {{{ */
^~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_generators.c:20:0:
/mnt/c/Dev/php-src/Zend/zend_generators.c: In function ‘zim_Generator_rewind’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_generators.c:894:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(Generator, rewind)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_generators.c: In function ‘zim_Generator_next’:
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:66:38: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_generators.c:968:1: note: in expansion of macro ‘ZEND_METHOD’
ZEND_METHOD(Generator, next)
^~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_generators.c: In function ‘zend_generator_get_iterator’:
/mnt/c/Dev/php-src/Zend/zend_generators.c:1163:69: warning: unused parameter ‘ce’ [-Wunused-parameter]
zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */
^~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_virtual_cwd.c -o Zend/zend_virtual_cwd.lo
/mnt/c/Dev/php-src/Zend/zend_virtual_cwd.c: In function ‘cwd_globals_dtor’:
/mnt/c/Dev/php-src/Zend/zend_virtual_cwd.c:149:51: warning: unused parameter ‘cwd_g’ [-Wunused-parameter]
static void cwd_globals_dtor(virtual_cwd_globals *cwd_g) /* {{{ */
^~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_ast.c -o Zend/zend_ast.lo
/mnt/c/Dev/php-src/Zend/zend_ast.c: In function ‘zend_ast_create_list_1’:
/mnt/c/Dev/php-src/Zend/zend_ast.c:273:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (lineno > CG(zend_lineno)) {
^
/mnt/c/Dev/php-src/Zend/zend_ast.c: In function ‘zend_ast_create_list_2’:
/mnt/c/Dev/php-src/Zend/zend_ast.c:298:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (lineno > CG(zend_lineno)) {
^
/mnt/c/Dev/php-src/Zend/zend_ast.c:303:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (lineno > CG(zend_lineno)) {
^
/mnt/c/Dev/php-src/Zend/zend_ast.c: In function ‘zend_ast_export_qstr’:
/mnt/c/Dev/php-src/Zend/zend_ast.c:968:10: warning: non-ISO-standard escape sequence, '\e'
case '\e':
^~~~
/mnt/c/Dev/php-src/Zend/zend_ast.c: In function ‘zend_ast_export_var’:
/mnt/c/Dev/php-src/Zend/zend_ast.c:1070:78: warning: unused parameter ‘priority’ [-Wunused-parameter]
static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent)
^~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_ast.c:24:0:
/mnt/c/Dev/php-src/Zend/zend_ast.c: In function ‘zend_ast_export_ex’:
/mnt/c/Dev/php-src/Zend/zend_smart_str.h:31:2: warning: this statement may fall through [-Wimplicit-fallthrough=]
smart_str_appendc_ex((dest), (c), 0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ast.c:1886:4: note: in expansion of macro ‘smart_str_appendc’
smart_str_appendc(str, '$');
^~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_ast.c:1888:3: note: here
case ZEND_AST_CONST_ELEM:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_objects.c -o Zend/zend_objects.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_object_handlers.c -o Zend/zend_object_handlers.lo
/mnt/c/Dev/php-src/Zend/zend_object_handlers.c: In function ‘zend_std_get_closure’:
/mnt/c/Dev/php-src/Zend/zend_object_handlers.c:1820:139: warning: unused parameter ‘check_only’ [-Wunused-parameter]
ZEND_API int zend_std_get_closure(zend_object *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_object **obj_ptr, zend_bool check_only) /* {{{ */
^~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_object_handlers.c: In function ‘zend_std_get_properties_for’:
/mnt/c/Dev/php-src/Zend/zend_object_handlers.c:1848:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (obj->handlers->get_debug_info) {
^
/mnt/c/Dev/php-src/Zend/zend_object_handlers.c:1857:3: note: here
case ZEND_PROP_PURPOSE_ARRAY_CAST:
^~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_objects_API.c -o Zend/zend_objects_API.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_default_classes.c -o Zend/zend_default_classes.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_inheritance.c -o Zend/zend_inheritance.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_smart_str.c -o Zend/zend_smart_str.lo
/mnt/c/Dev/php-src/Zend/zend_smart_str.c: In function ‘zend_compute_escaped_string_len’:
/mnt/c/Dev/php-src/Zend/zend_smart_str.c:67:48: warning: non-ISO-standard escape sequence, '\e'
c == '\f' || c == '\v' || c == '\\' || c == VK_ESCAPE) {
^~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_smart_str.c: In function ‘smart_str_append_escaped’:
/mnt/c/Dev/php-src/Zend/zend_smart_str.c:95:10: warning: non-ISO-standard escape sequence, '\e'
case VK_ESCAPE: *res++ = 'e'; break;
^~~~~~~~~
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_cpuinfo.c -o Zend/zend_cpuinfo.lo
In file included from /mnt/c/Dev/php-src/Zend/zend_cpuinfo.c:19:0:
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:66:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_FPU = (1<<0 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:67:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_VME = (1<<1 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:68:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_DE = (1<<2 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:69:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PSE = (1<<3 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:70:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_TSC = (1<<4 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:71:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MSR = (1<<5 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:72:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PAE = (1<<6 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:73:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MCE = (1<<7 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:74:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_CX8 = (1<<8 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:75:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_APIC = (1<<9 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:77:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_SEP = (1<<11 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:78:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MTRR = (1<<12 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:79:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PGE = (1<<13 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:80:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MCA = (1<<14 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:81:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_CMOV = (1<<15 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:82:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PAT = (1<<16 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:83:29: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PSE36 = (1<<17 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:84:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_PN = (1<<18 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:85:30: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_CLFLUSH = (1<<19 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:87:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_DS = (1<<21 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:88:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_ACPI = (1<<22 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:89:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_MMX = (1<<23 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:90:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_FXSR = (1<<24 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:91:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_SSE = (1<<25 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:92:28: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_SSE2 = (1<<26 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:93:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_SS = (1<<27 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:94:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_HT = (1<<28 | ZEND_CPU_EDX_MASK),
^
/mnt/c/Dev/php-src/Zend/zend_cpuinfo.h:95:27: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
ZEND_CPU_FEATURE_TM = (1<<29 | ZEND_CPU_EDX_MASK)
^
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_gdb.c -o Zend/zend_gdb.lo
/bin/bash /mnt/c/Dev/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/mnt/c/Dev/php-src/Zend/ -DPHP_ATOM_INC -I/mnt/c/Dev/php-src/include -I/mnt/c/Dev/php-src/main -I/mnt/c/Dev/php-src -I/usr/include/valgrind -I/mnt/c/Dev/php-src/ext/date/lib -I/mnt/c/Dev/php-src/TSRM -I/mnt/c/Dev/php-src/Zend -Wall -Wpedantic -Wextra -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -g -DZEND_SIGNALS -c /mnt/c/Dev/php-src/Zend/zend_execute.c -o Zend/zend_execute.lo
/mnt/c/Dev/php-src/Zend/zend_execute.c:68:3: warning: file-scope declaration of ‘execute_data’ specifies ‘register’ [-Wpedantic]
register zend_execute_data* volatile execute_data __asm__(ZEND_VM_FP_GLOBAL_REG);
^~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute.c:100:3: warning: file-scope declaration of ‘opline’ specifies ‘register’ [-Wpedantic]
register const zend_op* volatile opline __asm__(ZEND_VM_IP_GLOBAL_REG);
^~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_execute.c:26:0:
/mnt/c/Dev/php-src/Zend/zend_execute.c: In function ‘zif_pass’:
/mnt/c/Dev/php-src/Zend/zend.h:48:57: warning: unused parameter ‘execute_data’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute.c:126:8: note: in expansion of macro ‘ZEND_FUNCTION’
static ZEND_FUNCTION(pass)
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend.h:48:77: warning: unused parameter ‘return_value’ [-Wunused-parameter]
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
^
/mnt/c/Dev/php-src/Zend/zend_API.h:64:60: note: in expansion of macro ‘INTERNAL_FUNCTION_PARAMETERS’
#define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_API.h:65:32: note: in expansion of macro ‘ZEND_NAMED_FUNCTION’
#define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
^~~~~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute.c:126:8: note: in expansion of macro ‘ZEND_FUNCTION’
static ZEND_FUNCTION(pass)
^~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute.c: In function ‘_get_zval_ptr_undef’:
/mnt/c/Dev/php-src/Zend/zend_execute.c:466:85: warning: unused parameter ‘type’ [-Wunused-parameter]
static zend_always_inline zval *_get_zval_ptr_undef(int op_type, znode_op node, int type EXECUTE_DATA_DC OPLINE_DC)
^~~~
/mnt/c/Dev/php-src/Zend/zend_execute.c: In function ‘zend_throw_non_object_error’:
/mnt/c/Dev/php-src/Zend/zend_execute.c:614:89: warning: unused parameter ‘object’ [-Wunused-parameter]
static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_throw_non_object_error(zval *object, zval *property OPLINE_DC EXECUTE_DATA_DC)
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute.c: At top level:
/mnt/c/Dev/php-src/Zend/zend_execute.c:998:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
static zend_bool zend_always_inline i_zend_verify_property_type(zend_property_info *info, zval *property, zend_bool strict)
^~~~~~
/mnt/c/Dev/php-src/Zend/zend_execute.c: In function ‘zend_check_type_slow’:
/mnt/c/Dev/php-src/Zend/zend_execute.c:1028:88: warning: unused parameter ‘scope’ [-Wunused-parameter]
zend_type type, zval *arg, zend_reference *ref, void **cache_slot, zend_class_entry *scope,
^~~~~
/mnt/c/Dev/php-src/Zend/zend_execute.c: In function ‘zend_throw_incdec_ref_error’:
/mnt/c/Dev/php-src/Zend/zend_execute.c:1653:19: warning: unused parameter ‘ref’ [-Wunused-parameter]
zend_reference *ref, zend_property_info *error_prop OPLINE_DC)
^~~
In file included from /mnt/c/Dev/php-src/Zend/zend_execute.c:4511:0:
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h: In function ‘ZEND_USER_OPCODE_SPEC_HANDLER’:
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:438:61: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
#define ZEND_VM_DISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_handler_func(opcode, opline))(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU));
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:368:34: note: in definition of macro ‘ZEND_VM_TAIL_CALL’
# define ZEND_VM_TAIL_CALL(call) call; return
^~~~
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:2613:4: note: in expansion of macro ‘ZEND_VM_DISPATCH’
ZEND_VM_DISPATCH(opline->opcode, opline);
^~~~~~~~~~~~~~~~
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:438:61: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
#define ZEND_VM_DISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_handler_func(opcode, opline))(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU));
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:368:34: note: in definition of macro ‘ZEND_VM_TAIL_CALL’
# define ZEND_VM_TAIL_CALL(call) call; return
^~~~
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:2615:4: note: in expansion of macro ‘ZEND_VM_DISPATCH’
ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline);
^~~~~~~~~~~~~~~~
In file included from /mnt/c/Dev/php-src/Zend/zend_execute.c:4511:0:
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h: In function ‘execute_ex’:
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48459:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NOP_SPEC_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48460:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48461:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48462:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48463:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48464:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48465:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48466:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48467:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48468:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48469:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48470:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48471:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48472:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48473:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48474:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48475:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48476:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48477:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48478:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48479:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48480:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48481:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48482:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48483:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48484:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48485:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48486:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48487:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48488:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48489:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48490:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48491:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48492:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48493:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48494:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48495:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48496:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48497:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48498:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48499:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48500:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48501:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48502:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48503:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48504:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48505:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48506:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48507:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48508:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48509:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48510:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48511:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48512:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48513:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48514:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48515:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48516:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48517:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48518:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48519:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48520:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48521:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48522:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48523:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48524:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48525:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48526:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48527:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48528:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48529:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48530:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48531:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48532:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48533:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48534:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48535:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48536:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48537:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48538:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48539:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_CONST_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48540:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48541:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48542:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48543:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48544:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48545:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48546:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48547:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48548:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48549:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48550:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48551:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48552:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48553:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48554:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48555:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48556:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48557:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48558:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48559:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DIV_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48560:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48561:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48562:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48563:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48564:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48565:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48566:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48567:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48568:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48569:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48570:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48571:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48572:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48573:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48574:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48575:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48576:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48577:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48578:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48579:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48580:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48581:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48582:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48583:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48584:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48585:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48586:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48587:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48588:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48589:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48590:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48591:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48592:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48593:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48594:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48595:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48596:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48597:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48598:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48599:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48600:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48601:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48602:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48603:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48604:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48605:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48606:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48607:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48608:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48609:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48610:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48611:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48612:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48613:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48614:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48615:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48616:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48617:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48618:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48619:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48620:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48621:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48622:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48623:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48624:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48625:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48626:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48627:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48628:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48629:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48630:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48631:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48632:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48633:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48634:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48635:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48636:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48637:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48638:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48639:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_CONST_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48640:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48641:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48642:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48643:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48644:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48645:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48646:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48647:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48648:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48649:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48650:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48651:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48652:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48653:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48654:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48655:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48656:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48657:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48658:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48659:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CONCAT_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48660:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48661:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48662:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48663:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48664:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48665:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48666:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48667:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48668:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48669:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48670:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48671:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48672:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48673:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48674:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48675:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48676:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48677:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48678:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48679:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48680:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48681:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48682:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48683:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48684:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48685:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48686:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48687:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48688:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48689:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48690:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48691:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48692:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48693:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48694:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48695:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48696:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48697:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48698:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48699:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48700:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48701:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48702:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48703:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48704:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48705:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48706:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48707:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48708:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48709:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48710:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48711:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48712:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48713:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48714:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48715:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48716:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48717:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48718:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48719:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48720:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48721:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48722:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48723:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48724:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48725:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48726:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48727:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48728:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48729:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48730:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48731:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48732:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48733:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48734:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48735:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48736:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48737:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48738:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48739:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_CONST_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48740:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48741:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48742:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48743:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48744:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48745:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48746:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48747:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48748:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48749:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48750:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48751:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48752:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48753:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48754:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48755:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48756:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48757:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48758:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48759:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POW_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48760:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_NOT_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48761:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_NOT_SPEC_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48762:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_NOT_SPEC_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48763:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48764:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BW_NOT_SPEC_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48765:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_NOT_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48766:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_NOT_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48767:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_NOT_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48768:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48769:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_NOT_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48770:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48771:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48772:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48773:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48774:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48775:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48776:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48777:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48778:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48779:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48780:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48781:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48782:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48783:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48784:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48785:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48786:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48787:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48788:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48789:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48790:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48791:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48792:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48793:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48794:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_XOR_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48795:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48796:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48797:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48798:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48799:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48800:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_TMP_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48801:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_TMP_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48802:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48803:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48804:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48805:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48806:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_VAR_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48807:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_VAR_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48808:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48809:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48810:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48811:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48812:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48813:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48814:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48815:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48816:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_CV_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48817:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_CV_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48818:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48819:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_IDENTICAL_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48820:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48821:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48822:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48823:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48824:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48825:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_TMP_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48826:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_TMP_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48827:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48828:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48829:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48830:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48831:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_VAR_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48832:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_VAR_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48833:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48834:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48835:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48836:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48837:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48838:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48839:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48840:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48841:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_CV_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48842:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_CV_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48843:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48844:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_IDENTICAL_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48845:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48846:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48847:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48848:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48849:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48850:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48851:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48852:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48853:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48854:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48855:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48856:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48857:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48858:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48859:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48860:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48861:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48862:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48863:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48864:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48865:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48866:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48867:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48868:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48869:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48870:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48871:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48872:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48873:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48874:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48875:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48876:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48877:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48878:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48879:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48880:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48881:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48882:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48883:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48884:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48885:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48886:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48887:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48888:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48889:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48890:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48891:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48892:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48893:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48894:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48895:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48896:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48897:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48898:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48899:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48900:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48901:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48902:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48903:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48904:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48905:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48906:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48907:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48908:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48909:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48910:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48911:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48912:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48913:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48914:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48915:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48916:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48917:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48918:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_CV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48919:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_EQUAL_SPEC_CV_CV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48920:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48921:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48922:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48923:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48924:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48925:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48926:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48927:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48928:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48929:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48930:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48931:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48932:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48933:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48934:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48935:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48936:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48937:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48938:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48939:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48940:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48941:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48942:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48943:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48944:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48945:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48946:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48947:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48948:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48949:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48950:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48951:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48952:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48953:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48954:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48955:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48956:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48957:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48958:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48959:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48960:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48961:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48962:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48963:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48964:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48965:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48966:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48967:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48968:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48969:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48970:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48971:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48972:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48973:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48974:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48975:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48976:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48977:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48978:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48979:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48980:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48981:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48982:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48983:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48984:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48985:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48986:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48987:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48988:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48989:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48990:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48991:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48992:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48993:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_CV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48994:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_NOT_EQUAL_SPEC_CV_CV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48995:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48996:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48997:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48998:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:48999:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49000:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49001:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49002:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49003:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49004:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49005:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49006:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49007:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49008:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49009:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49010:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49011:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49012:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49013:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49014:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49015:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49016:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49017:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49018:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49019:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49020:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49021:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49022:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49023:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49024:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49025:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49026:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49027:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49028:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49029:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49030:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49031:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49032:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49033:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49034:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49035:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49036:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49037:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49038:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49039:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49040:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49041:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49042:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49043:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49044:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49045:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49046:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49047:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49048:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49049:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49050:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49051:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49052:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49053:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49054:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49055:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49056:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49057:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49058:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49059:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49060:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49061:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49062:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49063:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49064:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49065:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49066:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49067:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49068:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49069:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49070:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49071:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49072:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49073:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49074:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49075:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49076:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49077:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49078:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49079:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49080:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49081:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49082:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49083:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49084:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49085:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49086:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49087:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49088:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49089:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49090:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49091:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49092:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49093:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49094:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49095:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49096:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49097:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49098:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49099:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49100:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49101:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49102:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49103:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49104:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49105:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49106:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49107:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49108:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49109:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49110:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49111:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49112:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49113:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49114:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49115:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49116:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49117:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49118:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49119:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49120:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49121:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49122:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49123:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49124:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49125:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49126:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49127:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49128:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49129:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49130:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49131:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49132:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49133:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49134:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49135:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49136:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49137:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49138:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49139:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49140:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49141:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49142:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49143:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49144:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49145:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49146:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49147:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49148:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49149:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49150:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49151:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49152:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49153:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49154:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49155:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49156:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49157:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49158:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49159:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49160:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49161:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49162:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49163:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49164:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49165:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_VAR_CONST_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49166:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_VAR_CONST_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49167:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_VAR_TMP_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49168:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_VAR_TMP_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49169:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_VAR_VAR_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49170:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_VAR_VAR_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49171:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49172:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49173:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_VAR_CV_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49174:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_VAR_CV_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49175:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49176:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49177:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49178:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49179:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49180:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49181:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49182:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49183:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49184:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49185:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_CV_CONST_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49186:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_CV_CONST_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49187:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_CV_TMP_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49188:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_CV_TMP_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49189:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_CV_VAR_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49190:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_CV_VAR_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49191:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49192:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49193:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_CV_CV_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49194:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_SPEC_CV_CV_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49195:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49196:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49197:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49198:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49199:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49200:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49201:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49202:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49203:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49204:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49205:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49206:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49207:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49208:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49209:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49210:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49211:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49212:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49213:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49214:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49215:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49216:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49217:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49218:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49219:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49220:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49221:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49222:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49223:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49224:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49225:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49226:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49227:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49228:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49229:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49230:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49231:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49232:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49233:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49234:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49235:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49236:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49237:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49238:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49239:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49240:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49241:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49242:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49243:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49244:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49245:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49246:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49247:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49248:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49249:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49250:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49251:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49252:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49253:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49254:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49255:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49256:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49257:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49258:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49259:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49260:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49261:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49262:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49263:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49264:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49265:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49266:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49267:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49268:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49269:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49270:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49271:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49272:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49273:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49274:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49275:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49276:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49277:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49278:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49279:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49280:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49281:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49282:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49283:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49284:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49285:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49286:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49287:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49288:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49289:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49290:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49291:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49292:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49293:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49294:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49295:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49296:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49297:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49298:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49299:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49300:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49301:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49302:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49303:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49304:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49305:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49306:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49307:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49308:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49309:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49310:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49311:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49312:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49313:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49314:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49315:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49316:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49317:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49318:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49319:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49320:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49321:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49322:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49323:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49324:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49325:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49326:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49327:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49328:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49329:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49330:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49331:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49332:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49333:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49334:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49335:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49336:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49337:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49338:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49339:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49340:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49341:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49342:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49343:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49344:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49345:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49346:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49347:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49348:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49349:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49350:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49351:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49352:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49353:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49354:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49355:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49356:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49357:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49358:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49359:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49360:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49361:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49362:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49363:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49364:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49365:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49366:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49367:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49368:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49369:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49370:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49371:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49372:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49373:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49374:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49375:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49376:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49377:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49378:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49379:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49380:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49381:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49382:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49383:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49384:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49385:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49386:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49387:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49388:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49389:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49390:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49391:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49392:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49393:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49394:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49395:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49396:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49397:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49398:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49399:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49400:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49401:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49402:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49403:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49404:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49405:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49406:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49407:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49408:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49409:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49410:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49411:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49412:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49413:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49414:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49415:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49416:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49417:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49418:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49419:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49420:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49421:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49422:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49423:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49424:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49425:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49426:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49427:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49428:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49429:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49430:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49431:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49432:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49433:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49434:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49435:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49436:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49437:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49438:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49439:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49440:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49441:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49442:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49443:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49444:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49445:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49446:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49447:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49448:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49449:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49450:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49451:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49452:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49453:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49454:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49455:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49456:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49457:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49458:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49459:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49460:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OP_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49461:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OP_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49462:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OP_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49463:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49464:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OP_SPEC_VAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49465:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49466:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49467:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49468:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49469:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49470:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OP_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49471:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OP_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49472:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OP_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49473:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49474:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OP_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49475:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49476:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49477:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49478:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49479:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49480:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49481:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49482:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49483:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49484:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49485:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49486:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49487:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49488:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49489:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_VAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49490:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49491:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49492:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49493:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49494:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49495:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49496:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49497:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49498:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_CV_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49499:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_DIM_OP_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49500:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49501:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49502:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49503:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49504:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49505:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49506:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49507:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49508:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49509:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49510:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49511:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49512:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49513:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49514:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49515:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49516:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49517:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49518:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49519:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49520:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49521:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49522:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49523:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49524:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_OP_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49525:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_STATIC_PROP_OP_SPEC_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49526:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49527:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49528:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49529:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49530:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49531:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49532:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49533:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49534:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49535:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49536:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49537:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49538:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_REF_SPEC_VAR_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49539:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49540:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_REF_SPEC_VAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49541:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49542:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49543:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49544:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49545:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49546:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49547:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49548:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_REF_SPEC_CV_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49549:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49550:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_REF_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49551:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_QM_ASSIGN_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49552:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_QM_ASSIGN_SPEC_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49553:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_QM_ASSIGN_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49554:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49555:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_QM_ASSIGN_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49556:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49557:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49558:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49559:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49560:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49561:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49562:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49563:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49564:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49565:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49566:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49567:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49568:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49569:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49570:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49571:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49572:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49573:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49574:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49575:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49576:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49577:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49578:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49579:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49580:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49581:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49582:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49583:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49584:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49585:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49586:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49587:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49588:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49589:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49590:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49591:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49592:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49593:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49594:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49595:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49596:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49597:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49598:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49599:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49600:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49601:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49602:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49603:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49604:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49605:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49606:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49607:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49608:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CONST_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49609:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49610:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CONST_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49611:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49612:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49613:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_VAR_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49614:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49615:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_VAR_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49616:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49617:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49618:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_VAR_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49619:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49620:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_VAR_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49621:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49622:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49623:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49624:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49625:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49626:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49627:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49628:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CV_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49629:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49630:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CV_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49631:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49632:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49633:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CONST_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49634:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49635:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CONST_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49636:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49637:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49638:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49639:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49640:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49641:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49642:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49643:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49644:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49645:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49646:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49647:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49648:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49649:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49650:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49651:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49652:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49653:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CV_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49654:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49655:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CV_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49656:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49657:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49658:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_CV_CONST_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49659:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49660:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_CV_CONST_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49661:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49662:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49663:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_CV_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49664:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49665:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_CV_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49666:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49667:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49668:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_CV_TMPVAR_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49669:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49670:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_CV_TMPVAR_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49671:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49672:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49673:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49674:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49675:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49676:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49677:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49678:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_CV_CV_OP_DATA_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49679:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49680:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_OBJ_REF_SPEC_CV_CV_OP_DATA_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49681:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ASSIGN_STATIC_PROP_REF_SPEC_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49682:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49683:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49684:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49685:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49686:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_INC_SPEC_VAR_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49687:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_INC_SPEC_VAR_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49688:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49689:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49690:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_INC_SPEC_CV_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49691:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_INC_SPEC_CV_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49692:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49693:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49694:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49695:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49696:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_DEC_SPEC_VAR_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49697:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_DEC_SPEC_VAR_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49698:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49699:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49700:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_DEC_SPEC_CV_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49701:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_DEC_SPEC_CV_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49702:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49703:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49704:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POST_INC_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49705:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49706:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POST_INC_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49707:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49708:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49709:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POST_DEC_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49710:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49711:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POST_DEC_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49712:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_PRE_INC_STATIC_PROP_SPEC_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49713:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_POST_INC_STATIC_PROP_SPEC_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49714:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMP_SPEC_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49715:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZ_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49716:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZ_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49717:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZ_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49718:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49719:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZ_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49720:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPNZ_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49721:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPNZ_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49722:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPNZ_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49723:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49724:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPNZ_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49725:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZNZ_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49726:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZNZ_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49727:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZNZ_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49728:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49729:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZNZ_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49730:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZ_EX_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49731:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZ_EX_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49732:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZ_EX_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49733:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49734:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPZ_EX_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49735:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPNZ_EX_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49736:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPNZ_EX_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49737:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPNZ_EX_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49738:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49739:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_JMPNZ_EX_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49740:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CASE_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49741:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CASE_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49742:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CASE_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49743:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49744:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CASE_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49745:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CHECK_VAR_SPEC_CV_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49746:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49747:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_QUICK_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49748:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CAST_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49749:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CAST_SPEC_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49750:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CAST_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49751:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49752:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_CAST_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49753:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49754:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49755:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49756:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49757:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BOOL_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49758:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49759:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49760:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49761:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49762:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_CONST_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49763:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49764:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49765:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49766:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49767:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49768:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49769:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49770:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49771:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49772:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49773:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49774:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49775:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49776:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49777:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49778:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49779:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49780:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49781:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49782:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FAST_CONCAT_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49783:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_INIT_SPEC_UNUSED_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49784:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_INIT_SPEC_UNUSED_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49785:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_INIT_SPEC_UNUSED_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49786:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49787:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_INIT_SPEC_UNUSED_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49788:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_ADD_SPEC_TMP_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49789:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_ADD_SPEC_TMP_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49790:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_ADD_SPEC_TMP_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49791:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49792:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_ADD_SPEC_TMP_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49793:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_END_SPEC_TMP_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49794:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_END_SPEC_TMP_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49795:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_END_SPEC_TMP_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49796:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49797:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ROPE_END_SPEC_TMP_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49798:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_BEGIN_SILENCE_SPEC_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49799:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_END_SILENCE_SPEC_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49800:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49801:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49802:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_DO_FCALL_SPEC_RETVAL_USED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49803:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_FCALL_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49804:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_RETURN_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49805:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_RETURN_SPEC_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49806:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_RETURN_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49807:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49808:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_RETURN_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49809:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_RECV_SPEC_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49810:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_RECV_INIT_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49811:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAL_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49812:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAL_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49813:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAL_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49814:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49815:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49816:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49817:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49818:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49819:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49820:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAR_EX_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49821:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAR_EX_SPEC_VAR_QUICK_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49822:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49823:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49824:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAR_EX_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49825:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_VAR_EX_SPEC_CV_QUICK_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49826:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49827:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49828:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_REF_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49829:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49830:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_SEND_REF_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49831:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NEW_SPEC_CONST_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49832:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49833:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NEW_SPEC_VAR_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49834:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NEW_SPEC_UNUSED_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49835:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49836:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49837:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FREE_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49838:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49839:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49840:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49841:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CONST_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49842:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CONST_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49843:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_TMP_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49844:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_TMP_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49845:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_TMP_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49846:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_TMP_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49847:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_TMP_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49848:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49849:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49850:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49851:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_VAR_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49852:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_VAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49853:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_UNUSED_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49854:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_UNUSED_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49855:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_UNUSED_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49856:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_UNUSED_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49857:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_UNUSED_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49858:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49859:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49860:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49861:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CV_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49862:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INIT_ARRAY_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49863:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49864:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49865:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49866:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49867:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49868:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49869:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49870:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49871:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49872:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49873:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49874:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49875:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49876:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49877:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49878:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49879:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49880:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49881:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49882:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49883:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49884:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49885:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49886:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49887:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49888:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INCLUDE_OR_EVAL_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49889:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49890:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49891:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49892:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_INCLUDE_OR_EVAL_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49893:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_VAR_SPEC_CONST_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49894:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_VAR_SPEC_TMPVAR_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49895:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_VAR_SPEC_TMPVAR_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49896:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49897:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_VAR_SPEC_CV_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49898:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49899:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49900:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49901:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49902:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49903:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49904:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49905:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49906:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49907:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49908:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_DIM_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49909:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_DIM_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49910:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_DIM_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49911:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49912:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_DIM_SPEC_VAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49913:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49914:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49915:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49916:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49917:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49918:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_DIM_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49919:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_DIM_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49920:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_DIM_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49921:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49922:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_DIM_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49923:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49924:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49925:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49926:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49927:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49928:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49929:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49930:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49931:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49932:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49933:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_VAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49934:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49935:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_VAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49936:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49937:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_VAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49938:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_UNUSED_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49939:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_UNUSED_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49940:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_UNUSED_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49941:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49942:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_UNUSED_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49943:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49944:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49945:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49946:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49947:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_UNSET_OBJ_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49948:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FE_RESET_R_SPEC_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49949:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FE_RESET_R_SPEC_TMP_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49950:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FE_RESET_R_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49951:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49952:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FE_RESET_R_SPEC_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49953:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FE_FETCH_R_SPEC_VAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49954:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_EXIT_SPEC_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49955:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_R_SPEC_CONST_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49956:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_R_SPEC_TMPVAR_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49957:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_R_SPEC_TMPVAR_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49958:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49959:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_R_SPEC_CV_UNUSED_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49960:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49961:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49962:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49963:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49964:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_CONST_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49965:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49966:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49967:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49968:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49969:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49970:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49971:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49972:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49973:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49974:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_TMPVAR_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49975:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49976:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49977:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49978:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49979:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49980:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_CV_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49981:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49982:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_CV_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49983:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49984:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_DIM_R_SPEC_CV_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49985:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49986:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49987:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49988:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_NULL_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49989:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_OBJ_R_SPEC_CONST_CV_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49990:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49991:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49992:4: warning: taking the address of a label is non-standard [-Wpedantic]
(void*)&&ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_LABEL,
^
/mnt/c/Dev/php-src/Zend/zend_vm_execute.h:49993:4: warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment