3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Dummy { private $value1_; private $value2_; function __construct() { $this->value1_ = 100; $this->value2_ = "100"; } } $aDummy = new Dummy(); var_export($aDummy);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FDdea
function name:  (null)
number of ops:  7
compiled vars:  !0 = $aDummy
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   NEW                                              $1      'Dummy'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   13     3        INIT_FCALL                                               'var_export'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
          6      > RETURN                                                   1

Class Dummy:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FDdea
function name:  __construct
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ASSIGN_OBJ                                               'value1_'
          1        OP_DATA                                                  100
    8     2        ASSIGN_OBJ                                               'value2_'
          3        OP_DATA                                                  '100'
    9     4      > RETURN                                                   null

End of function __construct

End of class Dummy.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.13 ms | 1394 KiB | 15 Q