From: Moriyoshi Koizumi Date: Fri, 8 Nov 2002 07:22:10 +0000 (+0000) Subject: Added a test for function overloading behaviour X-Git-Tag: php-4.3.0RC1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72e0aa894aece4d2d68d4e02a25a795e8e69aaae;p=php Added a test for function overloading behaviour --- diff --git a/ext/mbstring/tests/overload.phpt b/ext/mbstring/tests/overload.phpt new file mode 100644 index 0000000000..3e1fc44bf7 --- /dev/null +++ b/ext/mbstring/tests/overload.phpt @@ -0,0 +1,33 @@ +--TEST-- +Function overloading test (said to be harmful) +--SKIPIF-- + +--INI-- +output_handler= +mbstring.func_overload=7 +mbstring.internal_encoding=EUC-JP +--FILE-- + +--EXPECT-- +EUC-JP +int(33) +int(33) +int(10) +int(8) +int(3) +int(29)