3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $obj = new StdClass(); $refClass = new ReflectionClass( $obj ); $refMethod = $refClass->getMethod( 'something' ); var_dump( $refMethod ); } catch (Exception $e ) { }

preferences:
41.28 ms | 402 KiB | 5 Q