3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($c = 0; $c <= 0x1F; $c++) { var_dump(utf8_encode(chr($c))); } var_dump('-----------------------'); for ($c = 0x7F; $c <= 0x9F; $c++) { var_dump(utf8_encode(chr($c))); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 2
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 29
Branch analysis from position: 29
2 jumps found. (Code = 44) Position 1 = 31, Position 2 = 19
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 31, Position 2 = 19
Branch analysis from position: 31
Branch analysis from position: 19
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 2
Branch analysis from position: 14
Branch analysis from position: 2
filename:       /in/VobJ5
function name:  (null)
number of ops:  32
compiled vars:  !0 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->12
    3     2    >   INIT_FCALL                                               'var_dump'
          3        INIT_FCALL                                               'utf8_encode'
          4        INIT_FCALL                                               'chr'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        DO_ICALL                                                 
    2    11        PRE_INC                                                  !0
         12    >   IS_SMALLER_OR_EQUAL                                      !0, 31
         13      > JMPNZ                                                    ~6, ->2
    5    14    >   INIT_FCALL                                               'var_dump'
         15        SEND_VAL                                                 '-----------------------'
         16        DO_ICALL                                                 
    6    17        ASSIGN                                                   !0, 127
         18      > JMP                                                      ->29
    7    19    >   INIT_FCALL                                               'var_dump'
         20        INIT_FCALL                                               'utf8_encode'
         21        INIT_FCALL                                               'chr'
         22        SEND_VAR                                                 !0
         23        DO_ICALL                                         $9      
         24        SEND_VAR                                                 $9
         25        DO_ICALL                                         $10     
         26        SEND_VAR                                                 $10
         27        DO_ICALL                                                 
    6    28        PRE_INC                                                  !0
         29    >   IS_SMALLER_OR_EQUAL                                      !0, 159
         30      > JMPNZ                                                    ~13, ->19
    8    31    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.65 ms | 1396 KiB | 19 Q