3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace League\Flysystem; interface FilesystemInterface { public function notRenamed($path); } class Filesystem implements FilesystemInterface { public function renamed($path) { return 123; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9bYf6
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   DECLARE_CLASS                                            'league%5Cflysystem%5Cfilesystem'
   16     1      > RETURN                                                   1

Class League\Flysystem\FilesystemInterface:
Function notrenamed:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9bYf6
function name:  notRenamed
number of ops:  2
compiled vars:  !0 = $path
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function notrenamed

End of class League\Flysystem\FilesystemInterface.

Class League\Flysystem\Filesystem:
Function renamed:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9bYf6
function name:  renamed
number of ops:  3
compiled vars:  !0 = $path
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   RECV                                             !0      
   14     1      > RETURN                                                   123
   15     2*     > RETURN                                                   null

End of function renamed

End of class League\Flysystem\Filesystem.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.53 ms | 1432 KiB | 13 Q