summaryrefslogtreecommitdiff
path: root/ext/session/tests/019.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-11-30 13:57:20 +0000
committerMarcus Boerger <helly@php.net>2003-11-30 13:57:20 +0000
commitc3fddcab622186c9bdbca89a1af7b14df0ba6345 (patch)
tree92cb0e99af497d3b5fc18a2ab123990831b3bab2 /ext/session/tests/019.phpt
parent0091b5ca1dea4f12155c7e80cf38c61e75c08469 (diff)
downloadphp-git-c3fddcab622186c9bdbca89a1af7b14df0ba6345.tar.gz
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
Diffstat (limited to 'ext/session/tests/019.phpt')
-rw-r--r--ext/session/tests/019.phpt2
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;
}