3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = md5('240610708'); $b = md5('QNKCDZO'); echo $a . '<br />' . $b; var_dump(md5('aabg7XSs') == md5('aabC9RqS')); var_dump(sha1('aaroZmOk') == sha1('aaK1STfY')); var_dump(sha1('aaO8zKZF') == sha1('aa3OFF9m'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c0ejv
function name:  (null)
number of ops:  42
compiled vars:  !0 = $a, !1 = $b
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        CONCAT                                           ~6      !0, '%3Cbr+%2F%3E'
          9        CONCAT                                           ~7      ~6, !1
         10        ECHO                                                     ~7
    6    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'md5'
         13        SEND_VAL                                                 'aabg7XSs'
         14        DO_ICALL                                         $8      
         15        INIT_FCALL                                               'md5'
         16        SEND_VAL                                                 'aabC9RqS'
         17        DO_ICALL                                         $9      
         18        IS_EQUAL                                         ~10     $8, $9
         19        SEND_VAL                                                 ~10
         20        DO_ICALL                                                 
    7    21        INIT_FCALL                                               'var_dump'
         22        INIT_FCALL                                               'sha1'
         23        SEND_VAL                                                 'aaroZmOk'
         24        DO_ICALL                                         $12     
         25        INIT_FCALL                                               'sha1'
         26        SEND_VAL                                                 'aaK1STfY'
         27        DO_ICALL                                         $13     
         28        IS_EQUAL                                         ~14     $12, $13
         29        SEND_VAL                                                 ~14
         30        DO_ICALL                                                 
    8    31        INIT_FCALL                                               'var_dump'
         32        INIT_FCALL                                               'sha1'
         33        SEND_VAL                                                 'aaO8zKZF'
         34        DO_ICALL                                         $16     
         35        INIT_FCALL                                               'sha1'
         36        SEND_VAL                                                 'aa3OFF9m'
         37        DO_ICALL                                         $17     
         38        IS_EQUAL                                         ~18     $16, $17
         39        SEND_VAL                                                 ~18
         40        DO_ICALL                                                 
         41      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.29 ms | 1401 KiB | 19 Q