3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "&#195;&#x20ac;"; $string = html_entity_decode($string, ENT_COMPAT | ENT_HTML401, 'utf-8'); $string_result = "À"; echo "<br>This: " . $string; echo "<br>Should become: " . ($string_result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7brHr
function name:  (null)
number of ops:  13
compiled vars:  !0 = $string, !1 = $string_result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%26%23195%3B%26%23x20ac%3B'
    4     1        INIT_FCALL                                               'html_entity_decode'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 2
          4        SEND_VAL                                                 'utf-8'
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !0, $3
    5     7        ASSIGN                                                   !1, '%C3%83%E2%82%AC'
    7     8        CONCAT                                           ~6      '%3Cbr%3EThis%3A+', !0
          9        ECHO                                                     ~6
    8    10        CONCAT                                           ~7      '%3Cbr%3EShould+become%3A+', !1
         11        ECHO                                                     ~7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.26 ms | 1394 KiB | 15 Q