3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str1 = md5('240610708'); $str2 = md5('QNKCDZO'); var_dump(md5('240610708') == md5('QNKCDZO')); var_dump(md5('240610708') === md5('QNKCDZO')); var_dump($str1 == $str2); var_dump(md5('240610708')); var_dump(md5('QNKCDZO'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jcE87
function name:  (null)
number of ops:  45
compiled vars:  !0 = $str1, !1 = $str2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 '240610708'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'md5'
          5        SEND_VAL                                                 'QNKCDZO'
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    4     8        INIT_FCALL                                               'var_dump'
          9        INIT_FCALL                                               'md5'
         10        SEND_VAL                                                 '240610708'
         11        DO_ICALL                                         $6      
         12        INIT_FCALL                                               'md5'
         13        SEND_VAL                                                 'QNKCDZO'
         14        DO_ICALL                                         $7      
         15        IS_EQUAL                                         ~8      $6, $7
         16        SEND_VAL                                                 ~8
         17        DO_ICALL                                                 
    5    18        INIT_FCALL                                               'var_dump'
         19        INIT_FCALL                                               'md5'
         20        SEND_VAL                                                 '240610708'
         21        DO_ICALL                                         $10     
         22        INIT_FCALL                                               'md5'
         23        SEND_VAL                                                 'QNKCDZO'
         24        DO_ICALL                                         $11     
         25        IS_IDENTICAL                                     ~12     $10, $11
         26        SEND_VAL                                                 ~12
         27        DO_ICALL                                                 
    6    28        INIT_FCALL                                               'var_dump'
         29        IS_EQUAL                                         ~14     !0, !1
         30        SEND_VAL                                                 ~14
         31        DO_ICALL                                                 
    7    32        INIT_FCALL                                               'var_dump'
         33        INIT_FCALL                                               'md5'
         34        SEND_VAL                                                 '240610708'
         35        DO_ICALL                                         $16     
         36        SEND_VAR                                                 $16
         37        DO_ICALL                                                 
    8    38        INIT_FCALL                                               'var_dump'
         39        INIT_FCALL                                               'md5'
         40        SEND_VAL                                                 'QNKCDZO'
         41        DO_ICALL                                         $18     
         42        SEND_VAR                                                 $18
         43        DO_ICALL                                                 
         44      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.24 ms | 1396 KiB | 17 Q