<?php
$array = [ 'one', 'two' ]; 
print_r($array);
// your code goes here