3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { /** * @var string * */ private $uuid; /** * @var string * */ private $internalType; /** */ private $slug; /** */ private $title; public function __construct(string $internalType) { $this->internalType = $internalType; } /** * @return string */ public function getUuid() : string { return 'xx'; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7Tbrf
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   35     0  E > > RETURN                                                   1

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

End of function __construct

Function getuuid:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7Tbrf
function name:  getUuid
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   33     0  E > > RETURN                                                   'xx'
   34     1*       VERIFY_RETURN_TYPE                                       
          2*     > RETURN                                                   null

End of function getuuid

End of class A.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.71 ms | 1393 KiB | 13 Q