3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('Y') . str_pad(03, 6, 0, STR_PAD_LEFT);echo "</n>"; echo date('Y') . str_pad(13, 6, 0, STR_PAD_LEFT);echo "</n>"; echo date('Y') . str_pad(133, 6, 0, STR_PAD_LEFT);echo "</n>"; echo date('Y') . str_pad(1223, 6, 0, STR_PAD_LEFT);echo "</n>"; echo date('Y') . str_pad(22213, 6, 0, STR_PAD_LEFT);echo "</n>"; echo date('Y') . str_pad(232213, 6, 0, STR_PAD_LEFT);
Output for git.master, git.master_jit, rfc.property-hooks
2014000003</n>2014000013</n>2014000133</n>2014001223</n>2014022213</n>2014232213

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