3v4l.org

run code in 300+ PHP versions simultaneously
<?php $validPassword = urlencode('111'); $salt = base64_encode('kasbdjasbdjasbdjkasndjkasndjkasndjkasndkj'); $hashed_password = crypt($validPassword, '$6$rounds=5000$'.$salt.'$');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MqleE
function name:  (null)
number of ops:  16
compiled vars:  !0 = $validPassword, !1 = $salt, !2 = $hashed_password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'urlencode'
          1        SEND_VAL                                                 '111'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    3     4        INIT_FCALL                                               'base64_encode'
          5        SEND_VAL                                                 'kasbdjasbdjasbdjkasndjkasndjkasndjkasndkj'
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    4     8        INIT_FCALL                                               'crypt'
          9        SEND_VAR                                                 !0
         10        CONCAT                                           ~7      '%246%24rounds%3D5000%24', !1
         11        CONCAT                                           ~8      ~7, '%24'
         12        SEND_VAL                                                 ~8
         13        DO_ICALL                                         $9      
         14        ASSIGN                                                   !2, $9
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.19 ms | 1394 KiB | 19 Q