3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = 'SNCAP-67-Preparação_do_Orcamento-Manutenção_Do_GOP'; echo $test."\n"; setlocale(LC_CTYPE, 'en_US.UTF-8'); echo $test."\n"; echo escapeshellarg($test)."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7R2rl
function name:  (null)
number of ops:  15
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        CONCAT                                           ~2      !0, '%0A'
          2        ECHO                                                     ~2
    7     3        INIT_FCALL                                               'setlocale'
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 'en_US.UTF-8'
          6        DO_ICALL                                                 
    9     7        CONCAT                                           ~4      !0, '%0A'
          8        ECHO                                                     ~4
   10     9        INIT_FCALL                                               'escapeshellarg'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $5      
         12        CONCAT                                           ~6      $5, '%0A'
         13        ECHO                                                     ~6
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.72 ms | 1394 KiB | 17 Q