mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
Do not include unbound anonymous classes in get_declared_classes(). Note that earlier PHP versions would include the anonymous class in get_declared_classes(), and return false until the class was bound, but would not crash.