3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '��Hitmakers Feat. KNA Connected'; var_dump(ctype_print('��Hitmakers Feat. KNA Connected')); var_dump(trim($str)); $str = preg_replace('/[\x00-\x08\x0B\x0C\x0E-\x1F\x80-\x9F]/u', '', $str); var_dump($str);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/trFvB
function name:  (null)
number of ops:  23
compiled vars:  !0 = $str
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                                         $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                                 
    6     7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'trim'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $4      
         11        SEND_VAR                                                 $4
         12        DO_ICALL                                                 
    8    13        INIT_FCALL                                               'preg_replace'
         14        SEND_VAL                                                 '%2F%5B%5Cx00-%5Cx08%5Cx0B%5Cx0C%5Cx0E-%5Cx1F%5Cx80-%5Cx9F%5D%2Fu'
         15        SEND_VAL                                                 ''
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $6      
         18        ASSIGN                                                   !0, $6
    9    19        INIT_FCALL                                               'var_dump'
         20        SEND_VAR                                                 !0
         21        DO_ICALL                                                 
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.12 ms | 1399 KiB | 21 Q