3v4l.org

run code in 300+ PHP versions simultaneously
<?php $comp = $values[0] == "‏Id" ? true : false; var_dump($comp, $values[0], "Id");
Output for git.master, git.master_jit
Warning: Undefined variable $values in /in/CauCs on line 3 Warning: Trying to access array offset on value of type null in /in/CauCs on line 3 Warning: Undefined variable $values in /in/CauCs on line 4 Warning: Trying to access array offset on value of type null in /in/CauCs on line 4 bool(false) NULL string(2) "Id"
Output for rfc.property-hooks
Warning: Undefined variable $values in /in/CauCs on line 3 Warning: Trying to access array offset on null in /in/CauCs on line 3 Warning: Undefined variable $values in /in/CauCs on line 4 Warning: Trying to access array offset on null in /in/CauCs on line 4 bool(false) NULL string(2) "Id"

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:
52.92 ms | 1679 KiB | 4 Q