summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/013.phpt
blob: f9ebc60871593e5cbee15f383033e64ddb512cce (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
ReflectionExtension::getFunctions()
--FILE--
<?php
$ext = new ReflectionExtension("standard");
$funcs = $ext->getFunctions();
echo $funcs["sleep"]->getName();
?>
--EXPECT--
sleep