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
In php-src there are some special stubs that are not supposed to be used on their own because they don't represent any real class, like: https://github.com/php/php-src/blob/master/ext/pdo_pgsql/pgsql_driver.stub.php
/cc @kocsismate Are you aware of any other special stubs that need special handling in php-src? Thanks!
The text was updated successfully, but these errors were encountered:
Yes, there is PDO_SQLite_Ext. But I'm not aware of any other special stub.
PDO_SQLite_Ext
Sorry, something went wrong.
I mean, there is a few weirdness which you may already be aware of:
getallheaders()
No branches or pull requests
In php-src there are some special stubs that are not supposed to be used on their own because they don't represent any real class, like: https://github.com/php/php-src/blob/master/ext/pdo_pgsql/pgsql_driver.stub.php
/cc @kocsismate Are you aware of any other special stubs that need special handling in php-src? Thanks!
The text was updated successfully, but these errors were encountered: