summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/common.inc')
-rw-r--r--ext/mbstring/tests/common.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/mbstring/tests/common.inc b/ext/mbstring/tests/common.inc
index c8467a29f5..2ee26bbfd5 100644
--- a/ext/mbstring/tests/common.inc
+++ b/ext/mbstring/tests/common.inc
@@ -5,18 +5,18 @@
// Var def for testing
$t_ary = array(
- 's1' => '日本語EUC-JPの文字列',
- 's2' => 'English Text'
- );
+ 's1' => '日本語EUC-JPの文字列',
+ 's2' => 'English Text'
+ );
class tc
{
- public $s1 = '日本語EUC-JPの文字列';
- public $s2 = 'English Text';
+ public $s1 = '日本語EUC-JPの文字列';
+ public $s2 = 'English Text';
- function __construct()
- {
- }
+ function __construct()
+ {
+ }
}
$t_obj = new tc;