Skip to content

Commit ba7093c

Browse files
Fix example code for skipping array elements (php#4851)
1 parent 3bc709a commit ba7093c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/control-structures/foreach.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ A: 3; B: 4
161161
<![CDATA[
162162
<?php
163163
$array = [
164-
[1, 2, 3],
164+
[1, 2, 5],
165165
[3, 4, 6],
166166
];
167167

0 commit comments

Comments
 (0)