Skip to content

Instantly share code, notes, and snippets.

@hrach
Created October 13, 2013 09:24
Show Gist options
  • Save hrach/6960175 to your computer and use it in GitHub Desktop.
Save hrach/6960175 to your computer and use it in GitHub Desktop.
Kviz: funkce registrovana autoloadem dostane jako parametr a) "Foo" b) "foo"
namespace test;
use Foo;
$foo = new foo();
class foo {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment