Fatal error: Uncaught TypeError: User::__construct(): Argument #2 ($name) must be of type string, array given, called in /in/iFsCM on line 15 and defined in /in/iFsCM:9
Stack trace:
#0 /in/iFsCM(15): User->__construct(10, Array)
#1 {main}
thrown in /in/iFsCM on line 9
Process exited with code 255.
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 7.4.0 - 7.4.33
Fatal error: Uncaught TypeError: Argument 2 passed to User::__construct() must be of the type string, array given, called in /in/iFsCM on line 15 and defined in /in/iFsCM:9
Stack trace:
#0 /in/iFsCM(15): User->__construct(10, Array)
#1 {main}
thrown in /in/iFsCM on line 9
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33
Parse error: syntax error, unexpected 'int' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /in/iFsCM on line 19
Process exited with code 255.