3v4l.org

run code in 300+ PHP versions simultaneously
<?php $class_name = "class@anonymous"."\\0".__FILE__; class_alias($class_name, 'MyAlias'); $d = get_declared_classes(); end($d); var_dump(current($d)); var_dump(new MyAlias);
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Class "class@anonymous\0/in/td4TH" not found in /in/td4TH on line 4 string(15) "SodiumException" Fatal error: Uncaught Error: Class "MyAlias" not found in /in/td4TH:9 Stack trace: #0 {main} thrown in /in/td4TH on line 9
Process exited with code 255.
Output for 8.0.0
Warning: Class "class@anonymous\0/in/td4TH" not found in /in/td4TH on line 4 string(8) "IntlChar" Fatal error: Uncaught Error: Class "MyAlias" not found in /in/td4TH:9 Stack trace: #0 {main} thrown in /in/td4TH on line 9
Process exited with code 255.
Output for 7.0.0 - 7.0.5, 7.4.33
Warning: Class 'class@anonymous\0/in/td4TH' not found in /in/td4TH on line 4 string(9) "XMLWriter" Fatal error: Uncaught Error: Class 'MyAlias' not found in /in/td4TH:9 Stack trace: #0 {main} thrown in /in/td4TH on line 9
Process exited with code 255.
Output for 7.2.6 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.32
Warning: Class 'class@anonymous\0/in/td4TH' not found in /in/td4TH on line 4 string(15) "SodiumException" Fatal error: Uncaught Error: Class 'MyAlias' not found in /in/td4TH:9 Stack trace: #0 {main} thrown in /in/td4TH on line 9
Process exited with code 255.
Output for 7.0.6 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0
Warning: Class 'class@anonymous\0/in/td4TH' not found in /in/td4TH on line 4 string(8) "IntlChar" Fatal error: Uncaught Error: Class 'MyAlias' not found in /in/td4TH:9 Stack trace: #0 {main} thrown in /in/td4TH on line 9
Process exited with code 255.
Output for 5.5.24 - 5.5.28, 5.5.35, 5.6.8 - 5.6.12, 5.6.21 - 5.6.28
Warning: Class 'class@anonymous\0/in/td4TH' not found in /in/td4TH on line 4 string(10) "UConverter" Fatal error: Class 'MyAlias' not found in /in/td4TH on line 9
Process exited with code 255.
Output for 5.5.29 - 5.5.34, 5.6.13 - 5.6.20
Warning: Class 'class@anonymous\0/in/td4TH' not found in /in/td4TH on line 4 string(9) "XMLWriter" Fatal error: Class 'MyAlias' not found in /in/td4TH on line 9
Process exited with code 255.

preferences:
194.61 ms | 402 KiB | 183 Q