From ee26bf084d44a45f95fb9098c5c8a6ca4e0ecdce Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Wed, 3 Apr 2002 14:34:45 +0000 Subject: [PATCH] Added ini_set()/ini_get()/ini_restore() test --- tests/func/007.phpt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/func/007.phpt diff --git a/tests/func/007.phpt b/tests/func/007.phpt new file mode 100644 index 0000000000..310ca6f263 --- /dev/null +++ b/tests/func/007.phpt @@ -0,0 +1,24 @@ +--TEST-- +INI functions test +--POST-- +--GET-- +--FILE-- + +--EXPECT-- +ini_set_works +ini_restore_works -- 2.40.0