Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/OmoMT
function name: (null)
number of ops: 19
compiled vars: !0 = $array_1, !1 = $array_2
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
13 1 ASSIGN !1, <array>
23 2 ECHO 'array_1+does+not+contain+any+values+not+present+in+array_2%3A%0A'
24 3 INIT_FCALL 'print_r'
4 INIT_FCALL 'array_diff'
5 SEND_VAR !0
6 SEND_VAR !1
7 DO_ICALL $4
8 SEND_VAR $4
9 DO_ICALL
26 10 ECHO '%0Aarray_2+contains+4+values+that+are+not+present+in+array_1%3A%0A'
27 11 INIT_FCALL 'print_r'
12 INIT_FCALL 'array_diff'
13 SEND_VAR !1
14 SEND_VAR !0
15 DO_ICALL $6
16 SEND_VAR $6
17 DO_ICALL
18 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0