Created
April 16, 2012 13:18
-
-
Save daGrevis/2398713 to your computer and use it in GitHub Desktop.
`Fatal error: Cannot redeclare Foo::bar() in /var/www/foo/bar.php on line 8`
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
| <?php | |
| class Foo { | |
| protected function bar($a, $b) { | |
| } | |
| public static function bar() { | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gimme:
Fatal error: Cannot redeclare Foo::bar() in /var/www/foo/bar.php on line 8.Just fact!