3v4l.org

run code in 300+ PHP versions simultaneously
<?php $JSON = <<<JSON [ { "id" : "american", "title" : "A Timeline of American Literature", "description" : "LENGTHY DESCRIPTIVE TEXT", "initial_zoom" : "50", "focus_date" : "1650-01-01 00:00:00", "size_importance" : "true", "timezone" : "-06:00", "min_zoom" : "20", "max_zoom" : "80", "image_lane_height" : "50", "display_zoom_level" : "1", "tags" : { "Puritan" : "0", "Enlightenment" : "0", "Romantic" : "0", "Transcendental" : "0", "Dark Romantic": "0", "African American": "0", "American Indian": "0", "International" : "0" }, "legend": [ { "title": "Author event", "icon": "star_red.png" }, { "title": "Publication event", "icon": "square_blue.png" }, { "title": "Historical event", "icon": "triangle_green.png" } ], "events": [ { "id": "american-ccincore-1411541230", "title": "William Bradford born", "description": "LENGTHY DESCRIPTIVE TEXT", "tags": "Puritan", "startdate": "1950-03- 00:00:00", "enddate": "1657-05- 00:00:00", "importance": "50", "date_display": "year", "link": "", "image": "https://www.csustan.edu/sites/default/files/ENGLISH/reuben/pal/chap1/bradford.gif", "icon": "star_red.png", "span_color": "#f66" }, { "id": "american-mforkner-1411364607", "title": "Church Mission Society", "description": "LENGTHY DESCRIPTIVE TEXT", "tags": "", "startdate": "1799-01-01 00:00:00", "enddate": "1799-01-01 00:00:00", "importance": "50", "date_display": "year", "link": "", "image": "http://webarchive.cms-uk.org/_images/tnsaies1.jpg", "icon": ".png", "span_color": "#ccc" } ] } ] JSON; $data = json_decode($JSON); print_r($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/s60H6
function name:  (null)
number of ops:  9
compiled vars:  !0 = $JSON, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%5B%0A++%7B%0A+++++%22id%22+%3A+%22american%22%2C%0A+++++%22title%22+%3A+%22A+Timeline+of+American+Literature%22%2C%0A+++++%22description%22+%3A+%22LENGTHY+DESCRIPTIVE+TEXT%22%2C%0A+++++%22initial_zoom%22+%3A+%2250%22%2C%0A+++++%22focus_date%22+%3A+%221650-01-01+00%3A00%3A00%22%2C%0A+++++%22size_importance%22+%3A+%22true%22%2C%0A+++++%22timezone%22+%3A+%22-06%3A00%22%2C%0A+++++%22min_zoom%22+%3A+%2220%22%2C%0A+++++%22max_zoom%22+%3A+%2280%22%2C%0A+++++%22image_lane_height%22+%3A+%2250%22%2C%0A+++++%22display_zoom_level%22+%3A+%221%22%2C%0A+++++%22tags%22+%3A+%7B%0A+++++++%22Puritan%22+%3A+%220%22%2C%0A+++++++%22Enlightenment%22+%3A+%220%22%2C%0A+++++++%22Romantic%22+%3A+%220%22%2C%0A+++++++%22Transcendental%22+%3A+%220%22%2C%0A+++++++%22Dark+Romantic%22%3A++%220%22%2C%0A+++++++%22African+American%22%3A+%220%22%2C%0A+++++++%22American+Indian%22%3A+%220%22%2C%0A+++++++%22International%22+%3A+%220%22%0A+++++%7D%2C%0A+++++%22legend%22%3A+%5B%0A+++++++%7B%0A+++++++++%22title%22%3A+%22Author+event%22%2C%0A+++++++++%22icon%22%3A+%22star_red.png%22%0A+++++++%7D%2C%0A+++++++%7B%0A+++++++++%22title%22%3A+%22Publication+event%22%2C%0A+++++++++%22icon%22%3A+%22square_blue.png%22%0A+++++++%7D%2C%0A+++++++%7B%0A+++++++++%22title%22%3A+%22Historical+event%22%2C%0A+++++++++%22icon%22%3A+%22triangle_green.png%22%0A+++++++%7D%0A+++++%5D%2C%0A+++++%22events%22%3A+%5B%0A+++++++%7B%0A+++++++++%22id%22%3A+%22american-ccincore-1411541230%22%2C%0A+++++++++%22title%22%3A+%22William+Bradford+born%22%2C%0A+++++++++%22description%22%3A+%22LENGTHY+DESCRIPTIVE+TEXT%22%2C%0A+++++++++%22tags%22%3A+%22Puritan%22%2C%0A+++++++++%22startdate%22%3A+%221950-03-+00%3A00%3A00%22%2C%0A+++++++++%22enddate%22%3A+%221657-05-+00%3A00%3A00%22%2C%0A+++++++++%22importance%22%3A+%2250%22%2C%0A+++++++++%22date_display%22%3A+%22year%22%2C%0A+++++++++%22link%22%3A+%22%22%2C%0A+++++++++%22image%22%3A+%22https%3A%2F%2Fwww.csustan.edu%2Fsites%2Fdefault%2Ffiles%2FENGLISH%2Freuben%2Fpal%2Fchap1%2Fbradford.gif%22%2C%0A+++++++++%22icon%22%3A+%22star_red.png%22%2C%0A+++++++++%22span_color%22%3A+%22%23f66%22%0A+++++++%7D%2C+%7B%0A+++++++++%22id%22%3A+%22american-mforkner-1411364607%22%2C%0A+++++++++%22title%22%3A+%22Church+Mission+Society%22%2C%0A+++++++++%22description%22%3A+%22LENGTHY+DESCRIPTIVE+TEXT%22%2C%0A+++++++++%22tags%22%3A+%22%22%2C%0A+++++++++%22startdate%22%3A+%221799-01-01+00%3A00%3A00%22%2C%0A+++++++++%22enddate%22%3A+%221799-01-01+00%3A00%3A00%22%2C%0A+++++++++%22importance%22%3A+%2250%22%2C%0A+++++++++%22date_display%22%3A+%22year%22%2C%0A+++++++++%22link%22%3A+%22%22%2C%0A+++++++++%22image%22%3A+%22http%3A%2F%2Fwebarchive.cms-uk.org%2F_images%2Ftnsaies1.jpg%22%2C%0A+++++++++%22icon%22%3A+%22.png%22%2C%0A+++++++++%22span_color%22%3A+%22%23ccc%22%0A+++++++%7D%0A+++++%5D%0A++%7D%0A%5D'
   73     1        INIT_FCALL                                               'json_decode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
   74     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.04 ms | 1396 KiB | 17 Q