We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56bdff commit 933d389Copy full SHA for 933d389
tests/bug46543.phpt
@@ -1,7 +1,12 @@
1
--TEST--
2
Bug #46543 (ibase_trans() memory leaks when using wrong parameters)
3
--SKIPIF--
4
-<?php include("skipif.inc"); ?>
+<?php
5
+include("skipif.inc");
6
+// See GitHub issue 43
7
+// https://github.com/FirebirdSQL/php-firebird/issues/43
8
+include("skipif-php8-or-newer.inc");
9
+?>
10
--FILE--
11
<?php
12
0 commit comments