You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is the right place but will ask anyway.. I have created a custom extension using PHP-CPP. Within this extension I have a number of functions which are exposed as native functions to PHP.
Above is an example of one of the functions. When I run this function before the framework (Laravel) has bootstrapped, for eg, in my own index.php, this function operates as expected and returns the correct results.
However, when I run this function from within Laravel, for eg, in an Event class, I get an exception saying that the match function does not exist.
Has anyone ever dealt with something like this?
Please advise and thanks in advance.
The text was updated successfully, but these errors were encountered:
Not sure if this is the right place but will ask anyway.. I have created a custom extension using PHP-CPP. Within this extension I have a number of functions which are exposed as native functions to PHP.
Above is an example of one of the functions. When I run this function before the framework (Laravel) has bootstrapped, for eg, in my own index.php, this function operates as expected and returns the correct results.
However, when I run this function from within Laravel, for eg, in an Event class, I get an exception saying that the match function does not exist.
Has anyone ever dealt with something like this?
Please advise and thanks in advance.
The text was updated successfully, but these errors were encountered: