diff options
Diffstat (limited to 'ext/com_dotnet/tests/27974.phpt')
-rw-r--r-- | ext/com_dotnet/tests/27974.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/tests/27974.phpt b/ext/com_dotnet/tests/27974.phpt index bdce5cbb74..960a630304 100644 --- a/ext/com_dotnet/tests/27974.phpt +++ b/ext/com_dotnet/tests/27974.phpt @@ -1,7 +1,7 @@ --TEST-- COM: mapping a safearray --SKIPIF-- -<?php # vim:ft=php +<?php if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?> --FILE-- <?php |