We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anonymous class is created newly even if it's php AST remains the same when included by require multiple times.
require
Tests should test this by including file like:
<?php new class() { };
1000x times (2x is not enought, as php cache slots for new classes)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Anonymous class is created newly even if it's php AST remains the same when included by
require
multiple times.Tests should test this by including file like:
1000x times (2x is not enought, as php cache slots for new classes)
The text was updated successfully, but these errors were encountered: