3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=1; $i<=9; $i++) { for($j=0; $j<=9; $j++) { $k = 15 - $i - $j; if($k<0 || $k>9) { continue; } echo $i.$j.$k; } }
Output for git.master, git.master_jit, rfc.property-hooks
159168177186195249258267276285294339348357366375384393429438447456465474483492519528537546555564573582591609618627636645654663672681690708717726735744753762771780807816825834843852861870906915924933942951960

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