3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = "aaacsJYLE"; $nacl = "iYdA8ls5XHFnhMjZbES6oXC98KxItL9M"; // goodluck bruteforcing this! print($password . $nacl); print("/n"); 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 = 16, Position 2 = 18
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EJdv7
function name:  (null)
number of ops:  20
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'
    5     2        CONCAT                                           ~4      !0, !1
          3        ECHO                                                     ~4
    6     4        ECHO                                                     '%2Fn'
    7     5        INIT_FCALL                                               'md5'
          6        CONCAT                                           ~5      !0, !1
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ECHO                                                     $6
    9    10        INIT_FCALL                                               'md5'
         11        CONCAT                                           ~7      !0, !1
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                         $8      
         14        IS_EQUAL                                                 !0, $8
         15      > JMPZ                                                     ~9, ->18
   10    16    >   ECHO                                                     'yep'
         17      > JMP                                                      ->19
   13    18    >   ECHO                                                     'nope'
   14    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.7 ms | 942 KiB | 16 Q