From cc0b147a2f031f9eed0ef1ee08e61da820ceaa4e Mon Sep 17 00:00:00 2001 From: Zoe Slattery Date: Fri, 1 Feb 2008 17:27:43 +0000 Subject: A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143. --- ext/standard/tests/math/decbin_error.phpt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ext/standard/tests/math/decbin_error.phpt (limited to 'ext/standard/tests/math/decbin_error.phpt') diff --git a/ext/standard/tests/math/decbin_error.phpt b/ext/standard/tests/math/decbin_error.phpt new file mode 100644 index 0000000000..a350cee7f0 --- /dev/null +++ b/ext/standard/tests/math/decbin_error.phpt @@ -0,0 +1,13 @@ +--TEST-- +Test decbin() - wrong params +--FILE-- + +--EXPECTF-- + +Warning: Wrong parameter count for decbin() in %s on line 2 + +Warning: Wrong parameter count for decbin() in %s on line 3 + -- cgit v1.2.1