Created
July 30, 2014 10:44
-
-
Save mkusher/49ed3540b7a5da668478 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 | |
function МояФункция(){ | |
echo "Test"; | |
} | |
$abc = "Test"; | |
$абс = "Test"; | |
var_dump($abc, $абс); | |
МояФункция(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment