3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.53 ms | 1394 KiB | 17 Q