Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active October 10, 2019 10:53
Show Gist options
  • Save vanaf1979/130d0cbe9670e9abe05391281efd7747 to your computer and use it in GitHub Desktop.
Save vanaf1979/130d0cbe9670e9abe05391281efd7747 to your computer and use it in GitHub Desktop.
<?php
$string = "I'm a string";
$array = array( 'one' => 'test one', 'two' => 'test two');
d( $string );
dd( $array , $string );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment