3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "{\"data\":[{\"id\":1,\"parent\":1,\"order\":1,\"step_id\":1},{\"id\":2,\"parent\":1,\"order\":2,\"step_id\":2},{\"id\":3,\"parent\":1,\"order\":3,\"step_id\":3},{\"id\":4,\"parent\":1,\"order\":4,\"step_id\":4},{\"id\":5,\"parent\":1,\"order\":5,\"step_id\":5}]}"; echo json_decode($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qpAYc
function name:  (null)
number of ops:  6
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%7B%22data%22%3A%5B%7B%22id%22%3A1%2C%22parent%22%3A1%2C%22order%22%3A1%2C%22step_id%22%3A1%7D%2C%7B%22id%22%3A2%2C%22parent%22%3A1%2C%22order%22%3A2%2C%22step_id%22%3A2%7D%2C%7B%22id%22%3A3%2C%22parent%22%3A1%2C%22order%22%3A3%2C%22step_id%22%3A3%7D%2C%7B%22id%22%3A4%2C%22parent%22%3A1%2C%22order%22%3A4%2C%22step_id%22%3A4%7D%2C%7B%22id%22%3A5%2C%22parent%22%3A1%2C%22order%22%3A5%2C%22step_id%22%3A5%7D%5D%7D'
    5     1        INIT_FCALL                                               'json_decode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ECHO                                                     $2
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.42 ms | 1394 KiB | 15 Q