3v4l.org

run code in 300+ PHP versions simultaneously
<?php $save_passwd = crypt('abcdefg', '$2y$07$'); echo $save_passwd.'<br />'; $encrypt = crypt('abcdefg' , $save_passwd); echo $encrypt.'<br />'; if(!strcmp($encrypt,$save_passwd)) echo "패스워드가 일치합니다."; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 21
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename:       /in/k3apU
function name:  (null)
number of ops:  22
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                                                 '%242y%2407%24'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    3     5        CONCAT                                           ~4      !0, '%3Cbr+%2F%3E'
          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, '%3Cbr+%2F%3E'
         13        ECHO                                                     ~7
    6    14        INIT_FCALL                                               'strcmp'
         15        SEND_VAR                                                 !1
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $8      
         18        BOOL_NOT                                         ~9      $8
         19      > JMPZ                                                     ~9, ->21
         20    >   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    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.59 ms | 1395 KiB | 17 Q