What is the output of the following code? echo "1" + 2 * "0x02";A . 1B . 3C . 5D . 20E . 7
View Answer
Answer: C
from PHP 7 or later result is A till PHP 5.6.29 result is C
from PHP 7 or later result is A
till PHP 5.6.29 result is C