3v4l.org

run code in 300+ PHP versions simultaneously
<?php $save_passwd = crypt('abcdefg', '$6$rounds=5000$'.md5(microtime(true)).'$'); echo $save_passwd.'\n'; $encrypt = crypt('abcdefg' , $save_passwd); echo $encrypt.'\n'; if($encrypt == $save_passwd) echo "잘되었으면좋겠네요시발~"; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 24, Position 2 = 25
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
filename:       /in/SulGr
function name:  (null)
number of ops:  26
compiled vars:  !0 = $save_passwd, !1 = $encrypt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'crypt'
          1        SEND_VAL                                                 'abcdefg'
          2        INIT_FCALL                                               'md5'
          3        INIT_FCALL                                               'microtime'
          4        SEND_VAL                                                 <true>
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        CONCAT                                           ~4      '%246%24rounds%3D5000%24', $3
          9        CONCAT                                           ~5      ~4, '%24'
         10        SEND_VAL                                                 ~5
         11        DO_ICALL                                         $6      
         12        ASSIGN                                                   !0, $6
    3    13        CONCAT                                           ~8      !0, '%5Cn'
         14        ECHO                                                     ~8
    4    15        INIT_FCALL                                               'crypt'
         16        SEND_VAL                                                 'abcdefg'
         17        SEND_VAR                                                 !0
         18        DO_ICALL                                         $9      
         19        ASSIGN                                                   !1, $9
    5    20        CONCAT                                           ~11     !1, '%5Cn'
         21        ECHO                                                     ~11
    6    22        IS_EQUAL                                                 !1, !0
         23      > JMPZ                                                     ~12, ->25
         24    >   ECHO                                                     '%EC%9E%98%EB%90%98%EC%97%88%EC%9C%BC%EB%A9%B4%EC%A2%8B%EA%B2%A0%EB%84%A4%EC%9A%94%EC%8B%9C%EB%B0%9C%7E'
    8    25    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.35 ms | 1387 KiB | 19 Q