3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input_pass = 'example'; $step1 = md5($input_pass); $final_pass = hash('sha512',crypt(pi(),hash('sha512',$input_pass))); var_dump($step1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iYW0G
function name:  (null)
number of ops:  24
compiled vars:  !0 = $input_pass, !1 = $step1, !2 = $final_pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'example'
    3     1        INIT_FCALL                                               'md5'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    4     5        INIT_FCALL                                               'hash'
          6        SEND_VAL                                                 'sha512'
          7        INIT_FCALL                                               'crypt'
          8        INIT_FCALL                                               'pi'
          9        DO_ICALL                                         $6      
         10        SEND_VAR                                                 $6
         11        INIT_FCALL                                               'hash'
         12        SEND_VAL                                                 'sha512'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $7      
         15        SEND_VAR                                                 $7
         16        DO_ICALL                                         $8      
         17        SEND_VAR                                                 $8
         18        DO_ICALL                                         $9      
         19        ASSIGN                                                   !2, $9
    5    20        INIT_FCALL                                               'var_dump'
         21        SEND_VAR                                                 !1
         22        DO_ICALL                                                 
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.12 ms | 1399 KiB | 23 Q