3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo(crypt('mypassword')); echo(crypt('mypassword','$1$OBYr2xm9$F7udemZOER7Q7H23gdyms.') == '$1$OBYr2xm9$F7udemZOER7Q7H23gdyms.');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QgFED
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'crypt'
          1        SEND_VAL                                                 'mypassword'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    3     4        INIT_FCALL                                               'crypt'
          5        SEND_VAL                                                 'mypassword'
          6        SEND_VAL                                                 '%241%24OBYr2xm9%24F7udemZOER7Q7H23gdyms.'
          7        DO_ICALL                                         $1      
          8        IS_EQUAL                                         ~2      $1, '%241%24OBYr2xm9%24F7udemZOER7Q7H23gdyms.'
          9        ECHO                                                     ~2
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.69 ms | 1394 KiB | 15 Q