summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_convert_variables.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_convert_variables.phpt')
-rw-r--r--ext/mbstring/tests/mb_convert_variables.phpt48
1 files changed, 24 insertions, 24 deletions
diff --git a/ext/mbstring/tests/mb_convert_variables.phpt b/ext/mbstring/tests/mb_convert_variables.phpt
index b04e2bf185..830c6a7cd0 100644
--- a/ext/mbstring/tests/mb_convert_variables.phpt
+++ b/ext/mbstring/tests/mb_convert_variables.phpt
@@ -72,34 +72,34 @@ print("{$aa[0]}{$aa[1]}{$aa[2]}\n"); // Converted to EUC-JP
echo "== OBJECT TEST ==\n";
class foo
{
- public $s1;
- public $s2;
- public $s3;
-
- function __construct()
- {
- global $sjis, $jis, $euc_jp;
-
- $this->s1 = $euc_jp;
- $this->s2 = $euc_jp;
- $this->s3 = $euc_jp;
- }
+ public $s1;
+ public $s2;
+ public $s3;
+
+ function __construct()
+ {
+ global $sjis, $jis, $euc_jp;
+
+ $this->s1 = $euc_jp;
+ $this->s2 = $euc_jp;
+ $this->s3 = $euc_jp;
+ }
}
class bar
{
- public $s1;
- public $s2;
- public $s3;
-
- function __construct()
- {
- global $sjis, $jis, $euc_jp;
-
- $this->s1 = $euc_jp;
- $this->s2 = $euc_jp;
- $this->s3 = $euc_jp;
- }
+ public $s1;
+ public $s2;
+ public $s3;
+
+ function __construct()
+ {
+ global $sjis, $jis, $euc_jp;
+
+ $this->s1 = $euc_jp;
+ $this->s2 = $euc_jp;
+ $this->s3 = $euc_jp;
+ }
}