3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo { /** * @var someObject */ private $mouse; function __construct() { if($this->data()->password === 'hello') { echo "oop"; } $this->mouse = new stdClass(); var_dump($this->mouse); $thing = $this->data(); var_dump($thing->password); } public function data() { return $this->mouse; } } $a = new foo();
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Attempt to read property "password" on null in /in/oQ7mI on line 13 object(stdClass)#2 (0) { } Warning: Undefined property: stdClass::$password in /in/oQ7mI on line 22 NULL

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