3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str="മലയാളം <html>"; echo $str, PHP_EOL; $str=htmlentities($str); echo $str;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ot2r5
function name:  (null)
number of ops:  9
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%E0%B4%AE%E0%B4%B2%E0%B4%AF%E0%B4%BE%E0%B4%B3%E0%B4%82+%3Chtml%3E'
    4     1        ECHO                                                     !0
          2        ECHO                                                     '%0A'
    5     3        INIT_FCALL                                               'htmlentities'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        ASSIGN                                                   !0, $2
    6     7        ECHO                                                     !0
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.59 ms | 1398 KiB | 15 Q