diff options
Diffstat (limited to 'ext/session/tests/004.phpt')
-rw-r--r-- | ext/session/tests/004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/004.phpt b/ext/session/tests/004.phpt index 9e34b7123f..4b81a088b2 100644 --- a/ext/session/tests/004.phpt +++ b/ext/session/tests/004.phpt @@ -33,7 +33,7 @@ class handler { function write($key, $val) { print "WRITE: $key, $val\n"; - $GLOBALS["hnd"]->data = $val; + $GLOBALS["hnd"]->data = $val; return true; } |