3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<EOD code=876 and town=87 and geocode in(1,2,3) code=876 and town=878 and geocode in(1,2,3) code=876 and town="878" and geocode in(1,2,3) code=876 and town=8,43 and geocode in(1,2,3) code=876 and town='8,43' and geocode in(1,2,3) code=876 and town=-1 and geocode in(1,2,3) code=876 and town=N/A and geocode in(1,2,3) EOD; foreach(explode(PHP_EOL, $str) as $line){ echo explode(" ", $line)[2] . PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
town=87 town=878 town="878" town=8,43 town='8,43' town=-1 town=N/A

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