3v4l.org

run code in 300+ PHP versions simultaneously
<?php $skid_num = 0; $per_skid = 3; $num_of_skids = 50; $mfg_begin = 0; echo $num_of_skids / $per_skid; die(); for( $x = 0; $x <= $num_of_skids; $x++) { $skid_num++; $mfg_end_num = $mfg_begin + $per_skid - 1; $mfg_begin_num = $mfg_end_num + 1; echo("SKID # " . str_pad($skid_num, 2, " ", STR_PAD_RIGHT) . " " . $cst_prefix . $cst_begin . "-" . $cst_prefix . $cst_end . str_pad( " ", 5, " ") . $mfg_prefix . $mfg_begin_num . "-" . $mfg_prefix . $mfg_end_num . "\r\n"); } ?>
Output for git.master, git.master_jit, rfc.property-hooks
16.666666666667

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