From 1b6606eb1a8cb83e0dc2bf104d65d06011c127a0 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 7 Oct 2006 23:50:54 +0000 Subject: [PATCH] fix tests --- ext/ctype/tests/001.phpt | 13 +++++++++++++ ext/ctype/tests/002.phpt | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/ext/ctype/tests/001.phpt b/ext/ctype/tests/001.phpt index b7beea7861..adcf75749e 100644 --- a/ext/ctype/tests/001.phpt +++ b/ext/ctype/tests/001.phpt @@ -37,3 +37,16 @@ ctype_print 95 ctype_punct 32 ctype_space 6 ctype_xdigit 22 +--UEXPECTF-- +Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s001.php on line %d +ctype_lower 26 +ctype_upper 26 +ctype_alpha 52 +ctype_digit 10 +ctype_alnum 62 +ctype_cntrl 33 +ctype_graph 94 +ctype_print 95 +ctype_punct 32 +ctype_space 6 +ctype_xdigit 22 diff --git a/ext/ctype/tests/002.phpt b/ext/ctype/tests/002.phpt index 598ff9be96..c1339d3338 100644 --- a/ext/ctype/tests/002.phpt +++ b/ext/ctype/tests/002.phpt @@ -46,3 +46,19 @@ ctype_print 95 95 95 ctype_punct 32 32 0 ctype_space 6 6 0 ctype_xdigit 22 22 0 +--UEXPECTF-- +Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s002.php on line %d + +Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s002.php on line %d +LOCALE is '%s' +ctype_lower 26 26 0 +ctype_upper 26 26 0 +ctype_alpha 52 52 0 +ctype_digit 10 10 0 +ctype_alnum 62 62 0 +ctype_cntrl 33 33 0 +ctype_graph 94 94 94 +ctype_print 95 95 95 +ctype_punct 32 32 0 +ctype_space 6 6 0 +ctype_xdigit 22 22 0 -- 2.50.1