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 2daf730 commit 4493bbbCopy full SHA for 4493bbb
ext/interbase/tests/008.phpt
@@ -1,7 +1,10 @@
1
--TEST--
2
InterBase: event handling
3
--SKIPIF--
4
-<?php include("skipif.inc"); ?>
+<?php
5
+if (PHP_OS == "WINNT") echo "skip";
6
+include("skipif.inc");
7
+?>
8
--POST--
9
--GET--
10
--FILE--
0 commit comments