3v4l.org

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

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

End of function __construct

End of class Route.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.42 ms | 1591 KiB | 13 Q