alexeyrybak / blitz

Blitz templates, template engine extension for PHP
Other
92 stars 42 forks source link

Fix unknown function call on PHP8.2+ #82

Open mikhainin opened 1 year ago

mikhainin commented 1 year ago

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.