3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $siteAdi = "rtakipci.com"; echo " "; $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
rtakipci.com Fatal error: Uncaught Error: Undefined constant "’www" in /in/X799l:7 Stack trace: #0 {main} thrown in /in/X799l on line 7
Process exited with code 255.

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