- Output for 8.2.0 - 8.2.28, 8.3.0 - 8.3.4, 8.3.6 - 8.3.19, 8.4.1 - 8.4.5
- Deprecated: Creation of dynamic property User::$id is deprecated in /in/3WrMs on line 13 Deprecated: Creation of dynamic property User::$column is deprecated in /in/3WrMs on line 13 Deprecated: Creation of dynamic property User::$points is deprecated in /in/3WrMs on line 13 array(3) { ["id"]=> string(1) "1" ["column"]=> string(4) "test" ["points"]=> int(5) }
- Output for 8.3.5
- Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Deprecated: Creation of dynamic property User::$id is deprecated in /in/3WrMs on line 13 Deprecated: Creation of dynamic property User::$column is deprecated in /in/3WrMs on line 13 Deprecated: Creation of dynamic property User::$points is deprecated in /in/3WrMs on line 13 array(3) { ["id"]=> string(1) "1" ["column"]=> string(4) "test" ["points"]=> int(5) }
- Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.32
- array(3) { ["id"]=> string(1) "1" ["column"]=> string(4) "test" ["points"]=> int(5) }
- Output for 7.4.0 - 7.4.33
- Fatal error: Uncaught TypeError: Return value of User::save() must be an instance of mixed, array returned in /in/3WrMs:36
Stack trace:
#0 /in/3WrMs(41): User->save()
#1 {main}
thrown in /in/3WrMs on line 36
Process exited with code 255. - Output for 7.3.0 - 7.3.33
- Parse error: syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST) in /in/3WrMs on line 5
Process exited with code 255.