tech-interview-handbook php code example Example: php internship interview questions $a = '1'; $b = &$a; $b = "2$b"; echo $a.", ".$b;