Skip to content

Instantly share code, notes, and snippets.

@kiang
Created October 1, 2012 12:05
Show Gist options
  • Save kiang/3811219 to your computer and use it in GitHub Desktop.
Save kiang/3811219 to your computer and use it in GitHub Desktop.
Slogan of PHPConf Taiwan 2012
<?php
namespace PHPConf\Year2012;
class PHP
{
public function __toString()
{
return "PHP Helps People";
}
}
echo new PHP();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment