3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = json_decode('{ "projs": [ { "name": "RGBFade", "author": "me", "filep": "rgbfade.txt" } ] }'); var_dump($json);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5U14v
function name:  (null)
number of ops:  8
compiled vars:  !0 = $json
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'json_decode'
          1        SEND_VAL                                                 '%7B%0A++++%22projs%22%3A+%5B%0A++++++++%7B%0A++++++++++++%22name%22%3A+%22RGBFade%22%2C%0A++++++++++++%22author%22%3A+%22me%22%2C%0A++++++++++++%22filep%22%3A+%22rgbfade.txt%22%0A++++++++%7D%0A++++%5D%0A%7D'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
   11     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
135.91 ms | 999 KiB | 15 Q