3v4l.org

run code in 300+ PHP versions simultaneously
<?php class LemonException extends \Exception{} class OrangeException extends \Exception{} try{ throw new LemonException('test'); }catch(LemonException $e){ echo 'lemon'; }catch(OrangeException $e){ echo 'orange'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
Found catch point at position: 5
Branch analysis from position: 5
2 jumps found. (Code = 107) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 107) Position 1 = 9, Position 2 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 8
Branch analysis from position: 8
filename:       /in/HQ5Em
function name:  (null)
number of ops:  11
compiled vars:  !0 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   NEW                                              $1      'LemonException'
          1        SEND_VAL_EX                                              'test'
          2        DO_FCALL                                      0          
          3      > THROW                                         0          $1
          4*       JMP                                                      ->10
    8     5  E > > CATCH                                                    'LemonException', ->8
    9     6    >   ECHO                                                     'lemon'
          7      > JMP                                                      ->10
   10     8  E > > CATCH                                       last         'OrangeException'
   11     9    >   ECHO                                                     'orange'
   12    10    > > RETURN                                                   1

Class LemonException: [no user functions]
Class OrangeException: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.71 ms | 1393 KiB | 13 Q