3v4l.org

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

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

End of function __wakeup

End of class User.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.02 ms | 1009 KiB | 13 Q