3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.06 ms | 1385 KiB | 17 Q