3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "username............: username home directory......: 00/username mail storage server.: mail-server.example.net status..............: active quota size..........: 1000.000 megabytes quota count.........: no quota forward to..........: username@example.com full name...........: testing:testing offers..............:"; preg_match_all('/\s*([a-z ]+)\.*:\h*(.+)/i', $string, $matches); $values = array_combine($matches[1], $matches[2]); var_dump($values);
Output for git.master, git.master_jit, rfc.property-hooks
array(8) { ["username"]=> string(8) "username" ["home directory"]=> string(11) "00/username" ["mail storage server"]=> string(23) "mail-server.example.net" ["status"]=> string(6) "active" ["quota size"]=> string(18) "1000.000 megabytes" ["quota count"]=> string(8) "no quota" ["forward to"]=> string(20) "username@example.com" ["full name"]=> string(15) "testing:testing" }

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:
38.79 ms | 402 KiB | 8 Q