<?php class foo { public static function myStaticFunction() { echo "I'm declared static! Calling me statically works great.\n"; } public function myNonStaticFunction() { echo "I'm not static, if you try to call me statically you'll get a deprecated warning\n"; } } foo::myStaticFunction(); foo::myNonStaticFunction();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`