3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Drupal\layout_builder\Plugin\Block; class InlineBlock { use UnknownTrait; } try { new ReflectionClass('Drupal\layout_builder\Plugin\Block\InlineBlock'); } catch (\Throwable $e) { echo 'caught you!'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 6
Branch analysis from position: 6
2 jumps found. (Code = 107) Position 1 = 7, Position 2 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jFId8
function name:  (null)
number of ops:  9
compiled vars:  !0 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   DECLARE_CLASS                                            'drupal%5Clayout_builder%5Cplugin%5Cblock%5Cinlineblock'
   10     1        NEW                                              $1      'Drupal%5Clayout_builder%5CPlugin%5CBlock%5CReflectionClass'
          2        SEND_VAL_EX                                              'Drupal%5Clayout_builder%5CPlugin%5CBlock%5CInlineBlock'
          3        DO_FCALL                                      0          
          4        FREE                                                     $1
          5      > JMP                                                      ->8
   11     6  E > > CATCH                                       last         'Throwable'
   12     7    >   ECHO                                                     'caught+you%21'
   13     8    > > RETURN                                                   1

Class Drupal\layout_builder\Plugin\Block\InlineBlock: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.83 ms | 1403 KiB | 13 Q