Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Created October 10, 2019 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanaf1979/1713ece31c8fc02e78eb4e3a4fd0630a to your computer and use it in GitHub Desktop.
Save vanaf1979/1713ece31c8fc02e78eb4e3a4fd0630a to your computer and use it in GitHub Desktop.
<?php
$array = array( 'one' => 'test one', 'two' => 'test two');
dd( $array );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment