Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unknown function call on PHP8.2+ #82

Open
wants to merge 1 commit into
base: php8
Choose a base branch
from

Conversation

mikhainin
Copy link

8.2 triggers an exception if we call unknown function If then we try to make another call, it will trigger a fatal error.

Let's check if such function exists and avoid exceptions/fatals.

8.2 triggers an exception if we call unknown function
If then we try to make another call, it will trigger a fatal error.

Let's check if such function exists and avoid exceptions/fatals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant