summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/tests/bug33386.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/com_dotnet/tests/bug33386.phpt')
-rw-r--r--ext/com_dotnet/tests/bug33386.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/com_dotnet/tests/bug33386.phpt b/ext/com_dotnet/tests/bug33386.phpt
index e7dcd28489..102e69749b 100644
--- a/ext/com_dotnet/tests/bug33386.phpt
+++ b/ext/com_dotnet/tests/bug33386.phpt
@@ -1,12 +1,12 @@
--TEST--
Bug #33386 (ScriptControl only sees last function of class)
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present";
if (4 != PHP_INT_SIZE) print "skip MSScriptControl isn't available under x64";
?>
--FILE--
-<?php
+<?php
error_reporting(E_ALL);
class twoFuncs {