3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('assert.exception', 1); try { assert(false, "sdf"); } catch (Throwable $t) { var_dump($t); }
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/gvYB4
function name:  (null)
number of ops:  15
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'assert.exception'
          2        SEND_VAL                                                 1
          3        DO_ICALL                                                 
    6     4        ASSERT_CHECK                                             
          5        INIT_FCALL                                               'assert'
          6        SEND_VAL                                                 <false>
          7        SEND_VAL                                                 'sdf'
          8        DO_ICALL                                                 
          9      > JMP                                                      ->14
    7    10  E > > CATCH                                       last         'Throwable'
    8    11    >   INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
    9    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.22 ms | 1399 KiB | 19 Q