3v4l.org

run code in 300+ PHP versions simultaneously
<?php $in = md5('240610708'); $out = md5('QNKCDZO'); var_dump(in == out); var_dump(1 === '1'); 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/3viQE
function name:  (null)
number of ops:  30
compiled vars:  !0 = $in, !1 = $out
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        FETCH_CONSTANT                                   ~6      'in'
         10        FETCH_CONSTANT                                   ~7      'out'
         11        IS_EQUAL                                         ~8      ~6, ~7
         12        SEND_VAL                                                 ~8
         13        DO_ICALL                                                 
    5    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAL                                                 <false>
         16        DO_ICALL                                                 
    6    17        INIT_FCALL                                               'var_dump'
         18        INIT_FCALL                                               'md5'
         19        SEND_VAL                                                 '240610708'
         20        DO_ICALL                                         $11     
         21        SEND_VAR                                                 $11
         22        DO_ICALL                                                 
    7    23        INIT_FCALL                                               'var_dump'
         24        INIT_FCALL                                               'md5'
         25        SEND_VAL                                                 'QNKCDZO'
         26        DO_ICALL                                         $13     
         27        SEND_VAR                                                 $13
         28        DO_ICALL                                                 
         29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.99 ms | 1387 KiB | 17 Q