3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump((new ReflectionClass('libXMLError'))->getProperties());
Output for git.master, git.master_jit, rfc.property-hooks
array(6) { [0]=> object(ReflectionProperty)#2 (2) { ["name"]=> string(5) "level" ["class"]=> string(11) "LibXMLError" } [1]=> object(ReflectionProperty)#3 (2) { ["name"]=> string(4) "code" ["class"]=> string(11) "LibXMLError" } [2]=> object(ReflectionProperty)#4 (2) { ["name"]=> string(6) "column" ["class"]=> string(11) "LibXMLError" } [3]=> object(ReflectionProperty)#5 (2) { ["name"]=> string(7) "message" ["class"]=> string(11) "LibXMLError" } [4]=> object(ReflectionProperty)#6 (2) { ["name"]=> string(4) "file" ["class"]=> string(11) "LibXMLError" } [5]=> object(ReflectionProperty)#7 (2) { ["name"]=> string(4) "line" ["class"]=> string(11) "LibXMLError" } }

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:
59.05 ms | 2049 KiB | 4 Q