3v4l.org

run code in 300+ PHP versions simultaneously
<?php $f = eval(' return #[A(self::U)] function () {}; '); class C { static function f() { $rf = new \ReflectionFunction($f); $rf->getAttributes()[0]->getArguments(); } } C::f();
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Warning: Undefined variable $f in /in/3BhTO on line 11 Deprecated: ReflectionFunction::__construct(): Passing null to parameter #1 ($function) of type Closure|string is deprecated in /in/3BhTO on line 11 Fatal error: Uncaught ReflectionException: Function () does not exist in /in/3BhTO:11 Stack trace: #0 /in/3BhTO(11): ReflectionFunction->__construct('') #1 /in/3BhTO(16): C::f() #2 {main} thrown in /in/3BhTO on line 11
Process exited with code 255.
Output for 8.0.1 - 8.0.30
Warning: Undefined variable $f in /in/3BhTO on line 11 Fatal error: Uncaught ReflectionException: Function () does not exist in /in/3BhTO:11 Stack trace: #0 /in/3BhTO(11): ReflectionFunction->__construct('') #1 /in/3BhTO(16): C::f() #2 {main} thrown in /in/3BhTO on line 11
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Notice: Undefined variable: f in /in/3BhTO on line 11 Fatal error: Uncaught ReflectionException: Function () does not exist in /in/3BhTO:11 Stack trace: #0 /in/3BhTO(11): ReflectionFunction->__construct('') #1 /in/3BhTO(16): C::f() #2 {main} thrown in /in/3BhTO on line 11
Process exited with code 255.

preferences:
163.7 ms | 402 KiB | 122 Q