3v4l.org

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

Class A:
Function print:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8Kr1T
function name:  print
number of ops:  4
compiled vars:  !0 = $loglevel, !1 = $msg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    5     2        ECHO                                                     'hello+world'
    6     3      > RETURN                                                   null

End of function print

End of class A.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.27 ms | 1392 KiB | 13 Q