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 "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/0MKbF
function name:  (null)
number of ops:  14
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      'This%3A+', !0
          9        CONCAT                                           ~7      ~6, '%0A'
         10        ECHO                                                     ~7
    8    11        CONCAT                                           ~8      'Should+become%3A+', !1
         12        ECHO                                                     ~8
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.29 ms | 1394 KiB | 15 Q