Last active
October 10, 2019 10:53
-
-
Save vanaf1979/130d0cbe9670e9abe05391281efd7747 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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