3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Middleware { /** * @param object $command * @param callable $next * * @return mixed */ public function execute($command, callable $next); } final class RegisterProcessedMessages implements Middleware { /** * {@inheritDoc} */ public function execute($command, callable $next): void { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q8Qnm
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   DECLARE_CLASS                                            'registerprocessedmessages'
   23     1      > RETURN                                                   1

Class Middleware:
Function execute:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q8Qnm
function name:  execute
number of ops:  3
compiled vars:  !0 = $command, !1 = $next
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2      > RETURN                                                   null

End of function execute

End of class Middleware.

Class RegisterProcessedMessages:
Function execute:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q8Qnm
function name:  execute
number of ops:  3
compiled vars:  !0 = $command, !1 = $next
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   19     0  E >   RECV                                             !0      
          1        RECV                                             !1      
   22     2      > RETURN                                                   null

End of function execute

End of class RegisterProcessedMessages.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.96 ms | 1393 KiB | 13 Q