3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( sprintf('%06x', mt_rand(0, 16777215)), sprintf('%06X', mt_rand(0, 16777215)) );
Output for git.master_jit
string(6) "67ac68" string(6) "748066"
Output for git.master
string(6) "81f51c" string(6) "A0830A"
Output for rfc.property-hooks
string(6) "fbe3a6" string(6) "18C976"

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:
71.7 ms | 407 KiB | 5 Q