Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/rY1SQ function name: (null) number of ops: 4 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 25 0 E > INIT_FCALL 'zero_sums' 1 SEND_VAL <array> 2 DO_FCALL 0 27 3 > RETURN 1 Function power_set: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 14 Branch analysis from position: 3 2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 14 Branch analysis from position: 4 2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 12 Branch analysis from position: 6 2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 12 Branch analysis from position: 7 1 jumps found. (Code = 42) Position 1 = 6 Branch analysis from position: 6 Branch analysis from position: 12 1 jumps found. (Code = 42) Position 1 = 3 Branch analysis from position: 3 Branch analysis from position: 12 Branch analysis from position: 14 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 14 filename: /in/rY1SQ function name: power_set number of ops: 23 compiled vars: !0 = $array, !1 = $results, !2 = $value, !3 = $key, !4 = $combination line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > RECV !0 4 1 ASSIGN !1, <array> 5 2 > FE_RESET_R $6 !0, ->14 3 > > FE_FETCH_R ~7 $6, !2, ->14 4 > ASSIGN !3, ~7 6 5 > FE_RESET_R $9 !1, ->12 6 > > FE_FETCH_R $9, !4, ->12 7 7 > INIT_ARRAY ~11 !2, !3 8 ADD ~12 !4, ~11 9 ASSIGN_DIM !1 10 OP_DATA ~12 6 11 > JMP ->6 12 > FE_FREE $9 5 13 > JMP ->3 14 > FE_FREE $6 11 15 INIT_FCALL 'array_shift' 16 SEND_REF !1 17 DO_ICALL 12 18 INIT_FCALL 'array_values' 19 SEND_VAR !1 20 DO_ICALL $14 21 > RETURN $14 13 22* > RETURN null End of function power_set Function zero_sums: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 22 Branch analysis from position: 6 2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 22 Branch analysis from position: 7 2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 21 Branch analysis from position: 12 1 jumps found. (Code = 42) Position 1 = 6 Branch analysis from position: 6 Branch analysis from position: 21 Branch analysis from position: 22 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 22 filename: /in/rY1SQ function name: zero_sums number of ops: 24 compiled vars: !0 = $inputs, !1 = $subsets, !2 = $subset line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 15 0 E > RECV !0 16 1 INIT_FCALL 'power_set' 2 SEND_VAR !0 3 DO_FCALL 0 $3 4 ASSIGN !1, $3 17 5 > FE_RESET_R $5 !1, ->22 6 > > FE_FETCH_R $5, !2, ->22 18 7 > INIT_FCALL 'array_sum' 8 SEND_VAR !2 9 DO_ICALL $6 10 IS_EQUAL $6, 0 11 > JMPZ ~7, ->21 19 12 > INIT_FCALL 'implode' 13 SEND_VAL '+%26+' 14 INIT_FCALL 'array_keys' 15 SEND_VAR !2 16 DO_ICALL $8 17 SEND_VAR $8 18 DO_ICALL $9 19 CONCAT ~10 $9, '%0A' 20 ECHO ~10 17 21 > > JMP ->6 22 > FE_FREE $5 22 23 > RETURN null End of function zero_sums
Generated using Vulcan Logic Dumper, using php 8.0.0