From 45277ec5d7b295a613762e88bffbf1f322da7be2 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 22 Dec 2003 23:17:17 +0000 Subject: [PATCH] Preserve casing --- ext/session/tests/019.phpt | 8 ++++---- 1 file 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) } -- 2.50.1