3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(null [[]]); // NULL var_dump(true [[]]); // NULL var_dump(false [[]]); // NULL var_dump( [][[]]); // fatal error
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/flQ68
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                                   'var_dump'
          1        FETCH_DIM_R                                          ~0      null, <array>
          2        SEND_VAL                                                     ~0
          3        DO_ICALL                                                     
    5     4        INIT_FCALL                                                   'var_dump'
          5        FETCH_DIM_R                                          ~2      <true>, <array>
          6        SEND_VAL                                                     ~2
          7        DO_ICALL                                                     
    6     8        INIT_FCALL                                                   'var_dump'
          9        FETCH_DIM_R                                          ~4      <false>, <array>
         10        SEND_VAL                                                     ~4
         11        DO_ICALL                                                     
    8    12        INIT_FCALL                                                   'var_dump'
         13        FETCH_DIM_R                                          ~6      <array>, <array>
         14        SEND_VAL                                                     ~6
         15        DO_ICALL                                                     
         16      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.17 ms | 1505 KiB | 14 Q