php-src/tests
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
..
basic Swap implode() argument order in some tests 2019-07-12 12:54:10 +02:00
classes Allow throwing exception while loading parent class 2019-09-12 16:41:18 +02:00
func Cleanup of remaining E_STRICT in tests 2019-07-23 11:27:23 +02:00
lang Throw notice on array access on illegal type 2019-07-10 12:02:14 +02:00
output Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
run-test This test needs to log to stdout 2018-10-31 10:43:45 -07:00
security Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
strings Deprecate alternative array access syntax 2019-07-19 10:06:10 +02:00
quicktester.inc Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00