Implement __toString() for reflection classes
[hiphop-php.git] / hphp / test / slow / reflection / ReflectionFunction_toString_002.php
blobc2bb2a2ad6fb8745930895046dce0043633d1f62
1 <?php
3 echo (string)(new ReflectionFunction('trim'));