3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = new stdClass(); $x->two = "baf"; var_dump($x->one & $x->two & $x->three);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PEGIN
function name:  (null)
number of ops:  14
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'stdClass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
    4     3        ASSIGN_OBJ                                               !0, 'two'
          4        OP_DATA                                                  'baf'
    6     5        INIT_FCALL                                               'var_dump'
          6        FETCH_OBJ_R                                      ~5      !0, 'one'
          7        FETCH_OBJ_R                                      ~6      !0, 'two'
          8        BW_AND                                           ~7      ~5, ~6
          9        FETCH_OBJ_R                                      ~8      !0, 'three'
         10        BW_AND                                           ~9      ~7, ~8
         11        SEND_VAL                                                 ~9
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.26 ms | 1394 KiB | 15 Q