helly Mon Dec 22 18:17:17 2003 EDT
Modified files:
/php-src/ext/session/tests 019.phpt
Log:
Preserve casing
Index: php-src/ext/session/tests/019.phpt
diff -u php-src/ext/session/tests/019.phpt:1.7 php-src/ext/session/tests/019.phpt:1.8
--- php-src/ext/session/tests/019.phpt:1.7 Sun Nov 30 08:57:16 2003
+++ php-src/ext/session/tests/019.phpt Mon Dec 22 18:17:17 2003
@@ -48,24 +48,24 @@
--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)
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php