PHP Test 2018 (Top 10%) – Upwork PHP ExamFreelancing & Careers, PHP & Laravel8 years ago1. Which of the following will produce a value of “83” as its output? echo intval(“0123”, 8); echo (int) 083 echo (int) 123; echo intval(“0123”); Answer : echo intval(“0123”, 8);…