3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = "class@anonymous".chr(0).'/foo'; class_alias($class_name, 'MyAlias'); $d = get_declared_classes(); end($d); var_dump(current($d));
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined variable $class_name in /in/NPemY on line 4 Deprecated: class_alias(): Passing null to parameter #1 ($class) of type string is deprecated in /in/NPemY on line 4 Warning: Class "" not found in /in/NPemY on line 4 string(15) "SodiumException"
Output for 8.0.1 - 8.0.30
Warning: Undefined variable $class_name in /in/NPemY on line 4 Warning: Class "" not found in /in/NPemY on line 4 string(15) "SodiumException"
Output for 8.0.0
Warning: Undefined variable $class_name in /in/NPemY on line 4 Warning: Class "" not found in /in/NPemY on line 4 string(8) "IntlChar"
Output for 5.5.29 - 5.5.34, 5.6.13 - 5.6.20, 7.0.0 - 7.0.5, 7.4.33
Notice: Undefined variable: class_name in /in/NPemY on line 4 Warning: Class '' not found in /in/NPemY on line 4 string(9) "XMLWriter"
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Notice: Undefined variable: class_name in /in/NPemY on line 4 Warning: Class '' not found in /in/NPemY on line 4 string(15) "SodiumException"
Output for 7.3.32 - 7.3.33
Warning: Class '' not found in /in/NPemY on line 4 string(15) "SodiumException"
Output for 7.0.6 - 7.0.20, 7.1.0 - 7.1.25
Notice: Undefined variable: class_name in /in/NPemY on line 4 Warning: Class '' not found in /in/NPemY on line 4 string(8) "IntlChar"
Output for 5.5.24 - 5.5.28, 5.5.35, 5.6.8 - 5.6.12, 5.6.21 - 5.6.28
Notice: Undefined variable: class_name in /in/NPemY on line 4 Warning: Class '' not found in /in/NPemY on line 4 string(10) "UConverter"

preferences:
156.66 ms | 402 KiB | 197 Q