-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unknown function call on PHP8.2+
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.
- Loading branch information
Mikhail Galanin
committed
Aug 11, 2023
1 parent
cfca2b1
commit 438cc25
Showing
2 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters