3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach ( array( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ) 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, git.master_jit, rfc.property-hooks
C4CA-4238-A0B9 C81E-728D-9D4C ECCB-C87E-4B5C A87F-F679-A2F3 E4DA-3B7F-BBCE 1679-091C-5A88 8F14-E45F-CEEA C9F0-F895-FB98 45C4-8CCE-2E2D D3D9-4468-02A4

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