PHP - Basics and Execution Model
You have nested comments in your PHP code like this:
What will happen?
<?php /* Outer comment start /* Inner comment */ Outer comment end */ ?>
What will happen?
