3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $siteAdi = "siteadi.com"; echo "<br>"; $siteAdi = str_replace( 'www.', '', $siteAdi ); $a = md5( sha1( md5( $siteAdi ) ) ); $b = sha1( md5( sha1( $siteAdi ) ) ); $c = sha1( $a . $b ); echo $sonuc = substr( $c, 0, 4 ) . '.' . substr( $c, 8, 4 ) . '.' . substr( $c, 16, 4 ) . '.' . substr( $c, 24, 4 ); ?>
Output for git.master, git.master_jit, rfc.property-hooks
siteadi.com<br>075a.aa62.cf27.e98d

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.94 ms | 401 KiB | 8 Q