Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 24 Branch analysis from position: 9 2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 24 Branch analysis from position: 10 1 jumps found. (Code = 42) Position 1 = 9 Branch analysis from position: 9 Branch analysis from position: 24 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 24 filename: /in/h76I2 function name: (null) number of ops: 30 compiled vars: !0 = $json, !1 = $array, !2 = $result, !3 = $v, !4 = $k line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 2 0 E > ASSIGN !0, '%7B%22data%22%3A%5B%7B%22seq%22%3A%221%22%2C%22created_month%22%3A%22Aug%22%2C%22descr%22%3A%22%5BYOU%5D+-+Not+Recieved%22%2C%22paydescr%22%3A%22Revenue%22%2C%22amount%22%3A%22205.85%22%7D%2C%7B%22seq%22%3A%221%22%2C%22created_month%22%3A%22Jul%22%2C%22descr%22%3A%22%5BYOU%5D+-+Not+Recieved%22%2C%22paydescr%22%3A%22Revenue%22%2C%22amount%22%3A%22176.82%22%7D%2C%7B%22seq%22%3A%222%22%2C%22created_month%22%3A%22Aug%22%2C%22descr%22%3A%22%5BOT%5D+-+Not+Recieved%22%2C%22paydescr%22%3A%22Commission%22%2C%22amount%22%3A%2274.19%22%7D%2C%7B%22seq%22%3A%222%22%2C%22created_month%22%3A%22Jul%22%2C%22descr%22%3A%22%5BOT%5D+-+Not+Recieved%22%2C%22paydescr%22%3A%22Commission%22%2C%22amount%22%3A%2263.71%22%7D%5D%7D' 3 1 INIT_FCALL 'json_decode' 2 SEND_VAR !0 3 SEND_VAL 1 4 DO_ICALL $6 5 ASSIGN !1, $6 5 6 ASSIGN !2, <array> 6 7 FETCH_DIM_R ~9 !1, 'data' 8 > FE_RESET_R $10 ~9, ->24 9 > > FE_FETCH_R ~11 $10, !3, ->24 10 > ASSIGN !4, ~11 7 11 FETCH_DIM_R ~14 !3, 'created_month' 12 FETCH_DIM_R ~16 !3, 'seq' 13 FETCH_DIM_R ~18 !3, 'descr' 14 INIT_ARRAY ~19 ~18 15 FETCH_DIM_R ~20 !3, 'paydescr' 16 ADD_ARRAY_ELEMENT ~19 ~20 17 FETCH_DIM_R ~21 !3, 'amount' 18 ADD_ARRAY_ELEMENT ~19 ~21 19 FETCH_DIM_W $13 !2, 'data' 20 FETCH_DIM_W $15 $13, ~14 21 ASSIGN_DIM $15, ~16 22 OP_DATA ~19 6 23 > JMP ->9 24 > FE_FREE $10 10 25 INIT_FCALL 'json_encode' 26 SEND_VAR !2 27 DO_ICALL $22 28 ECHO $22 12 29 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0