3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo htmlentities('ó', ENT_COMPAT, 'UTF-8'), ' ', htmlentities('ó', ENT_COMPAT, 'ISO-8859-1'), ' ', htmlentities('ó');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UrXcN
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'htmlentities'
          1        SEND_VAL                                                 '%C3%B3'
          2        SEND_VAL                                                 2
          3        SEND_VAL                                                 'UTF-8'
          4        DO_ICALL                                         $0      
          5        ECHO                                                     $0
          6        ECHO                                                     '+'
          7        INIT_FCALL                                               'htmlentities'
          8        SEND_VAL                                                 '%C3%B3'
          9        SEND_VAL                                                 2
         10        SEND_VAL                                                 'ISO-8859-1'
         11        DO_ICALL                                         $1      
         12        ECHO                                                     $1
         13        ECHO                                                     '+'
         14        INIT_FCALL                                               'htmlentities'
         15        SEND_VAL                                                 '%C3%B3'
         16        DO_ICALL                                         $2      
         17        ECHO                                                     $2
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.19 ms | 1386 KiB | 15 Q