]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Wed, 19 Sep 2007 11:25:57 +0000 (11:25 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 19 Sep 2007 11:25:57 +0000 (11:25 +0000)
Zend/tests/bug40509.phpt
Zend/tests/bug40705.phpt
Zend/tests/bug41929.phpt
ext/date/tests/bug34304.phpt

index 453060d0f872c70befee2d1a29d1783f84a481b2..21eaae94448c8c57a686d4484fd3490a1a2f09d1 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #40509 key() function changed behaviour if global array is used within function 
+Bug #40509 (key() function changed behaviour if global array is used within function)
 --FILE--
 <?php
 function foo()
index 198f985f68a4d5f5894ecd9e1890b08e7f3cab3e..374f73b75eb63a6d6bd29f2ce9ec9ff8f6bf7fdf 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #40705 Iterating within function moves original array pointer 
+Bug #40705 (Iterating within function moves original array pointer)
 --FILE--
 <?php
 function doForeach($array)
index cdca5ffd617243ade4e071538e5a759019e6354c..c332aba2d47ccffc7637107fc7cf7d75c44c3e3e 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #41929 Foreach on object does not iterate over all visible properties 
+Bug #41929 (Foreach on object does not iterate over all visible properties)
 --FILE--
 <?php
 class C {
index a2b26a14c53d54735fd2f610e16b4e851c2e5ec5..88030b7be5f7a9ede2249ff76a99f7fcbc1d262c 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #34304 ()
+Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
 --FILE--
 <?php
 date_default_timezone_set("UTC");