Created
          January 14, 2013 20:13 
        
      - 
      
 - 
        
Save alexanderschnitzler/4532954 to your computer and use it in GitHub Desktop.  
  
    
      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 { | |
| 41public function bar() { | |
| var_dump('non static'); | |
| } | |
| static public function __callStatic($name, array $arguments) { | |
| var_dump($name); | |
| } | |
| } | |
| Foo::bar(); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment