Gghbhgy6684 Gghbhgy6684 24-12-2019 Computers and Technology contestada What will be the output of the following code? <?php $foo = 'Bob'; $bar = $foo; $bar = "My name is $bar"; print $bar; print $foo; ?> a. Error b. My name is BobBob c. My name is BobMy name is Bob d. My name is Bob Bob