Question 6 of 223

Which of the following are valid identifiers? (Choose 3)

Answer

Suggested Answer

The suggested answer is B, C, E.

Question 7 of 223

What super-global should be used to access information about uploaded files via a POST request?

Answer

Suggested Answer

The suggested answer is D.

Question 8 of 223

What is the difference between "print" and "echo"?

Answer

Suggested Answer

The suggested answer is B.

Question 9 of 223

What is the output of the following code?

echo "1" + 2 * "0x02";

Answer

Suggested Answer

The suggested answer is C.

Question 10 of 223

What is the result of the following bitwise operation in PHP?

1 ^ 2

Answer

Suggested Answer

The suggested answer is B.