3v4l.org

run code in 300+ PHP versions simultaneously
<?php $UUID = "f9e113324bd449809b98b0925eac3141"; echo preg_replace('/(?:^[\da-f]{4})?[\da-f]{4}\K/', '-', $UUID, 4); echo "\n---\n"; vprintf('%s-%s-%s-%s-%s', sscanf($UUID, '%8s%4s%4s%4s%12s')); echo "\n---\n"; echo implode('-', sscanf($UUID, '%8s%4s%4s%4s%12s'));
Output for git.master, git.master_jit, rfc.property-hooks
f9e11332-4bd4-4980-9b98-b0925eac3141 --- f9e11332-4bd4-4980-9b98-b0925eac3141 --- f9e11332-4bd4-4980-9b98-b0925eac3141

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:
103.59 ms | 405 KiB | 5 Q