3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "&#195;&#x20ac;"; $string_result = "À"; $string = (html_entity_encode($string)); 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/o0uQq
function name:  (null)
number of ops:  11
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        ASSIGN                                                   !1, '%C3%83%E2%82%AC'
    5     2        INIT_FCALL_BY_NAME                                       'html_entity_encode'
          3        SEND_VAR_EX                                              !0
          4        DO_FCALL                                      0  $4      
          5        ASSIGN                                                   !0, $4
    7     6        CONCAT                                           ~6      '%3Cbr%3EThis%3A+', !0
          7        ECHO                                                     ~6
    8     8        CONCAT                                           ~7      '%3Cbr%3EShould+become%3A+', !1
          9        ECHO                                                     ~7
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.94 ms | 1392 KiB | 13 Q