Q.1.
What will be the output of the following PHP code? <?php $x =$y =function fun() { $y = $GLOBALS['x'] + $GLOBALS['y']; } fun(); echo $y; ?>
Q.2.
PHP recognizes constructors by the name _________
Q.3.
The developers of PHP deprecated the safe mode feature as of which PHP version?