object(Admin)#1 (3) {
["email"]=>
string(22) "michel@petrucciani.com"
["status"]=>
string(9) "is_active"
["roles"]=>
array(0) {
}
}
Fatal error: Uncaught AssertionError: Le status is_inactive n'est pas valide. Les status possibles sont : active, inactive in /in/VKRO8:16
Stack trace:
#0 /in/VKRO8(16): assert(false, 'Le status is_in...')
#1 /in/VKRO8(53): User->setStatus('is_inactive')
#2 {main}
thrown in /in/VKRO8 on line 16
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 8.1.0 - 8.1.33
object(Admin)#1 (3) {
["email"]=>
string(22) "michel@petrucciani.com"
["status"]=>
string(9) "is_active"
["roles"]=>
array(0) {
}
}
Fatal error: Uncaught AssertionError: Le status is_inactive n'est pas valide. Les status possibles sont : active, inactive in /in/VKRO8:18
Stack trace:
#0 /in/VKRO8(18): assert(false, 'Le status is_in...')
#1 /in/VKRO8(53): User->setStatus('is_inactive')
#2 {main}
thrown in /in/VKRO8 on line 18
Process exited with code 255.
Output for 8.0.0 - 8.0.30
object(Admin)#1 (3) {
["roles"]=>
array(0) {
}
["email"]=>
string(22) "michel@petrucciani.com"
["status"]=>
string(9) "is_active"
}
Fatal error: Uncaught AssertionError: Le status is_inactive n'est pas valide. Les status possibles sont : active, inactive in /in/VKRO8:18
Stack trace:
#0 /in/VKRO8(18): assert(false, 'Le status is_in...')
#1 /in/VKRO8(53): User->setStatus('is_inactive')
#2 {main}
thrown in /in/VKRO8 on line 18
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Parse error: syntax error, unexpected 'public' (T_PUBLIC), expecting variable (T_VARIABLE) in /in/VKRO8 on line 10
Process exited with code 255.