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