3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Sylius\Bundle\ResourceBundle\DependencyInjection; class SyliusResourceExtension { function test() { echo get_class($this); } } $a = new SyliusResourceExtension(); $a->test();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L5KJP
function name:  (null)
number of ops:  6
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   NEW                                              $1      'Sylius%5CBundle%5CResourceBundle%5CDependencyInjection%5CSyliusResourceExtension'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   12     3        INIT_METHOD_CALL                                         !0, 'test'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class Sylius\Bundle\ResourceBundle\DependencyInjection\SyliusResourceExtension:
Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L5KJP
function name:  test
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_NS_FCALL_BY_NAME                                    'Sylius%5CBundle%5CResourceBundle%5CDependencyInjection%5Cget_class'
          1        FETCH_THIS                                       $0      
          2        SEND_VAR_EX                                              $0
          3        DO_FCALL                                      0  $1      
          4        ECHO                                                     $1
    8     5      > RETURN                                                   null

End of function test

End of class Sylius\Bundle\ResourceBundle\DependencyInjection\SyliusResourceExtension.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.89 ms | 1395 KiB | 15 Q