3v4l.org

run code in 300+ PHP versions simultaneously
<?php $firstHash = md5('aabg7XSs'); $secondHash= md5('aabC9RqS'); var_dump($firstHash); var_dump($secondHash); if ($firstHash == $secondHash) { echo('I <3 PHP'); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 17
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/7GYjP
function name:  (null)
number of ops:  18
compiled vars:  !0 = $firstHash, !1 = $secondHash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 'aabg7XSs'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'md5'
          5        SEND_VAL                                                 'aabC9RqS'
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    4     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    5    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
    7    14        IS_EQUAL                                                 !0, !1
         15      > JMPZ                                                     ~8, ->17
    8    16    >   ECHO                                                     'I+%3C3+PHP'
    9    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.45 ms | 1394 KiB | 17 Q