3v4l.org

run code in 300+ PHP versions simultaneously
<?php match([$clause, $this->isNested()]) { [Clause::IsSet, true] => $query->has($this->relationship), [Clause::IsNotSet, true] => $query->doesntHave($this->relationship), [Clause::IsSet, false] => $query->whereNotNull($this->column), [Clause::IsNotSet, false] => $query->whereNull($this->column), };
Output for git.master_jit, git.master
Warning: Undefined variable $clause in /in/2UQWu on line 3 Fatal error: Uncaught Error: Using $this when not in object context in /in/2UQWu:3 Stack trace: #0 {main} thrown in /in/2UQWu on line 3
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:
40.24 ms | 864 KiB | 4 Q