php interview questions for 6 years experience code example Example: php internship interview questions $a = '1'; $b = &$a; $b = "2$b"; echo $a.", ".$b;