From: Christoph M. Becker Date: Fri, 26 Jun 2015 13:57:28 +0000 (+0200) Subject: fixed broken test (syntax error in SKIPIF section) X-Git-Tag: php-7.1.0alpha3~25^2~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bd6bb6f50e4d4191dba7fb91df45a1e18c682b8;p=php fixed broken test (syntax error in SKIPIF section) --- diff --git a/ext/com_dotnet/tests/bug66431_1.phpt b/ext/com_dotnet/tests/bug66431_1.phpt index d97011c2bb..de696d6587 100644 --- a/ext/com_dotnet/tests/bug66431_1.phpt +++ b/ext/com_dotnet/tests/bug66431_1.phpt @@ -7,7 +7,7 @@ if (!extension_loaded("com_dotnet")){ echo "skip COM/.Net support not present"; try { new COM("word.application", NULL, CP_UTF8); } catch (Exception $e) { - die('skip ' . $e->getMessage(); + die('skip ' . $e->getMessage()); } ?>