3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.05 ms | 1395 KiB | 17 Q