3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('display_errors', 1); 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/Ah2XP
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 1
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'html_errors'
          6        SEND_VAL                                                 1
          7        DO_ICALL                                                 
    4     8        INIT_FCALL                                               'ini_set'
          9        SEND_VAL                                                 'default_charset'
         10        SEND_VAL                                                 'Windows-1251'
         11        DO_ICALL                                                 
    5    12        NEW                                              $3      'Exception'
         13        SEND_VAL_EX                                              '%F2%E5%F1%F2'
         14        DO_FCALL                                      0          
         15      > THROW                                         0          $3
         16*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.8 ms | 1394 KiB | 15 Q