diff options
author | Marcus Boerger <helly@php.net> | 2003-12-22 23:17:17 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-12-22 23:17:17 +0000 |
commit | 45277ec5d7b295a613762e88bffbf1f322da7be2 (patch) | |
tree | c35f05e9ade122d40ca9b020368fd4347e0c4fa2 /ext/session | |
parent | b89ce361fc75ce23f6005c88330d70e1dc85957d (diff) | |
download | php-git-45277ec5d7b295a613762e88bffbf1f322da7be2.tar.gz |
Preserve casing
Diffstat (limited to 'ext/session')
-rw-r--r-- | ext/session/tests/019.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/session/tests/019.phpt b/ext/session/tests/019.phpt index c258d3ba57..c890088a31 100644 --- a/ext/session/tests/019.phpt +++ b/ext/session/tests/019.phpt @@ -48,24 +48,24 @@ session_destroy(); --EXPECTF-- array(2) { ["o1"]=> - &object(tfoo)#1 (1) { + &object(TFoo)#%d (1) { ["c"]=> int(42) } ["o2"]=> - &object(tfoo)#1 (1) { + &object(TFoo)#%d (1) { ["c"]=> int(42) } } array(2) { ["o1"]=> - &object(tfoo)#1 (1) { + &object(TFoo)#%d (1) { ["c"]=> int(44) } ["o2"]=> - &object(tfoo)#1 (1) { + &object(TFoo)#%d (1) { ["c"]=> int(44) } |