--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()
--TEST--
-Bug #40705 Iterating within function moves original array pointer
+Bug #40705 (Iterating within function moves original array pointer)
--FILE--
<?php
function doForeach($array)
--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 {
--TEST--
-Bug #34304 ()
+Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
--FILE--
<?php
date_default_timezone_set("UTC");