The following is currently valid PHP 7 code

     <?php
     function a(\int $i) {}

 Is it intentional that the \ in front of the "int" is allowed? IMHO, this
 confusing notation must not be allowed.

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

Reply via email to