]> granicus.if.org Git - php/commitdiff
- MFH: Fixed tests.
authorDerick Rethans <derick@php.net>
Wed, 16 Jul 2008 07:36:04 +0000 (07:36 +0000)
committerDerick Rethans <derick@php.net>
Wed, 16 Jul 2008 07:36:04 +0000 (07:36 +0000)
ext/date/tests/bug41523-64bit.phpt
ext/date/tests/bug41709.phpt
ext/date/tests/date_parse_001.phpt

index 5514492e33901d43d32b9de27d01b0051f31c962..d6d1320034d42292d4c4247a6fc13a258bdb94b7 100644 (file)
@@ -29,9 +29,11 @@ array(12) {
   ["fraction"]=>
   float(0)
   ["warning_count"]=>
-  int(0)
+  int(1)
   ["warnings"]=>
-  array(0) {
+  array(1) {
+    [20]=>
+    string(27) "The parsed date was invalid"
   }
   ["error_count"]=>
   int(0)
index 69c7cb4f472709ee699d2e8f435bd286b0991b40..624da0cd37fc61cc2e845be0f9f80d0d2802d195 100644 (file)
@@ -18,9 +18,10 @@ Array
     [minute] => 0
     [second] => 0
     [fraction] => 0
-    [warning_count] => 0
+    [warning_count] => 1
     [warnings] => Array
         (
+            [22] => The parsed date was invalid
         )
 
     [error_count] => 1
index 205380fc9a133ceee0d250cfbf6c55321c9cafd2..369039004f2b9efd5e97ae8978cf42273315ae86 100644 (file)
@@ -89,9 +89,11 @@ array(15) {
   ["fraction"]=>
   bool(false)
   ["warning_count"]=>
-  int(0)
+  int(1)
   ["warnings"]=>
-  array(0) {
+  array(1) {
+    [12]=>
+    string(27) "The parsed date was invalid"
   }
   ["error_count"]=>
   int(1)
@@ -125,9 +127,11 @@ array(12) {
   ["fraction"]=>
   bool(false)
   ["warning_count"]=>
-  int(0)
+  int(1)
   ["warnings"]=>
-  array(0) {
+  array(1) {
+    [11]=>
+    string(27) "The parsed date was invalid"
   }
   ["error_count"]=>
   int(0)
@@ -181,9 +185,11 @@ array(12) {
   ["fraction"]=>
   bool(false)
   ["warning_count"]=>
-  int(0)
+  int(1)
   ["warnings"]=>
-  array(0) {
+  array(1) {
+    [8]=>
+    string(27) "The parsed date was invalid"
   }
   ["error_count"]=>
   int(0)
@@ -298,6 +304,6 @@ array(12) {
   bool(false)
 }
 
-Warning: date_parse() expects parameter 1 to be string, array given in %s on line %d
+Warning: date_parse() expects parameter 1 to be string, array given in /home/derick/dev/php/php-5.3dev/ext/date/tests/date_parse_001.php on line 11
 bool(false)
 Done