Re: [PHP-DEV] Braceless Syntax extended to functions and classes (bugs #47416 and 24100)

2012-06-27 Thread John LeSueur
On Wed, Jun 27, 2012 at 11:06 AM, Michael Morris wrote: > PHP has a braceless syntax stretching back to its roots as a template > language. Frameworks which make use of php templating use these tags > quite frequently since it's harder to overlook an endif statement in a > sea of HTML tags than a

[PHP-DEV] Braceless Syntax extended to functions and classes (bugs #47416 and 24100)

2012-06-27 Thread Michael Morris
PHP has a braceless syntax stretching back to its roots as a template language. Frameworks which make use of php templating use these tags quite frequently since it's harder to overlook an endif statement in a sea of HTML tags than a brace. But what of endfunction? I did some look ups and found