Skip to content

Commit 20f99d0

Browse files
committed
Remove now invalid comment
1 parent c949efd commit 20f99d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/tests/class_object/get_object_vars_variation_005.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ get_object_vars() no-declared/declared discrepancies
77
class Test {
88
public $prop;
99
}
10-
// Using ArrayObject here to get around property name restrictions
1110

1211
$obj = new stdClass;
1312
$ao = new ArrayObject($obj);

0 commit comments

Comments
 (0)