Skip to content

Commit

Permalink
Merge pull request kokonior#597 from nathaniel-valen/patch-1
Browse files Browse the repository at this point in the history
array
  • Loading branch information
kokonior authored Oct 21, 2021
2 parents 65cfdc8 + 2792bba commit 372ac4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions php/array
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$cars = array("Volvo", "BMW", "Toyota");
echo "I like " . $cars[0] . ", " . $cars[1] . " and " . $cars[2] . ".";
?>

0 comments on commit 372ac4f

Please sign in to comment.