3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Jonathan{} function hello(Jonathan $jonathan){} function world() { hello('foo'); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ig0he
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E > > RETURN                                                   1

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

End of function hello

Function world:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ig0he
function name:  world
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'hello'
          1        SEND_VAL                                                 'foo'
          2        DO_FCALL                                      0          
    9     3      > RETURN                                                   null

End of function world

Class Jonathan: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.61 ms | 1388 KiB | 14 Q