-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
PGSQL pg_untrace(): Argument #1 ($connection) must be of type resource or null, PgSql\Connection given #12763
Labels
Comments
degtyaryov
added a commit
to degtyaryov/php-src
that referenced
this issue
Nov 24, 2023
…t be of type resource or null, PgSql\Connection given.
degtyaryov
added a commit
to degtyaryov/php-src
that referenced
this issue
Nov 24, 2023
…t be of type resource or null, PgSql\Connection given. Add test bugGH12763.phpt
degtyaryov
added a commit
to degtyaryov/php-src
that referenced
this issue
Nov 24, 2023
…t be of type resource or null, PgSql\Connection given. Expanded test bugGH12763.phpt
degtyaryov
added a commit
to degtyaryov/php-src
that referenced
this issue
Nov 27, 2023
…t be of type resource or null, PgSql\Connection given. Expanded test bugGH12763.phpt
degtyaryov
added a commit
to degtyaryov/php-src
that referenced
this issue
Nov 27, 2023
…t be of type resource or null, PgSql\Connection given.
degtyaryov
added a commit
to degtyaryov/php-src
that referenced
this issue
Nov 27, 2023
…t be of type resource or null, PgSql\Connection given. Add test bugGH12763.phpt
degtyaryov
added a commit
to degtyaryov/php-src
that referenced
this issue
Nov 27, 2023
…t be of type resource or null, PgSql\Connection given. Rename test to gh12763.phpt. Add new line.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8.3
Operating System
No response
The text was updated successfully, but these errors were encountered: