= 4) { echo "Bob\n"; } else if ($twomore = 2) { if ($arrays[0] == $arrays[1]) { echo "Bob\n"; } else { echo "Alice\n"; } } else if ($twomore = 1) { if ($arrays[0] % 2) { echo "Alice\n"; } else { echo "Bob\n"; } } ?>