3v4l.org

run code in 300+ PHP versions simultaneously
<?php final class DemoFile { private ?callable $prop = null; public function set(callable $prop): void { $this->prop = $prop; } private function reset(): void { $this->prop = null; } }
Output for git.master_jit, git.master, rfc.property-hooks
Fatal error: Property DemoFile::$prop cannot have type ?callable in /in/bGlmf on line 5
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:
138.8 ms | 1083 KiB | 8 Q