tony2001                Wed Nov  7 12:07:16 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard/tests/array   asort_variation3.phpt 
                                        sort_variation3.phpt 
  Log:
  fix tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/asort_variation3.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/standard/tests/array/asort_variation3.phpt
diff -u php-src/ext/standard/tests/array/asort_variation3.phpt:1.1.4.2 
php-src/ext/standard/tests/array/asort_variation3.phpt:1.1.4.3
--- php-src/ext/standard/tests/array/asort_variation3.phpt:1.1.4.2      Mon Nov 
 5 16:42:56 2007
+++ php-src/ext/standard/tests/array/asort_variation3.phpt      Wed Nov  7 
12:07:16 2007
@@ -273,9 +273,9 @@
 bool(true)
 array(7) {
   [7]=>
-  float(-2147483649)
+  %s(-2147483649)
   [4]=>
-  float(-2147483648)
+  %s(-2147483648)
   [3]=>
   int(-2147483647)
   [6]=>
@@ -285,15 +285,15 @@
   [1]=>
   int(2147483647)
   [2]=>
-  float(2147483648)
+  %s(2147483648)
 }
 - Sort_flag = SORT_REGULAR -
 bool(true)
 array(7) {
   [7]=>
-  float(-2147483649)
+  %s(-2147483649)
   [4]=>
-  float(-2147483648)
+  %s(-2147483648)
   [3]=>
   int(-2147483647)
   [6]=>
@@ -303,15 +303,15 @@
   [1]=>
   int(2147483647)
   [2]=>
-  float(2147483648)
+  %s(2147483648)
 }
 - Sort_flag = SORT_NUMERIC -
 bool(true)
 array(7) {
   [7]=>
-  float(-2147483649)
+  %s(-2147483649)
   [4]=>
-  float(-2147483648)
+  %s(-2147483648)
   [3]=>
   int(-2147483647)
   [6]=>
@@ -321,6 +321,6 @@
   [1]=>
   int(2147483647)
   [2]=>
-  float(2147483648)
+  %s(2147483648)
 }
 Done
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/sort_variation3.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/array/sort_variation3.phpt
diff -u php-src/ext/standard/tests/array/sort_variation3.phpt:1.1.2.2 
php-src/ext/standard/tests/array/sort_variation3.phpt:1.1.2.3
--- php-src/ext/standard/tests/array/sort_variation3.phpt:1.1.2.2       Mon Nov 
 5 15:30:49 2007
+++ php-src/ext/standard/tests/array/sort_variation3.phpt       Wed Nov  7 
12:07:16 2007
@@ -275,9 +275,9 @@
 bool(true)
 array(7) {
   [0]=>
-  float(-2147483649)
+  %s(-2147483649)
   [1]=>
-  float(-2147483648)
+  %s(-2147483648)
   [2]=>
   int(-2147483647)
   [3]=>
@@ -287,15 +287,15 @@
   [5]=>
   int(2147483647)
   [6]=>
-  float(2147483648)
+  %s(2147483648)
 }
 - Sort flag = SORT_REGULAR -
 bool(true)
 array(7) {
   [0]=>
-  float(-2147483649)
+  %s(-2147483649)
   [1]=>
-  float(-2147483648)
+  %s(-2147483648)
   [2]=>
   int(-2147483647)
   [3]=>
@@ -305,15 +305,15 @@
   [5]=>
   int(2147483647)
   [6]=>
-  float(2147483648)
+  %s(2147483648)
 }
 - Sort flag = SORT_NUMERIC -
 bool(true)
 array(7) {
   [0]=>
-  float(-2147483649)
+  %s(-2147483649)
   [1]=>
-  float(-2147483648)
+  %s(-2147483648)
   [2]=>
   int(-2147483647)
   [3]=>
@@ -323,6 +323,6 @@
   [5]=>
   int(2147483647)
   [6]=>
-  float(2147483648)
+  %s(2147483648)
 }
 Done

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to