3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
139.37 ms | 1474 KiB | 15 Q