3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Person { private $name; private $age; public function setName($name) { $this->name = $name; } public function setAge($age) { $this->age = $age; } } $person = new Person(); $person->setName("John Doe"); $person->setAge("53"); return $person->name; return $person->age;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Cannot access private property Person::$name in /in/U920I:20 Stack trace: #0 {main} thrown in /in/U920I on line 20
Process exited with code 255.

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:
72.13 ms | 401 KiB | 8 Q