<?phpfunction n() { function m() { echo 'M'; } echo 'N'; }n();n();?>
This will be the output- I am a Fatal error: Cannot redeclare b()
Previous Question Next Question
Your comments will be displayed only after manual approval.