` $items = array("me", "you", "he"); array_push($items, "she", "we"); print_r($items);
Pro tip: use ```triple backticks around text``` to write in code fences