This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Christophe Coevoet da58ad74d5 minor #14228 Add PHP7 compatible versions for the Null/True/False constraints as they are reserved words in PHP7 (stefan.r)
This PR was merged into the 2.3 branch.

Discussion
----------

Add PHP7 compatible versions for the Null/True/False constraints as they are reserved words in PHP7

| Q             | A
| ------------- | ---
| Bug fix?      |  PHP7 compatibility
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | N/A
| Fixed tickets | N/A - helps towards https://github.com/symfony/symfony/issues/14086
| License       | MIT

Null, True and False are reserved words in PHP7:

https://wiki.php.net/rfc/reserve_more_types_in_php_7

Commits
-------

44edbdf Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator)
2015-05-15 11:24:48 +02:00
..
BrowserKit link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
ClassLoader link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Config link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Console link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
CssSelector link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Debug [Debug 2.3] Fix test for PHP7 2015-05-06 12:13:27 +02:00
DependencyInjection ContainerInterface: unused exception dropped 2015-05-11 14:02:11 +02:00
DomCrawler link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
EventDispatcher link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Filesystem [Filesystem] Simplified an if statement 2015-05-06 18:34:36 +02:00
Finder link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Form minor #14228 Add PHP7 compatible versions for the Null/True/False constraints as they are reserved words in PHP7 (stefan.r) 2015-05-15 11:24:48 +02:00
HttpFoundation [HttpFoundation] Fix volatile MongoDbSessionHandlerTest::testRead() 2015-05-14 10:16:30 +02:00
HttpKernel bug #14633 [2.3][EventDispatcher] make listeners removable from an executed listener (xabbuh) 2015-05-14 19:40:02 +02:00
Intl link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Locale link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
OptionsResolver link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Process link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
PropertyAccess link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Routing link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Security PhpDoc fix in AbstractRememberMeServices 2015-05-07 16:20:47 +02:00
Serializer link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Stopwatch link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Templating link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Translation link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Validator minor #14228 Add PHP7 compatible versions for the Null/True/False constraints as they are reserved words in PHP7 (stefan.r) 2015-05-15 11:24:48 +02:00
Yaml link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00