From 0a801f1deb30a73d8b678ed5f980ed1ed05436ba Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sat, 9 Nov 2002 17:07:29 +0000 Subject: [PATCH] Added a test for mb_substr_count() --- ext/mbstring/tests/mb_substr_count.phpt | 44 +++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ext/mbstring/tests/mb_substr_count.phpt diff --git a/ext/mbstring/tests/mb_substr_count.phpt b/ext/mbstring/tests/mb_substr_count.phpt new file mode 100644 index 0000000000..5be5109375 --- /dev/null +++ b/ext/mbstring/tests/mb_substr_count.phpt @@ -0,0 +1,44 @@ +--TEST-- +mb_substr_count() +--SKIPIF-- + +--INI-- +output_handler= +--FILE-- + +--EXPECT-- +bool(false) +bool(false) +int(0) +int(0) +int(0) +int(100) +int(100) +int(100) +int(100) +int(200) -- 2.40.0