1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

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