3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo escapeshellarg("\xC3\x96"); setlocale(LC_CTYPE, 'en_US.UTF-8'); echo escapeshellarg("\xC3\x96");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DrhCK
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'escapeshellarg'
          1        SEND_VAL                                                     '%C3%96'
          2        DO_ICALL                                             $0      
          3        ECHO                                                         $0
    4     4        INIT_FCALL                                                   'setlocale'
          5        SEND_VAL                                                     0
          6        SEND_VAL                                                     'en_US.UTF-8'
          7        DO_ICALL                                                     
    5     8        INIT_FCALL                                                   'escapeshellarg'
          9        SEND_VAL                                                     '%C3%96'
         10        DO_ICALL                                             $2      
         11        ECHO                                                         $2
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.14 ms | 3330 KiB | 15 Q