hoaproject / Realdom

The Hoa\Realdom library.
https://hoa-project.net/
7 stars 7 forks source link

`Hoa\Realdom\Object` might create a conflict in PHP7.x #12

Closed Hywan closed 9 years ago

Hywan commented 9 years ago

Related to https://github.com/hoaproject/Core/issues/80.

Quoting https://github.com/php/php-src/blob/7dcfdbbee431c93c52605e1df323d18e0c6088e9/UPGRADING#L392-L398:

Furthermore the following class, interface and trait names are now reserved for future use, but do not yet throw an error when used:

  • resource
  • object
  • mixed
  • numeric

Too bad. Hoa\Realdom\Object might break PHP7.x (and 8.x). We have to fix that.