On Tue, Sep 29, 2015 at 3:00 PM, Dmitry Stogov <dmi...@zend.com> wrote:
> I think, we don't need to reserve words, until we decide to implement this.
> The context sensitive scanner introduced in 7.0 makes the problem less
> serious.
>
> $ sapi/cli/php -r 'class foo { static function use() {echo "ok\n";}}
> foo::use();'
> ok
>
I actually do agree, I was just winding up Pierre over his "totally
failed" assertion with a counter-example. :)


> Is the semantic of async/await in Hack and Dart is the same?
>
If I knew what Dart's semantics were, I could tell you. :)
I do know it's based on C#'s implementation (as are many other
async/await implementations from what I'm told).

-Sara

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

Reply via email to