3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ImageService { public function __construct( private ImageTransformer $imageTransformer, private PostService $postService ) { } // other methods here }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ttEgp
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E > > RETURN                                                   1

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

End of function __construct

End of class ImageService.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.98 ms | 1392 KiB | 13 Q