3v4l.org

run code in 300+ PHP versions simultaneously
<?php $save_passwd = crypt('abcdefg', '$6$rounds=5000$'); 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 = 16, Position 2 = 17
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/SKYpM
function name:  (null)
number of ops:  18
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        SEND_VAL                                                 '%246%24rounds%3D5000%24'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    3     5        CONCAT                                           ~4      !0, '%5Cn'
          6        ECHO                                                     ~4
    4     7        INIT_FCALL                                               'crypt'
          8        SEND_VAL                                                 'abcdefg'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $5      
         11        ASSIGN                                                   !1, $5
    5    12        CONCAT                                           ~7      !1, '%5Cn'
         13        ECHO                                                     ~7
    6    14        IS_EQUAL                                                 !1, !0
         15      > JMPZ                                                     ~8, ->17
         16    >   ECHO                                                     '%ED%8C%A8%EC%8A%A4%EC%9B%8C%EB%93%9C%EA%B0%80+%EC%9D%BC%EC%B9%98%ED%95%A9%EB%8B%88%EB%8B%A4.'
    7    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.73 ms | 1395 KiB | 15 Q