Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 15
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 15
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename: /in/E9dfD
function name: (null)
number of ops: 17
compiled vars: !0 = $tests, !1 = $text
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > ASSIGN !0, <array>
12 1 > FE_RESET_R $3 !0, ->15
2 > > FE_FETCH_R $3, !1, ->15
13 3 > ROPE_INIT 3 ~5 '%0A'
4 ROPE_ADD 1 ~5 ~5, !1
5 ROPE_END 2 ~4 ~5, '+evaluates+as+'
6 ECHO ~4
14 7 INIT_FCALL 'var_export'
8 INIT_FCALL 'contains'
9 SEND_VAR !1
10 SEND_VAL 'are'
11 DO_FCALL 0 $7
12 SEND_VAR $7
13 DO_ICALL
12 14 > JMP ->2
15 > FE_FREE $3
15 16 > RETURN 1
Function contains:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 11, Position 2 = 20
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename: /in/E9dfD
function name: contains
number of ops: 22
compiled vars: !0 = $text, !1 = $word
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > RECV !0
1 RECV !1
4 2 INIT_FCALL 'in_array'
3 SEND_VAR !1
4 INIT_FCALL 'explode'
5 SEND_VAL '+'
6 SEND_VAR !0
7 DO_ICALL $2
8 SEND_VAR $2
9 DO_ICALL $3
10 > JMPNZ_EX ~4 $3, ->20
5 11 > INIT_FCALL 'in_array'
12 SEND_VAR !1
13 INIT_FCALL 'explode'
14 SEND_VAL '%A0'
15 SEND_VAR !0
16 DO_ICALL $5
17 SEND_VAR $5
18 DO_ICALL $6
19 BOOL ~4 $6
20 > > RETURN ~4
6 21* > RETURN null
End of function contains
Generated using Vulcan Logic Dumper, using php 8.0.0