File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ foreach ($obj as $k=>&$v) {
35
35
}
36
36
var_dump ($ obj );
37
37
38
- echo "\nAdding properties to an an object. \n" ;
38
+ echo "\nAdding properties to an object. \n" ;
39
39
$ obj = new C ;
40
40
$ counter =0 ;
41
41
foreach ($ obj as $ v ) {
@@ -49,7 +49,7 @@ foreach ($obj as $v) {
49
49
}
50
50
var_dump ($ obj );
51
51
52
- echo "\nAdding properties to an an object, using & \$value. \n" ;
52
+ echo "\nAdding properties to an object, using & \$value. \n" ;
53
53
$ obj = new C ;
54
54
$ counter =0 ;
55
55
foreach ($ obj as &$ v ) {
@@ -130,7 +130,7 @@ object(C)#%d (5) {
130
130
string(10) "Original e"
131
131
}
132
132
133
- Adding properties to an an object.
133
+ Adding properties to an object.
134
134
string(10) "Original a"
135
135
string(10) "Original b"
136
136
string(10) "Original c"
You can’t perform that action at this time.
0 commit comments