Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 42) Position 1 = 6 Branch analysis from position: 6 2 jumps found. (Code = 44) Position 1 = 8, Position 2 = 3 Branch analysis from position: 8 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 3 2 jumps found. (Code = 44) Position 1 = 8, Position 2 = 3 Branch analysis from position: 8 Branch analysis from position: 3 filename: /in/Z4CcV function name: (null) number of ops: 21 compiled vars: !0 = $arr, !1 = $x line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > ASSIGN !0, <array> 5 1 ASSIGN !1, 0 2 > JMP ->6 3 > ASSIGN_DIM !0 4 OP_DATA <array> 5 PRE_INC !1 6 > IS_SMALLER_OR_EQUAL !1, 100000 7 > JMPNZ ~6, ->3 7 8 > INIT_FCALL 'memory_get_usage' 9 DO_ICALL $7 10 DIV ~8 $7, 1024 11 CONCAT ~9 'Current+memory+usage%3A+', ~8 12 CONCAT ~10 ~9, '+KB%0A' 13 ECHO ~10 8 14 INIT_FCALL 'memory_get_peak_usage' 15 DO_ICALL $11 16 DIV ~12 $11, 1024 17 CONCAT ~13 'Peak+memory+usage%3A+', ~12 18 CONCAT ~14 ~13, '+KB%0A' 19 ECHO ~14 20 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0