3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface iTemplate { public function setVariable($name, $var); public function getHtml($template); } class test implements iTemplate { }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tbZVl
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   DECLARE_CLASS                                            'test'
   12     1      > RETURN                                                   1

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

End of function setvariable

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

End of function gethtml

End of class iTemplate.

Class test: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.26 ms | 1397 KiB | 13 Q