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

Undefined function when using a framework. #405

Open
jeandormehl opened this issue Feb 14, 2019 · 0 comments
Open

Undefined function when using a framework. #405

jeandormehl opened this issue Feb 14, 2019 · 0 comments

Comments

@jeandormehl
Copy link

jeandormehl commented Feb 14, 2019

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.


<?php

match(template, allTemplates, configuration);

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.

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

No branches or pull requests

1 participant