3v4l.org

run code in 300+ PHP versions simultaneously
<?php // display_errors=1 for "HTTP 200 OK", // display_errors=0 for "HTTP 500 Internal Server Error" ... ini_set("display_errors","0"); throw new \Exception("test");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/LElPO
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 '0'
          3        DO_ICALL                                                 
    5     4        NEW                                              $1      'Exception'
          5        SEND_VAL_EX                                              'test'
          6        DO_FCALL                                      0          
          7      > THROW                                         0          $1
          8*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.96 ms | 1394 KiB | 15 Q