3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $exception = new Exception('blah blah'); $theAnswer = 42; throw $exception;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/j2Yeu
function name:  (null)
number of ops:  7
compiled vars:  !0 = $exception, !1 = $theAnswer
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   NEW                                              $2      'Exception'
          1        SEND_VAL_EX                                              'blah+blah'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $2
    8     4        ASSIGN                                                   !1, 42
   10     5      > THROW                                         0          !0
          6*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
207.54 ms | 1392 KiB | 13 Q