1InlineHTML node nested inside other code 2----- 3<?php 4 5function test() { 6 ?> 7Test 8 <?php 9} 10----- 11function test() 12{ 13 ?> 14Test 15 <?php 16}