3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.08 ms | 1394 KiB | 15 Q