<?php function foo(int $bar) {} $rp = new ReflectionParameter('foo', 'bar'); try { var_dump($rp->getClass()); } catch (Exception $e) { var_dump((string)$e); }
You have javascript disabled. You will not be able to edit any code.