3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '��Hitmakers Feat. KNA Connected'; var_dump(ctype_print('��Hitmakers Feat. KNA Connected')); $s = iconv("UTF-8", "UTF-8//IGNORE", $str); var_dump($s);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qp43t
function name:  (null)
number of ops:  17
compiled vars:  !0 = $str, !1 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%EF%BF%BD%EF%BF%BDHitmakers+Feat.+KNA+Connected'
    4     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'ctype_print'
          3        SEND_VAL                                                 '%EF%BF%BD%EF%BF%BDHitmakers+Feat.+KNA+Connected'
          4        DO_ICALL                                         $3      
          5        SEND_VAR                                                 $3
          6        DO_ICALL                                                 
    6     7        INIT_FCALL_BY_NAME                                       'iconv'
          8        SEND_VAL_EX                                              'UTF-8'
          9        SEND_VAL_EX                                              'UTF-8%2F%2FIGNORE'
         10        SEND_VAR_EX                                              !0
         11        DO_FCALL                                      0  $5      
         12        ASSIGN                                                   !1, $5
    7    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.01 ms | 1394 KiB | 17 Q