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'; } print_r(new Person());
Output for git.master, git.master_jit, rfc.property-hooks
Person Object ( [name] => Viktor Kondolovskiy [post] => Developer [company] => RIA MultiMedia - hotels24.ua [phone] => +380(96)420-91-79 [skype] => kondolovskiy [email] => 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:
87.95 ms | 401 KiB | 8 Q