Q. What will echo 10 + '5 days'; output? (A) 15 (B) 105 (C) Error (D) 10 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 15 Explanation: PHP automatically converts the string '5 days' to 5 for the addition.