Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 19
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 19
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/bF9mt
function name:  (null)
number of ops:  21
compiled vars:  !0 = $json, !1 = $array, !2 = $rawDatas, !3 = $data, !4 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%7B%0A++++%22client_id%22%3A+1234%2C%0A++++%22rawdata%22%3A+%5B%7B%0A++++++++%22task_id1%22%3A+%7B%0A++++++++++++%22apikey1%22%3A+%221234%22%2C%0A++++++++++++%22flow%22%3A+%22ssp%22%2C%0A++++++++++++%22total_chocolate_request%22%3A+43235%2C%0A++++++++++++%22start_time%22%3A+%222017+-+05+-+09+12%3A+29%3A+00+UTC%22%2C%0A++++++++++++%22end_time%22%3A+%222017+-+05+-+09+12%3A+29%3A+00+UTC%22%0A++++++++%7D%2C%0A++++++++%22task_id2%22%3A+%7B%0A++++++++++++%22apikey2%22%3A+%221235%22%2C%0A++++++++++++%22flow%22%3A+%22mobileweb%22%2C%0A++++++++++++%22total_chocolate_request%22%3A+43235%2C%0A++++++++++++%22start_time%22%3A+%222017+-+05+-+09+12%3A+29%3A+00+UTC%22%2C%0A++++++++++++%22end_time%22%3A+%222017+-+05+-+09+12%3A+29%3A+00+UTC%22%0A++++++++%7D%0A++++%7D%5D%0A%0A%7D'
   24     1        INIT_FCALL                                               'json_decode'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 <true>
          4        DO_ICALL                                         $6      
          5        ASSIGN                                                   !1, $6
   26     6        FETCH_DIM_R                                      ~8      !1, 'rawdata'
          7        FETCH_DIM_R                                      ~9      ~8, 0
          8        ASSIGN                                                   !2, ~9
   28     9      > FE_RESET_R                                       $11     !2, ->19
         10    > > FE_FETCH_R                                       ~12     $11, !3, ->19
         11    >   ASSIGN                                                   !4, ~12
   29    12        CONCAT                                           ~14     !4, '%0A......%0A'
         13        ECHO                                                     ~14
   30    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !3
         16        DO_ICALL                                                 
   31    17        ECHO                                                     '............%0A'
   28    18      > JMP                                                      ->10
         19    >   FE_FREE                                                  $11
   32    20      > RETURN                                                   1
Generated using Vulcan Logic Dumper, using php 8.0.0