Fix variable resource ids in odbc test

Ids may vary when using persistent resources. We're not actually interested in
the exact ids anyway.
This commit is contained in:
Ilija Tovilo 2023-08-29 12:04:13 +02:00
parent 2f9f2928ce
commit d1a38e8b8e
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -28,11 +28,11 @@ var_dump($result2);
?> ?>
--EXPECTF-- --EXPECTF--
resource(5) of type (odbc link) resource(%d) of type (odbc link)
resource(7) of type (odbc link persistent) resource(%d) of type (odbc link persistent)
resource(8) of type (odbc result) resource(%d) of type (odbc result)
resource(9) of type (odbc result) resource(%d) of type (odbc result)
resource(5) of type (Unknown) resource(%d) of type (Unknown)
resource(7) of type (Unknown) resource(%d) of type (Unknown)
resource(8) of type (Unknown) resource(%d) of type (Unknown)
resource(9) of type (Unknown) resource(%d) of type (Unknown)