php-8.0.30-src/ext/reflection/tests/ReflectionClass_getMethods_...

12 lines
146 B
PHP

--TEST--
ReflectionClass::getMethods()
--FILE--
<?php
$l = function() {};
$o=new ReflectionObject($l);
$o->getMethods(2);
?>
DONE
--EXPECT--
DONE