From cb22f59dbd092bf667cceb352d8ce3b4b60ccd07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Sch=C3=BCrmann?= Date: Sat, 25 Apr 2009 18:51:52 +0000 Subject: [PATCH] Initial commit --- tests/func/ini_alter.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/func/ini_alter.phpt diff --git a/tests/func/ini_alter.phpt b/tests/func/ini_alter.phpt new file mode 100644 index 0000000000..111e826f71 --- /dev/null +++ b/tests/func/ini_alter.phpt @@ -0,0 +1,19 @@ +--TEST-- +ini_alter() check +--CREDITS-- +Sebastian Schürmann +sebs@php.net +Testfest 2009 Munich +--FILE-- + +--EXPECT-- +string(1) "1" +string(1) "0" + -- 2.40.0