@ -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()
Bug #40705 Iterating within function moves original array pointer
Bug #40705 (Iterating within function moves original array pointer)
function doForeach($array)
Bug #41929 Foreach on object does not iterate over all visible properties
Bug #41929 (Foreach on object does not iterate over all visible properties)
class C {