Closed ahsankhatri closed 5 years ago
Yes, while porting to PHP I've verified by trying both example before and FYI closing tags are discouraged in PHP to avoid any unnecessary whitespace at the end of the file if it has wholly PHP code.
Thanks for the PR. Will merge it now.
@ahsankhatri thanks for the PR. Can you confirm the output for the below two examples.
Example 1
Example 2
Also i could see that in the Example.php file that php tag was not closed properly. Can you please fix that.