Skip to content

Instantly share code, notes, and snippets.

@mkusher
Created July 30, 2014 10:44
Show Gist options
  • Save mkusher/49ed3540b7a5da668478 to your computer and use it in GitHub Desktop.
Save mkusher/49ed3540b7a5da668478 to your computer and use it in GitHub Desktop.
<?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