3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! interface PaymentGatewayInterface { public function pay(array $bill); public function processNotification($notification); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RK5TP
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E > > RETURN                                                   1

Class PaymentGatewayInterface:
Function pay:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RK5TP
function name:  pay
number of ops:  2
compiled vars:  !0 = $bill
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function pay

Function processnotification:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RK5TP
function name:  processNotification
number of ops:  2
compiled vars:  !0 = $notification
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function processnotification

End of class PaymentGatewayInterface.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.82 ms | 1393 KiB | 13 Q