3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "http://3v4l.org"; $salt = "i.am.a.rand0m.str1ng.Of.ChArAcT3r$"; echo $url . "<br />"; echo hash('sha1', $url . $salt);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gG6To
function name:  (null)
number of ops:  11
compiled vars:  !0 = $url, !1 = $salt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2F3v4l.org'
    3     1        ASSIGN                                                   !1, 'i.am.a.rand0m.str1ng.Of.ChArAcT3r%24'
    4     2        CONCAT                                           ~4      !0, '%3Cbr+%2F%3E'
          3        ECHO                                                     ~4
    5     4        INIT_FCALL                                               'hash'
          5        SEND_VAL                                                 'sha1'
          6        CONCAT                                           ~5      !0, !1
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ECHO                                                     $6
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.83 ms | 1398 KiB | 15 Q