3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stringHTML= "Software de comunicaciĆ³n"; $html = get_html_translation_table(HTML_ENTITIES, ENT_NOQUOTES); unset($html["<"]); unset($html[">"]); $reemplazar = array_keys($html); $reemplazo = array_values($html); echo str_replace($reemplazar, $reemplazo, $stringHTML); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9YDS3
function name:  (null)
number of ops:  23
compiled vars:  !0 = $stringHTML, !1 = $html, !2 = $reemplazar, !3 = $reemplazo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ASSIGN                                                   !0, 'Software+de+comunicaci%C3%B3n'
    2     1        INIT_FCALL                                               'get_html_translation_table'
          2        SEND_VAL                                                 1
          3        SEND_VAL                                                 0
          4        DO_ICALL                                         $5      
          5        ASSIGN                                                   !1, $5
    3     6        UNSET_DIM                                                !1, '%3C'
    4     7        UNSET_DIM                                                !1, '%3E'
    5     8        INIT_FCALL                                               'array_keys'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $7      
         11        ASSIGN                                                   !2, $7
    6    12        INIT_FCALL                                               'array_values'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                         $9      
         15        ASSIGN                                                   !3, $9
    7    16        INIT_FCALL                                               'str_replace'
         17        SEND_VAR                                                 !2
         18        SEND_VAR                                                 !3
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                         $11     
         21        ECHO                                                     $11
    8    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162 ms | 1399 KiB | 21 Q