3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '12345678'; $head = substr($str, 0, strlen($str)%3); $str = substr($str, strlen($head)); $str = preg_replace( '/(.{3})/', ' $1', $str ); echo trim($head . $str); //string(10) "12 345 678"
Output for git.master, git.master_jit, rfc.property-hooks
12 345 678

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