1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/tests/classes
Nikita Popov 4b9ebd837b Allow throwing exception while loading parent class
This is a fix for symfony/symfony#32995.

The behavior is:

* Throwing exception when loading parent/interface is allowed
  (and we will also throw one if the class is simply not found).
* If this happens, the bucket key for the class is reset, so
  it's possibly to try registering the same class again.
* However, if the class has already been used due to a variance
  obligation, the exception is upgraded to a fatal error, as we
  cannot safely unregister the class stub anymore.
2019-09-12 16:41:18 +02:00
..
2016-07-14 23:22:09 +02:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2018-09-21 23:21:14 +02:00
2007-11-19 08:19:31 +00:00
2018-08-12 16:15:45 +02:00
2018-08-12 16:15:45 +02:00
2019-02-12 18:02:16 +01:00
2014-07-26 18:38:54 +02:00
2019-02-12 11:42:33 +01:00
2019-02-12 11:42:33 +01:00
2018-10-14 19:46:15 +02:00