Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 9
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 37
Branch analysis from position: 37
2 jumps found. (Code = 44) Position 1 = 39, Position 2 = 32
Branch analysis from position: 39
1 jumps found. (Code = 42) Position 1 = 59
Branch analysis from position: 59
2 jumps found. (Code = 44) Position 1 = 61, Position 2 = 53
Branch analysis from position: 61
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 53
2 jumps found. (Code = 44) Position 1 = 61, Position 2 = 53
Branch analysis from position: 61
Branch analysis from position: 53
Branch analysis from position: 32
2 jumps found. (Code = 44) Position 1 = 39, Position 2 = 32
Branch analysis from position: 39
Branch analysis from position: 32
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 9
Branch analysis from position: 18
Branch analysis from position: 9
filename: /in/sc4sl
function name: (null)
number of ops: 70
compiled vars: !0 = $iterations, !1 = $name, !2 = $date, !3 = $t1, !4 = $i, !5 = $str, !6 = $t2
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 500000
5 1 ASSIGN !1, 'Tom'
6 2 ASSIGN !2, '13%2F09%2F2009'
9 3 INIT_FCALL 'microtime'
4 SEND_VAL <true>
5 DO_ICALL $10
6 ASSIGN !3, $10
10 7 ASSIGN !4, 0
8 > JMP ->16
11 9 > INIT_FCALL 'sprintf'
10 SEND_VAL 'Hi+%25s%2C+you+last+logged+in+on+%25s.'
11 SEND_VAR !1
12 SEND_VAR !2
13 DO_ICALL $13
14 ASSIGN !5, $13
10 15 PRE_INC !4
16 > IS_SMALLER !4, !0
17 > JMPNZ ~16, ->9
13 18 > INIT_FCALL 'microtime'
19 SEND_VAL <true>
20 DO_ICALL $17
21 ASSIGN !6, $17
14 22 SUB ~19 !6, !3
23 CONCAT ~20 'sprintf%3A+', ~19
24 ECHO ~20
16 25 ECHO '%0A'
18 26 INIT_FCALL 'microtime'
27 SEND_VAL <true>
28 DO_ICALL $21
29 ASSIGN !3, $21
19 30 ASSIGN !4, 0
31 > JMP ->37
20 32 > CONCAT ~24 'Hi+', !1
33 CONCAT ~25 ~24, '%2C+you+last+logged+in+on+'
34 CONCAT ~26 ~25, !2
35 ASSIGN !5, ~26
19 36 PRE_INC !4
37 > IS_SMALLER !4, !0
38 > JMPNZ ~29, ->32
22 39 > INIT_FCALL 'microtime'
40 SEND_VAL <true>
41 DO_ICALL $30
42 ASSIGN !6, $30
23 43 SUB ~32 !6, !3
44 CONCAT ~33 'concat%3A+', ~32
45 ECHO ~33
24 46 ECHO '%0A'
26 47 INIT_FCALL 'microtime'
48 SEND_VAL <true>
49 DO_ICALL $34
50 ASSIGN !3, $34
27 51 ASSIGN !4, 0
52 > JMP ->59
28 53 > ROPE_INIT 4 ~38 'Hi+'
54 ROPE_ADD 1 ~38 ~38, !1
55 ROPE_ADD 2 ~38 ~38, '%2C+you+last+logged+in+on+'
56 ROPE_END 3 ~37 ~38, !2
57 ASSIGN !5, ~37
27 58 PRE_INC !4
59 > IS_SMALLER !4, !0
60 > JMPNZ ~42, ->53
30 61 > INIT_FCALL 'microtime'
62 SEND_VAL <true>
63 DO_ICALL $43
64 ASSIGN !6, $43
31 65 SUB ~45 !6, !3
66 CONCAT ~46 'expansion%3A+', ~45
67 ECHO ~46
32 68 ECHO '%0A'
69 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0