3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_REQUEST['value'] = '–'; $value = $_REQUEST['value']; $value = str_replace(chr(226), '-', $value); $value = html_entity_decode(utf8_decode($value)); echo $value;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bJ8Y8
function name:  (null)
number of ops:  21
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_W                      global              $1      '_REQUEST'
          1        ASSIGN_DIM                                               $1, 'value'
          2        OP_DATA                                                  '%E2%80%93'
    5     3        FETCH_R                      global              ~3      '_REQUEST'
          4        FETCH_DIM_R                                      ~4      ~3, 'value'
          5        ASSIGN                                                   !0, ~4
    6     6        INIT_FCALL                                               'str_replace'
          7        SEND_VAL                                                 '%E2'
          8        SEND_VAL                                                 '-'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $6      
         11        ASSIGN                                                   !0, $6
    8    12        INIT_FCALL                                               'html_entity_decode'
         13        INIT_FCALL                                               'utf8_decode'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $8      
         16        SEND_VAR                                                 $8
         17        DO_ICALL                                         $9      
         18        ASSIGN                                                   !0, $9
   10    19        ECHO                                                     !0
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.05 ms | 1395 KiB | 19 Q