3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST['password'] = "test4"; $hash = sha1(crc32(md5($_POST['password']))); echo($hash); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/61LOV
function name:  (null)
number of ops:  17
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      global              $1      '_POST'
          1        ASSIGN_DIM                                               $1, 'password'
          2        OP_DATA                                                  'test4'
    3     3        INIT_FCALL                                               'sha1'
          4        INIT_FCALL                                               'crc32'
          5        INIT_FCALL                                               'md5'
          6        FETCH_R                      global              ~3      '_POST'
          7        FETCH_DIM_R                                      ~4      ~3, 'password'
          8        SEND_VAL                                                 ~4
          9        DO_ICALL                                         $5      
         10        SEND_VAR                                                 $5
         11        DO_ICALL                                         $6      
         12        SEND_VAR                                                 $6
         13        DO_ICALL                                         $7      
         14        ASSIGN                                                   !0, $7
    4    15        ECHO                                                     !0
    5    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.91 ms | 1394 KiB | 19 Q