- Output for 8.1.8 - 8.1.30, 8.2.22 - 8.2.25, 8.3.5 - 8.3.13
- string(63) "Parameter #0 [ <optional> $bar = new \DateTimeImmutabe('now') ]"
<?php
function foo($bar = new DateTimeImmutabe('now'))
{
}
$rf = new \ReflectionFunction('foo');
$rp = $rf->getParameters()[0];
var_dump((string) $rp);