3v4l.org

run code in 300+ PHP versions simultaneously
<?php try{ do_this(); do_that(); $something = new Something(); $something->doThisAsWell(); }catch (FileSystemException $e){ echo $e->getMessage(); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 10
Branch analysis from position: 10
2 jumps found. (Code = 107) Position 1 = 11, Position 2 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EXAgK
function name:  (null)
number of ops:  15
compiled vars:  !0 = $something, !1 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'do_this'
          1        DO_FCALL                                      0          
    4     2        INIT_FCALL_BY_NAME                                       'do_that'
          3        DO_FCALL                                      0          
    5     4        NEW                                              $4      'Something'
          5        DO_FCALL                                      0          
          6        ASSIGN                                                   !0, $4
    6     7        INIT_METHOD_CALL                                         !0, 'doThisAsWell'
          8        DO_FCALL                                      0          
          9      > JMP                                                      ->14
    7    10  E > > CATCH                                       last         'FileSystemException'
    8    11    >   INIT_METHOD_CALL                                         !1, 'getMessage'
         12        DO_FCALL                                      0  $8      
         13        ECHO                                                     $8
    9    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
246.56 ms | 1393 KiB | 13 Q