3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('html_errors', 1); ini_set('default_charset', "Windows-1251"); throw new Exception("\xF2\xE5\xF1\xF2"); // "ั‚ะตัั‚"
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/lVHrU
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'html_errors'
          2        SEND_VAL                                                 1
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'default_charset'
          6        SEND_VAL                                                 'Windows-1251'
          7        DO_ICALL                                                 
    4     8        NEW                                              $2      'Exception'
          9        SEND_VAL_EX                                              '%F2%E5%F1%F2'
         10        DO_FCALL                                      0          
         11      > THROW                                         0          $2
         12*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.9 ms | 1394 KiB | 15 Q