3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(utf8_encode(chr(128))); var_dump(utf8_encode(chr(146))); var_dump(utf8_encode(chr(154))); var_dump(utf8_encode(chr(156))); var_dump(utf8_encode(chr(158))); var_dump(utf8_encode(chr(159))); var_dump(utf8_encode(chr(233)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Bp80Z
function name:  (null)
number of ops:  43
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'utf8_encode'
          2        SEND_VAL                                                 '%80'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    3     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'utf8_encode'
          8        SEND_VAL                                                 '%92'
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                                 
    4    12        INIT_FCALL                                               'var_dump'
         13        INIT_FCALL                                               'utf8_encode'
         14        SEND_VAL                                                 '%9A'
         15        DO_ICALL                                         $4      
         16        SEND_VAR                                                 $4
         17        DO_ICALL                                                 
    5    18        INIT_FCALL                                               'var_dump'
         19        INIT_FCALL                                               'utf8_encode'
         20        SEND_VAL                                                 '%9C'
         21        DO_ICALL                                         $6      
         22        SEND_VAR                                                 $6
         23        DO_ICALL                                                 
    6    24        INIT_FCALL                                               'var_dump'
         25        INIT_FCALL                                               'utf8_encode'
         26        SEND_VAL                                                 '%9E'
         27        DO_ICALL                                         $8      
         28        SEND_VAR                                                 $8
         29        DO_ICALL                                                 
    7    30        INIT_FCALL                                               'var_dump'
         31        INIT_FCALL                                               'utf8_encode'
         32        SEND_VAL                                                 '%9F'
         33        DO_ICALL                                         $10     
         34        SEND_VAR                                                 $10
         35        DO_ICALL                                                 
    8    36        INIT_FCALL                                               'var_dump'
         37        INIT_FCALL                                               'utf8_encode'
         38        SEND_VAL                                                 '%E9'
         39        DO_ICALL                                         $12     
         40        SEND_VAR                                                 $12
         41        DO_ICALL                                                 
         42      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.09 ms | 1396 KiB | 17 Q