From 1b7f72e55531d0b63ded10efdcd9d3b2834b9eb6 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 8 Feb 2008 13:49:53 +0000 Subject: [PATCH] MFB: add new test --- tests/func/010.phpt | 73 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 tests/func/010.phpt diff --git a/tests/func/010.phpt b/tests/func/010.phpt new file mode 100644 index 0000000000..6778ed2f11 --- /dev/null +++ b/tests/func/010.phpt @@ -0,0 +1,73 @@ +--TEST-- +function with many parameters +--FILE-- + +--CLEAN-- + +--EXPECT-- +bool(true) +bool(true) +bool(true) +bool(true) +bool(true) +bool(true) +bool(true) +Done -- 2.40.0