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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user