From: Popa Adrian Marius Date: Wed, 28 Jan 2015 13:39:42 +0000 (+0200) Subject: fbird_close if connection_id omitted, the last opened link is assumed , so it was... X-Git-Tag: PRE_PHP7_REMOVALS~21^2~81^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9868f23a036cdfcd8ba8f5453c2f6dcb475ecb5;p=php fbird_close if connection_id omitted, the last opened link is assumed , so it was already closed --- diff --git a/ext/interbase/tests/ibase_trans_001.phpt b/ext/interbase/tests/ibase_trans_001.phpt index cceb60e9a1..d8b7c81a1b 100644 --- a/ext/interbase/tests/ibase_trans_001.phpt +++ b/ext/interbase/tests/ibase_trans_001.phpt @@ -18,4 +18,6 @@ var_dump(ibase_close($x)); resource(%d) of type (Firebird/InterBase transaction) resource(%d) of type (Firebird/InterBase transaction) bool(true) -bool(true) + +Warning: ibase_close(): supplied resource is not a valid Firebird/InterBase link resource in %s on line %d +bool(false)