Nikita Nefedov wrote:

> 2015-02-19 6:44 GMT+04:00 Rasmus Lerdorf <ras...@lerdorf.com>:
>>
>> I think it will be difficult to find a separator character that doesn't
>> make a mess of the grammar.
>
> Why not space? It's certainly possible (I just checked) and it would look
> clear I guess:
> 
>     my_func(1 999 999);

By the same reasoning spaces could be allowed for identifiers as well, e.g.

  my func(1 999 999);

Too confusing and error prone, IMHO.

-- 
Christoph M. Becker

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to