From: Antony Dovgal Date: Wed, 15 Apr 2009 20:56:49 +0000 (+0000) Subject: fix parse error X-Git-Tag: php-5.4.0alpha1~191^2~3920 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b258f302acd735a5b1e341c26db363c32f6b2033;p=php fix parse error --- diff --git a/ext/standard/tests/file/filetype_variation2.phpt b/ext/standard/tests/file/filetype_variation2.phpt index 2a8e471b78..2f903ff467 100644 --- a/ext/standard/tests/file/filetype_variation2.phpt +++ b/ext/standard/tests/file/filetype_variation2.phpt @@ -8,7 +8,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') { die('skip no /dev on Windows'); } if (!file_exists("/dev/console")) { - die('skip /dev/console not available); + die('skip /dev/console not available'); ?> --FILE--