3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = "aaacsJYLE"; $nacl = "iYdA8ls5XHFnhMjZbES6oXC98KxItL9M"; // goodluck bruteforcing this! //print($password . $nacl); print(md5($password . $nacl)); if ($password == md5($password . $nacl)){ print "yep"; } else{ print "nope"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6ii28
function name:  (null)
number of ops:  17
compiled vars:  !0 = $password, !1 = $nacl
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'aaacsJYLE'
    3     1        ASSIGN                                                   !1, 'iYdA8ls5XHFnhMjZbES6oXC98KxItL9M'
    6     2        INIT_FCALL                                               'md5'
          3        CONCAT                                           ~4      !0, !1
          4        SEND_VAL                                                 ~4
          5        DO_ICALL                                         $5      
          6        ECHO                                                     $5
    8     7        INIT_FCALL                                               'md5'
          8        CONCAT                                           ~6      !0, !1
          9        SEND_VAL                                                 ~6
         10        DO_ICALL                                         $7      
         11        IS_EQUAL                                                 !0, $7
         12      > JMPZ                                                     ~8, ->15
    9    13    >   ECHO                                                     'yep'
         14      > JMP                                                      ->16
   12    15    >   ECHO                                                     'nope'
   13    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.38 ms | 1395 KiB | 15 Q