Created
October 13, 2013 09:24
-
-
Save hrach/6960175 to your computer and use it in GitHub Desktop.
Kviz: funkce registrovana autoloadem dostane jako parametr
a) "Foo"
b) "foo"
This file contains hidden or 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
namespace test; | |
use Foo; | |
$foo = new foo(); |
This file contains hidden or 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
class foo {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment