3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_error_handler(function() { throw new Exception(); }); class A { public function method($test = UNKNOWN_CONSTANT) { } } $class = new ReflectionClass('A'); echo $class;
Output for git.master, git.master_jit, rfc.property-hooks
Class [ <user> class A ] { @@ /in/ekEkd 7-12 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ <user> public method method ] { @@ /in/ekEkd 9 - 11 - Parameters [1] { Parameter #0 [ <optional> $test = UNKNOWN_CONSTANT ] } } } }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
61.85 ms | 402 KiB | 8 Q