Skip to content

Commit 20ba6b8

Browse files
committed
correct work
2 parents 3ef3f0c + 78b4105 commit 20ba6b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

class05.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// indexed array but giving indexes by ourself
44

55
$anotherone = $confusion = array(10 => 'ten', 11 => 'eleven', 12 => 'twelve');
6+
67
echo "indexed array before adding a new element <br><br>";
78
var_dump($confusion);
89
echo "<br><br>";
@@ -153,4 +154,4 @@
153154
array_unshift($a,"blue");
154155
print_r($a);
155156
*/
156-
?>
157+
?>

0 commit comments

Comments
 (0)