diff options
Diffstat (limited to 'Zend/tests/bug41929.phpt')
-rwxr-xr-x | Zend/tests/bug41929.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug41929.phpt b/Zend/tests/bug41929.phpt index 47c7118ed..7fa4bbcc8 100755 --- a/Zend/tests/bug41929.phpt +++ b/Zend/tests/bug41929.phpt @@ -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 {
|