3v4l.org

run code in 300+ PHP versions simultaneously
<?php class User { private $firstname; private $lastname; private $age; public function __contruct() { $this->firstname = null; $this->lastname = null; $this->age = null; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SK9uN
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E > > RETURN                                                   1

Class User:
Function __contruct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SK9uN
function name:  __contruct
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   ASSIGN_OBJ                                               'firstname'
          1        OP_DATA                                                  null
   10     2        ASSIGN_OBJ                                               'lastname'
          3        OP_DATA                                                  null
   11     4        ASSIGN_OBJ                                               'age'
          5        OP_DATA                                                  null
   12     6      > RETURN                                                   null

End of function __contruct

End of class User.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.29 ms | 1392 KiB | 13 Q