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 30c42b6cf6..bdce5cbb74 100644 --- a/ext/com_dotnet/tests/27974.phpt +++ b/ext/com_dotnet/tests/27974.phpt @@ -4,7 +4,7 @@ COM: mapping a safearray <?php # vim:ft=php if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?> --FILE-- -<?php // $Id$ +<?php error_reporting(E_ALL); try { |