3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo(crypt('sunshine').'\n'); 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/Vpb8g
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'crypt'
          1        SEND_VAL                                                 'sunshine'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      $0, '%5Cn'
          4        ECHO                                                     ~1
    3     5        INIT_FCALL                                               'crypt'
          6        SEND_VAL                                                 'mypassword'
          7        SEND_VAL                                                 '%241%24OBYr2xm9%24F7udemZOER7Q7H23gdyms.'
          8        DO_ICALL                                         $2      
          9        IS_EQUAL                                         ~3      $2, '%241%24OBYr2xm9%24F7udemZOER7Q7H23gdyms.'
         10        ECHO                                                     ~3
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.14 ms | 1394 KiB | 15 Q