From 5c98effea0e7e547dffb332957c9cc3a1b7289eb Mon Sep 17 00:00:00 2001 From: Raghubansh Kumar Date: Mon, 13 Aug 2007 11:40:57 +0000 Subject: [PATCH] New testcase for clearstatcache() function --- .../tests/file/clearstatcache_error.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ext/standard/tests/file/clearstatcache_error.phpt 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 *** -- 2.40.0