From 40007c204966959e485cf712691eaeb92680f5ff Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 17 Jul 2002 08:49:26 +0000 Subject: Zend Engine behaviour is affected by setlocale() due to use of locale aware functions like strtod(), atof(), tolower(), toupper() :( --- tests/lang/035.phpt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/lang/035.phpt (limited to 'tests/lang/035.phpt') diff --git a/tests/lang/035.phpt b/tests/lang/035.phpt new file mode 100644 index 0000000000..e02c243b39 --- /dev/null +++ b/tests/lang/035.phpt @@ -0,0 +1,7 @@ + +---- EXPECTED OUTPUT +test_i +test +---- ACTUAL OUTPUT +test_itest +---- FAILED -- cgit v1.2.1