]> granicus.if.org Git - php/commitdiff
Preserve casing
authorMarcus Boerger <helly@php.net>
Mon, 22 Dec 2003 23:17:17 +0000 (23:17 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 22 Dec 2003 23:17:17 +0000 (23:17 +0000)
ext/session/tests/019.phpt

index c258d3ba5798d17fd77a83e44f64378c0b138d89..c890088a31de563897cf0e254a37d848f0b485fe 100644 (file)
@@ -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)
   }