3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { throw new Exception('outch'); $canIdoThis = 'really?'; } catch(Exception $ex) { } var_dump($canIdoThis);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) 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/6fLuI
function name:  (null)
number of ops:  11
compiled vars:  !0 = $canIdoThis, !1 = $ex
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   NEW                                              $2      'Exception'
          1        SEND_VAL_EX                                              'outch'
          2        DO_FCALL                                      0          
          3      > THROW                                         0          $2
    5     4*       ASSIGN                                                   !0, 'really%3F'
          5*       JMP                                                      ->7
    6     6  E > > CATCH                                       last         'Exception'
   10     7    >   INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.41 ms | 1394 KiB | 15 Q