3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MyClass { function myMethod() {} } $method = new ReflectionMethod('MyClass', 'myMethod'); echo 'signature 1, unchanged: ' . $method->isPublic() . "\n"; $method = new ReflectionMethod('MyClass::myMethod'); echo 'signature 2, deprecated in PHP 8.4: ' . $method->isPublic() . "\n";

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
156.77 ms | 1460 KiB | 10 Q