3v4l.org

run code in 500+ PHP versions simultaneously
<?php #[Attribute] class ColumnName { use Getter; public function __construct(private string $name) { $this->name = $name; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o1LDQ
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   DECLARE_CLASS                                                'columnname'
   12     1      > RETURN                                                       1

Class ColumnName:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o1LDQ
function name:  __construct
number of ops:  6
compiled vars:  !0 = $name
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    8     0  E >   RECV                                                 !0      
          1        ASSIGN_OBJ                                                   'name'
          2        OP_DATA                                                      !0
   10     3        ASSIGN_OBJ                                                   'name'
          4        OP_DATA                                                      !0
   11     5      > RETURN                                                       null

End of function __construct

End of class ColumnName.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
153.84 ms | 1591 KiB | 13 Q