Skip to content

Instantly share code, notes, and snippets.

@dawehner
Created May 11, 2009 18:33
Show Gist options
  • Save dawehner/110093 to your computer and use it in GitHub Desktop.
Save dawehner/110093 to your computer and use it in GitHub Desktop.
<?php
// habe den Vortrag zu wenig verfolgt von rapsli
class foo {
public function bar(foo = 123) {
return foo + 3;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment