Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active October 10, 2019 10:53
<?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