3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Person { public $name = 'Viktor Kondolovskiy'; public $post = 'Developer'; public $company = 'RIA MultiMedia - hotels24.ua'; public $phone = '+380(96)420-91-79'; public $skype = 'kondolovskiy'; public $email = 'kondolovskiy@gmail.com'; } var_dump(new Person());
Output for git.master, git.master_jit, rfc.property-hooks
object(Person)#1 (6) { ["name"]=> string(19) "Viktor Kondolovskiy" ["post"]=> string(9) "Developer" ["company"]=> string(28) "RIA MultiMedia - hotels24.ua" ["phone"]=> string(17) "+380(96)420-91-79" ["skype"]=> string(12) "kondolovskiy" ["email"]=> string(22) "kondolovskiy@gmail.com" }

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:
43.24 ms | 402 KiB | 8 Q