diff options
Diffstat (limited to 'ext/session/tests/019.phpt')
-rw-r--r-- | ext/session/tests/019.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/019.phpt b/ext/session/tests/019.phpt index 0e274b1536..c258d3ba57 100644 --- a/ext/session/tests/019.phpt +++ b/ext/session/tests/019.phpt @@ -13,7 +13,7 @@ session.serialize_handler=php error_reporting(E_ALL); class TFoo { - var $c; + public $c; function TFoo($c) { $this->c = $c; } |