3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<<STRING PHP is a widely-used general-purpose server side scripting language STRING; $result = []; while (!ctype_space($string)) { $line = []; $string = preg_replace_callback( "~.$|^$~m", function($m) use(&$line) { $line[] = $m[0] === '' ? ' ' : $m[0]; return ''; }, $string, ); array_unshift($result, implode(' ', $line)); } echo implode("\n", $result);
Output for git.master, git.master_jit, rfc.property-hooks
g e n e w r s i a e d l r s P e - v c l H l p e r a P y u r i n - r p g i u p s t u s s o i i a e s d n g a d e e g e

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:
27.07 ms | 406 KiB | 5 Q