1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 08:33:06 +02:00
Files
archived-php-src/Zend/tests/typehints
Nikita Popov 53a40386bc Implement additional type reservations
* The class names false, true and null are now reserved.
 * The code dealing with reserved class names is now decoupled
   from scalar type hint handling. It also includes self, parent,
   and static, which are class names which were already reserved
   previously.
 * Reuse existing messages for reserved class names.

Fallout: class_alias() can no longer alias self, parent and static.
However this never really worked in the first place, as the test
which was testing this shows.
2015-03-30 22:59:06 +02:00
..
2015-03-20 11:10:29 +03:00
2015-03-20 11:10:29 +03:00
2015-03-20 11:10:29 +03:00
2015-03-20 17:56:32 +03:00
2015-03-20 17:56:32 +03:00
2015-03-20 11:10:29 +03:00
2015-03-20 23:19:51 +03:00