3v4l.org

run code in 300+ PHP versions simultaneously
<?php print "-->".htmlentities("test ì")."<--\n"; print "-->".htmlentities("test à")."<--\n"; print "-->".htmlentities("test ò")."<--\n"; print "-->".htmlentities("test ù")."<--\n"; print "-->".htmlentities("test è")."<--\n"; print "-->".htmlentities("test é")."<--\n"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WGP2u
function name:  (null)
number of ops:  37
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'htmlentities'
          1        SEND_VAL                                                 'test+%C3%AC'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      '--%3E', $0
          4        CONCAT                                           ~2      ~1, '%3C--%0A'
          5        ECHO                                                     ~2
    3     6        INIT_FCALL                                               'htmlentities'
          7        SEND_VAL                                                 'test+%C3%A0'
          8        DO_ICALL                                         $3      
          9        CONCAT                                           ~4      '--%3E', $3
         10        CONCAT                                           ~5      ~4, '%3C--%0A'
         11        ECHO                                                     ~5
    4    12        INIT_FCALL                                               'htmlentities'
         13        SEND_VAL                                                 'test+%C3%B2'
         14        DO_ICALL                                         $6      
         15        CONCAT                                           ~7      '--%3E', $6
         16        CONCAT                                           ~8      ~7, '%3C--%0A'
         17        ECHO                                                     ~8
    5    18        INIT_FCALL                                               'htmlentities'
         19        SEND_VAL                                                 'test+%C3%B9'
         20        DO_ICALL                                         $9      
         21        CONCAT                                           ~10     '--%3E', $9
         22        CONCAT                                           ~11     ~10, '%3C--%0A'
         23        ECHO                                                     ~11
    6    24        INIT_FCALL                                               'htmlentities'
         25        SEND_VAL                                                 'test+%C3%A8'
         26        DO_ICALL                                         $12     
         27        CONCAT                                           ~13     '--%3E', $12
         28        CONCAT                                           ~14     ~13, '%3C--%0A'
         29        ECHO                                                     ~14
    7    30        INIT_FCALL                                               'htmlentities'
         31        SEND_VAL                                                 'test+%C3%A9'
         32        DO_ICALL                                         $15     
         33        CONCAT                                           ~16     '--%3E', $15
         34        CONCAT                                           ~17     ~16, '%3C--%0A'
         35        ECHO                                                     ~17
    8    36      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.29 ms | 1388 KiB | 15 Q