3v4l.org

run code in 300+ PHP versions simultaneously
<?php use Selami\Foundation\App; class MyClass { public function __construct(App $app) { } } $method = new ReflectionMethod(MyClass::class, '__construct'); var_dump($method->export());
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Uncaught Error: Call to undefined method ReflectionMethod::export() in /in/tHuGJ:15 Stack trace: #0 {main} thrown in /in/tHuGJ on line 15
Process exited with code 255.
Output for 7.4.12 - 7.4.33
Deprecated: Function ReflectionMethod::export() is deprecated in /in/tHuGJ on line 15 Warning: ReflectionMethod::export() expects at least 2 parameters, 0 given in /in/tHuGJ on line 15 NULL
Output for 7.1.7, 7.3.24 - 7.3.33
Warning: ReflectionMethod::export() expects at least 2 parameters, 0 given in /in/tHuGJ on line 15 NULL

preferences:
106.57 ms | 401 KiB | 115 Q