3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '{ "inbound.json": [ { "channel_name": "\uae30\ub124\uc2a4 \ucf54\ub9ac\uc544 (Guinness Korea)", "text": "\ucd5c\ud76c\uacbd \ud55c\uc794 \ub561\uae34\ub2e4" } ] }'; $decoded = json_decode("\"$str\""); var_dump($decoded);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lXSbt
function name:  (null)
number of ops:  12
compiled vars:  !0 = $str, !1 = $decoded
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%7B%0A++++%22inbound.json%22%3A+%5B%0A%09%09%7B%0A++++++++++++%22channel_name%22%3A+%22%5Cuae30%5Cub124%5Cuc2a4+%5Cucf54%5Cub9ac%5Cuc544+%28Guinness+Korea%29%22%2C+%0A++++++++++++%22text%22%3A+%22%5Cucd5c%5Cud76c%5Cuacbd++%5Cud55c%5Cuc794++%5Cub561%5Cuae34%5Cub2e4%22%0A++++++++%7D%0A%09%5D%0A%7D'
   12     1        INIT_FCALL                                               'json_decode'
          2        ROPE_INIT                                     3  ~4      '%22'
          3        ROPE_ADD                                      1  ~4      ~4, !0
          4        ROPE_END                                      2  ~3      ~4, '%22'
          5        SEND_VAL                                                 ~3
          6        DO_ICALL                                         $6      
          7        ASSIGN                                                   !1, $6
   14     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.67 ms | 1394 KiB | 17 Q