3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.51 ms | 1394 KiB | 17 Q