From 7e9a54990ccb3b46a32d0e76bc034148b9bcaa3b Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Fri, 3 Oct 2003 16:59:44 +0000 Subject: [PATCH] Add regression test for bug #25745 --- ext/ctype/tests/bug25745.phpt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ext/ctype/tests/bug25745.phpt diff --git a/ext/ctype/tests/bug25745.phpt b/ext/ctype/tests/bug25745.phpt new file mode 100644 index 0000000000..1d0ae0da7e --- /dev/null +++ b/ext/ctype/tests/bug25745.phpt @@ -0,0 +1,24 @@ +--TEST-- +Bug #25745 (ctype functions fail with non-ascii characters) +--FILE-- + +--EXPECT-- +ok -- 2.50.1