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 b9f63cf commit 01e2ff5Copy full SHA for 01e2ff5
tests/use_after_free-002.phpt
@@ -3,7 +3,8 @@ InterBase: use after ibase_free_query()
3
--SKIPIF--
4
<?php
5
include("skipif.inc");
6
-if(!defined('IBASE_VER') || (IBASE_VER < 61)) print "Skip IBASE_VER >= 6.1";
+if(!defined('IBASE_VER') || (IBASE_VER < 61)) print "Skip IBASE_VER < 6.1";
7
+if(PHP_MAJOR_VERSION < 8) print "Skip PHP < 8";
8
?>
9
--FILE--
10
0 commit comments