From: Raghubansh Kumar Date: Mon, 13 Aug 2007 11:40:57 +0000 (+0000) Subject: New testcase for clearstatcache() function X-Git-Tag: php-5.2.4RC2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c98effea0e7e547dffb332957c9cc3a1b7289eb;p=php New testcase for clearstatcache() function --- diff --git a/ext/standard/tests/file/clearstatcache_error.phpt b/ext/standard/tests/file/clearstatcache_error.phpt new file mode 100644 index 0000000000..71e458083e --- /dev/null +++ b/ext/standard/tests/file/clearstatcache_error.phpt @@ -0,0 +1,18 @@ +--TEST-- +Test clearstatcache() function: error conditions +--FILE-- + +--EXPECTF-- +*** Testing clearstatcache() function: error conditions -- +Warning: Wrong parameter count for clearstatcache() in %s on line %d +NULL +*** Done ***