3v4l.org

run code in 500+ PHP versions simultaneously
<?php error_reporting(~0); $foo = new StdClass(); $foo->bar = '1234';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HjcmM
function name:  (null)
number of ops:  9
compiled vars:  !0 = $foo
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'error_reporting'
          1        SEND_VAL                                                     -1
          2        DO_ICALL                                                     
    4     3        NEW                                                  $2      'StdClass'
          4        DO_FCALL                                          0          
          5        ASSIGN                                                       !0, $2
    5     6        ASSIGN_OBJ                                                   !0, 'bar'
          7        OP_DATA                                                      '1234'
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.11 ms | 3005 KiB | 14 Q