3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.36 ms | 1394 KiB | 17 Q