013.phpt 188 B

12345678910
  1. --TEST--
  2. ReflectionExtension::getFunctions()
  3. --FILE--
  4. <?php
  5. $ext = new ReflectionExtension("standard");
  6. $funcs = $ext->getFunctions();
  7. echo $funcs["sleep"]->getName();
  8. ?>
  9. --EXPECT--
  10. sleep