jmessa Tue Feb 19 09:37:50 2008 UTC Modified files: /php-src/ext/standard/tests/array rsort_object2.phpt Log: - changed UEXPECTF section http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/rsort_object2.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/array/rsort_object2.phpt diff -u php-src/ext/standard/tests/array/rsort_object2.phpt:1.1 php-src/ext/standard/tests/array/rsort_object2.phpt:1.2 --- php-src/ext/standard/tests/array/rsort_object2.phpt:1.1 Fri Feb 15 16:04:35 2008 +++ php-src/ext/standard/tests/array/rsort_object2.phpt Tue Feb 19 09:37:50 2008 @@ -263,7 +263,7 @@ bool(true) array(4) { [0]=> - object(for_integer_rsort)#2 (3) { + object(for_integer_rsort)#%d (3) { [u"public_class_value"]=> int(66) [u"private_class_value":u"for_integer_rsort":private]=> @@ -272,7 +272,7 @@ int(4) } [1]=> - object(for_integer_rsort)#1 (3) { + object(for_integer_rsort)#%d (3) { [u"public_class_value"]=> int(11) [u"private_class_value":u"for_integer_rsort":private]=> @@ -281,7 +281,7 @@ int(30) } [2]=> - object(for_integer_rsort)#4 (3) { + object(for_integer_rsort)#%d (3) { [u"public_class_value"]=> float(0.001) [u"private_class_value":u"for_integer_rsort":private]=> @@ -290,7 +290,7 @@ float(0.1) } [3]=> - object(for_integer_rsort)#3 (3) { + object(for_integer_rsort)#%d (3) { [u"public_class_value"]=> int(-88) [u"private_class_value":u"for_integer_rsort":private]=> @@ -302,7 +302,7 @@ bool(true) array(4) { [0]=> - object(for_string_rsort)#7 (3) { + object(for_string_rsort)#%d (3) { [u"public_class_value"]=> unicode(1) "w" [u"private_class_value":u"for_string_rsort":private]=> @@ -311,7 +311,7 @@ unicode(1) "c" } [1]=> - object(for_string_rsort)#6 (3) { + object(for_string_rsort)#%d (3) { [u"public_class_value"]=> unicode(1) "t" [u"private_class_value":u"for_string_rsort":private]=> @@ -320,7 +320,7 @@ unicode(3) "abb" } [2]=> - object(for_string_rsort)#8 (3) { + object(for_string_rsort)#%d (3) { [u"public_class_value"]=> unicode(2) "py" [u"private_class_value":u"for_string_rsort":private]=> @@ -329,7 +329,7 @@ unicode(2) "pt" } [3]=> - object(for_string_rsort)#5 (3) { + object(for_string_rsort)#%d (3) { [u"public_class_value"]=> unicode(3) "axx" [u"private_class_value":u"for_string_rsort":private]=> @@ -343,7 +343,7 @@ bool(true) array(4) { [0]=> - object(for_integer_rsort)#2 (3) { + object(for_integer_rsort)#%d (3) { [u"public_class_value"]=> int(66) [u"private_class_value":u"for_integer_rsort":private]=> @@ -352,7 +352,7 @@ int(4) } [1]=> - object(for_integer_rsort)#1 (3) { + object(for_integer_rsort)#%d (3) { [u"public_class_value"]=> int(11) [u"private_class_value":u"for_integer_rsort":private]=> @@ -361,7 +361,7 @@ int(30) } [2]=> - object(for_integer_rsort)#4 (3) { + object(for_integer_rsort)#%d (3) { [u"public_class_value"]=> float(0.001) [u"private_class_value":u"for_integer_rsort":private]=> @@ -370,7 +370,7 @@ float(0.1) } [3]=> - object(for_integer_rsort)#3 (3) { + object(for_integer_rsort)#%d (3) { [u"public_class_value"]=> int(-88) [u"private_class_value":u"for_integer_rsort":private]=> @@ -382,7 +382,7 @@ bool(true) array(4) { [0]=> - object(for_string_rsort)#7 (3) { + object(for_string_rsort)#%d (3) { [u"public_class_value"]=> unicode(1) "w" [u"private_class_value":u"for_string_rsort":private]=> @@ -391,7 +391,7 @@ unicode(1) "c" } [1]=> - object(for_string_rsort)#6 (3) { + object(for_string_rsort)#%d (3) { [u"public_class_value"]=> unicode(1) "t" [u"private_class_value":u"for_string_rsort":private]=> @@ -400,7 +400,7 @@ unicode(3) "abb" } [2]=> - object(for_string_rsort)#8 (3) { + object(for_string_rsort)#%d (3) { [u"public_class_value"]=> unicode(2) "py" [u"private_class_value":u"for_string_rsort":private]=> @@ -409,7 +409,7 @@ unicode(2) "pt" } [3]=> - object(for_string_rsort)#5 (3) { + object(for_string_rsort)#%d (3) { [u"public_class_value"]=> unicode(3) "axx" [u"private_class_value":u"for_string_rsort":private]=>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php