3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach ( array( 1, 2, 3 ) as $v ) { $hash = strtoupper( substr( md5( $v ), 0, 16 ) ); echo substr( $hash, 0, 4 ) . '-' . substr( $hash, 4, 4 ) . '-'. substr( $hash, 8, 4 ) . "\n"; }
Output for git.master_jit, git.master, rfc.property-hooks
C4CA-4238-A0B9 C81E-728D-9D4C ECCB-C87E-4B5C

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