3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = [0x100000000 => "5\0", 0x001 => 'hund']; $input[1] = md5($input[1]); var_dump($input); var_dump($input === ["5", '06e2b745f3124f7d670f78eabaa94809']); var_dump($input[0] + 0); var_dump([5 => 5] === [0x100000005 => 0x05]); // bool(true)
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Tbugt
function name:  (null)
number of ops:  23
compiled vars:  !0 = $input
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'md5'
          2        FETCH_DIM_R                                      ~3      !0, 1
          3        SEND_VAL                                                 ~3
          4        DO_ICALL                                         $4      
          5        ASSIGN_DIM                                               !0, 1
          6        OP_DATA                                                  $4
    6     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
    7    10        INIT_FCALL                                               'var_dump'
         11        IS_IDENTICAL                                     ~6      !0, <array>
         12        SEND_VAL                                                 ~6
         13        DO_ICALL                                                 
    8    14        INIT_FCALL                                               'var_dump'
         15        FETCH_DIM_R                                      ~8      !0, 0
         16        ADD                                              ~9      ~8, 0
         17        SEND_VAL                                                 ~9
         18        DO_ICALL                                                 
   10    19        INIT_FCALL                                               'var_dump'
         20        SEND_VAL                                                 <false>
         21        DO_ICALL                                                 
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.9 ms | 1395 KiB | 17 Q