3v4l.org

run code in 500+ PHP versions simultaneously
<?php try { require('no.php'); } catch (Throwable $e) { echo 'Catch!'; } finally { echo 'Finally?'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
2 jumps found. (Code = 162) Position 1 = 6, Position 2 = 5
Branch analysis from position: 6
1 jumps found. (Code = 163) Position 1 = -2
Branch analysis from position: 5
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: 2
Branch analysis from position: 2
2 jumps found. (Code = 107) Position 1 = 3, Position 2 = -2
Branch analysis from position: 3
2 jumps found. (Code = 162) Position 1 = 6, Position 2 = 5
Branch analysis from position: 6
Branch analysis from position: 5
filename:       /in/sQeAQ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $e
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   INCLUDE_OR_EVAL                                              'no.php', REQUIRE
          1      > JMP                                                          ->4
    5     2  E > > CATCH                                           last         'Throwable'
    6     3    >   ECHO                                                         'Catch%21'
    7     4    > > FAST_CALL                                                    ->6
          5    > > JMP                                                          ->8
    8     6    >   ECHO                                                         'Finally%3F'
          7      > FAST_RET                                                     
    9     8    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
152.31 ms | 2859 KiB | 13 Q