3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.79 ms | 1394 KiB | 15 Q