3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = 'SNCAP-67-Preparação_do_Orcamento-Manutenção_Do_GOP'; echo $test; setlocale('LC_CTYPE', 'en_US'); echo $test; echo escapeshellarg($test);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SUUWq
function name:  (null)
number of ops:  12
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'SNCAP-67-Prepara%C3%A7%C3%A3o_do_Orcamento-Manuten%C3%A7%C3%A3o_Do_GOP'
    5     1        ECHO                                                     !0
    7     2        INIT_FCALL                                               'setlocale'
          3        SEND_VAL                                                 'LC_CTYPE'
          4        SEND_VAL                                                 'en_US'
          5        DO_ICALL                                                 
    9     6        ECHO                                                     !0
   10     7        INIT_FCALL                                               'escapeshellarg'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $3      
         10        ECHO                                                     $3
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.76 ms | 934 KiB | 18 Q