Hi!
On 8/10/11 9:29 PM, Gwynne Raskind wrote:
I've just created a new RFC, https://wiki.php.net/rfc/linecontrol ,
regarding adding cpp(1)'s linemarkers to PHP. Discussion is invited.
-- Gwynne
Frankly, this seems to be pretty narrow use case for language syntax
change. Though you could in t
In my eyes this change isn't necessary and if it is, not with this syntax.
First the syntax: PHP is not C, we do not have preprocessing
instructions using hash notation. Such a syntax seems unfamiliar in
PHP. Additionally # is already used for single line comments so
there's actually is no backwar