3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Sellercenter\Modules\Cli\Services\SyncAgent\Task { interface DataWriterInterface {} class DataWriterAbstract implements DataWriterInterface {} } namespace Sellercenter\Modules\Cli\Services\SyncAgent\Task\Catalog\Categories { use Sellercenter\Modules\Cli\Services\SyncAgent\Task\DataWriterAbstract; use Sellercenter\Modules\Cli\Services\SyncAgent\Task\DataWriterInterface; class DataWriter extends DataWriterAbstract {} interface PostProcessorInterface { public function process(DataWriterInterface $dataWriter); } class PostProcessor implements PostProcessorInterface { public function process(DataWriterInterface $dataWriter) { } } class PostProcessor2 implements PostProcessorInterface { public function process(DataWriterAbstract $dataWriter) { } } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0cQhd
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   DECLARE_CLASS                                            'sellercenter%5Cmodules%5Ccli%5Cservices%5Csyncagent%5Ctask%5Cdatawriterabstract'
   15     1        DECLARE_CLASS                                            'sellercenter%5Cmodules%5Ccli%5Cservices%5Csyncagent%5Ctask%5Ccatalog%5Ccategories%5Cdatawriter', 'sellercenter%5Cmodules%5Ccli%5Cservices%5Csyncagent%5Ctask%5Cdatawriterabstract'
   21     2        DECLARE_CLASS                                            'sellercenter%5Cmodules%5Ccli%5Cservices%5Csyncagent%5Ctask%5Ccatalog%5Ccategories%5Cpostprocessor'
   28     3        DECLARE_CLASS                                            'sellercenter%5Cmodules%5Ccli%5Cservices%5Csyncagent%5Ctask%5Ccatalog%5Ccategories%5Cpostprocessor2'
   34     4      > RETURN                                                   1

Class Sellercenter\Modules\Cli\Services\SyncAgent\Task\DataWriterInterface: [no user functions]
Class Sellercenter\Modules\Cli\Services\SyncAgent\Task\DataWriterAbstract: [no user functions]
Class Sellercenter\Modules\Cli\Services\SyncAgent\Task\Catalog\Categories\DataWriter: [no user functions]
Class Sellercenter\Modules\Cli\Services\SyncAgent\Task\Catalog\Categories\PostProcessorInterface:
Function process:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0cQhd
function name:  process
number of ops:  2
compiled vars:  !0 = $dataWriter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function process

End of class Sellercenter\Modules\Cli\Services\SyncAgent\Task\Catalog\Categories\PostProcessorInterface.

Class Sellercenter\Modules\Cli\Services\SyncAgent\Task\Catalog\Categories\PostProcessor:
Function process:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0cQhd
function name:  process
number of ops:  2
compiled vars:  !0 = $dataWriter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   22     0  E >   RECV                                             !0      
   25     1      > RETURN                                                   null

End of function process

End of class Sellercenter\Modules\Cli\Services\SyncAgent\Task\Catalog\Categories\PostProcessor.

Class Sellercenter\Modules\Cli\Services\SyncAgent\Task\Catalog\Categories\PostProcessor2:
Function process:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0cQhd
function name:  process
number of ops:  2
compiled vars:  !0 = $dataWriter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   29     0  E >   RECV                                             !0      
   32     1      > RETURN                                                   null

End of function process

End of class Sellercenter\Modules\Cli\Services\SyncAgent\Task\Catalog\Categories\PostProcessor2.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.29 ms | 1395 KiB | 13 Q