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/QtIDb
function name:  (null)
number of ops:  9
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        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
   14     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.53 ms | 1385 KiB | 17 Q