3v4l.org

run code in 300+ PHP versions simultaneously
<?php $slug = 'hue'; $var = $dados['pedido']['mensagem'] = 'A forma de pagamento não esta configurada corretamente. Identificador: '."'".$slug."'".' esta incorreto.'; var_dump($var); print_r($dados);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Tm0uT
function name:  (null)
number of ops:  15
compiled vars:  !0 = $slug, !1 = $var, !2 = $dados
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'hue'
    4     1        CONCAT                                           ~6      'A+forma+de+pagamento+n%C3%A3o+esta+configurada+corretamente.+Identificador%3A+%27', !0
          2        CONCAT                                           ~7      ~6, '%27'
          3        CONCAT                                           ~8      ~7, '+esta+incorreto.'
          4        FETCH_DIM_W                                      $4      !2, 'pedido'
          5        ASSIGN_DIM                                       ~5      $4, 'mensagem'
          6        OP_DATA                                                  ~8
          7        ASSIGN                                                   !1, ~5
    6     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
    7    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.18 ms | 1394 KiB | 17 Q