Question 6 of 223Which of the following are valid identifiers? (Choose 3) Question 7 of 223What super-global should be used to access information about uploaded files via a POST request? Question 8 of 223What is the difference between "print" and "echo"? Question 9 of 223What is the output of the following code? echo "1" + 2 * "0x02"; Question 10 of 223What is the result of the following bitwise operation in PHP? 1 ^ 2