From: Marcus Boerger Date: Mon, 22 Dec 2003 23:17:17 +0000 (+0000) Subject: Preserve casing X-Git-Tag: php_ibase_before_split~521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45277ec5d7b295a613762e88bffbf1f322da7be2;p=php Preserve casing --- 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) }