3v4l.org

run code in 300+ PHP versions simultaneously
<?php $f = function(int $i = 42) { }; $info = new ReflectionFunction($f); var_dump($info->getParameters()[0]->getDefaultValue());

preferences:
70.51 ms | 402 KiB | 5 Q