3v4l.org

run code in 300+ PHP versions simultaneously
<?php $p1 = '240610708'; $p2 = 'QNKCDZO'; $h1 = md5($p1); $h2 = md5($p2); var_dump($h1, $h2, $h1 == $h2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/krTXC
function name:  (null)
number of ops:  17
compiled vars:  !0 = $p1, !1 = $p2, !2 = $h1, !3 = $h2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '240610708'
    4     1        ASSIGN                                                   !1, 'QNKCDZO'
    6     2        INIT_FCALL                                               'md5'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $6      
          5        ASSIGN                                                   !2, $6
    7     6        INIT_FCALL                                               'md5'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $8      
          9        ASSIGN                                                   !3, $8
    9    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !2
         12        SEND_VAR                                                 !3
         13        IS_EQUAL                                         ~10     !2, !3
         14        SEND_VAL                                                 ~10
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
187.22 ms | 1394 KiB | 17 Q