3v4l.org

run code in 500+ PHP versions simultaneously
<?php try { throw new RuntimeException(); } catch (RuntimeException $e) { var_dump($e->getMessage()); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
Found catch point at position: 4
Branch analysis from position: 4
2 jumps found. (Code = 107) Position 1 = 5, Position 2 = -2
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FDkpg
function name:  (null)
number of ops:  11
compiled vars:  !0 = $e
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   NEW                                                  $1      'RuntimeException'
          1        DO_FCALL                                          0          
          2      > THROW                                             0          $1
          3*       JMP                                                          ->10
    5     4  E > > CATCH                                           last         'RuntimeException'
    6     5    >   INIT_FCALL                                                   'var_dump'
          6        INIT_METHOD_CALL                                             !0, 'getMessage'
          7        DO_FCALL                                          0  $3      
          8        SEND_VAR                                                     $3
          9        DO_ICALL                                                     
    7    10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
168.24 ms | 1883 KiB | 14 Q