3v4l.org

run code in 300+ PHP versions simultaneously
<?php $in = "Mise à jour pour Microsoft .NET Framework 3.5.1 sous Windows 7 et Windows Server 2008 R2 SP1 pour systèmes x64 (KB2836943)"; $out_old = iconv("UTF-8", "ISO-8859-1//TRANSLIT", $in); $out_new = iconv("UTF-8", "ISO-8859-1//TRANSLIT//IGNORE", $in); echo "old: " . $out_old; echo "new: " . $out_new;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9dffr
function name:  (null)
number of ops:  18
compiled vars:  !0 = $in, !1 = $out_old, !2 = $out_new
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Mise+%C3%A0+jour+pour+Microsoft+.NET+Framework+3.5.1+sous+Windows+7+et+Windows+Server+2008+R2+SP1+pour+syst%C3%A8mes+x64+%28KB2836943%29'
    4     1        INIT_FCALL_BY_NAME                                       'iconv'
          2        SEND_VAL_EX                                              'UTF-8'
          3        SEND_VAL_EX                                              'ISO-8859-1%2F%2FTRANSLIT'
          4        SEND_VAR_EX                                              !0
          5        DO_FCALL                                      0  $4      
          6        ASSIGN                                                   !1, $4
    5     7        INIT_FCALL_BY_NAME                                       'iconv'
          8        SEND_VAL_EX                                              'UTF-8'
          9        SEND_VAL_EX                                              'ISO-8859-1%2F%2FTRANSLIT%2F%2FIGNORE'
         10        SEND_VAR_EX                                              !0
         11        DO_FCALL                                      0  $6      
         12        ASSIGN                                                   !2, $6
    7    13        CONCAT                                           ~8      'old%3A+', !1
         14        ECHO                                                     ~8
    8    15        CONCAT                                           ~9      'new%3A+', !2
         16        ECHO                                                     ~9
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
279.23 ms | 1007 KiB | 13 Q