Skip to content

Instantly share code, notes, and snippets.

@exakat
Last active February 25, 2016 09:00
Show Gist options
  • Save exakat/fdf20acd83973eed1a00 to your computer and use it in GitHub Desktop.
Save exakat/fdf20acd83973eed1a00 to your computer and use it in GitHub Desktop.
<?php
class 人 {
public function getName() {
print "孙悟空";
}
}
$x = new 人();
echo $x->getName();
//https://3v4l.org/UMfdo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment