Revision e828c54709a8ed4916f43042d6d1b01c1b8c89b8

Committed on 14/02/2025 2:50 pm by Holger Marx <holger.marx@mediata.net> [GitHub Diff]

Consideration of changed error handling of PHP get_class function

Since PHP 8.0.0:
Calling get_class function from outside a class, without any arguments, will now throw an Error. Previously, an E_WARNING was raised and the function returned false.