diff options
Diffstat (limited to 'ext/standard/tests/serialize/bug49649_1.phpt')
-rw-r--r-- | ext/standard/tests/serialize/bug49649_1.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/serialize/bug49649_1.phpt b/ext/standard/tests/serialize/bug49649_1.phpt index fb6d6dba52..a2f5427edd 100644 --- a/ext/standard/tests/serialize/bug49649_1.phpt +++ b/ext/standard/tests/serialize/bug49649_1.phpt @@ -23,11 +23,11 @@ $serialized = 'TzozOiJGb28iOjQ6e3M6MTI6IgBGb28AcHJpdmF0ZSI7aToxO3M6MTI6IgAqAHByb class Foo { - protected $public = null; + protected $public = null; - protected $protected = null; + protected $protected = null; - protected $private = null; + protected $private = null; } $class = unserialize(base64_decode($serialized)); |