<?php class foo { function m() { if(empty($this)) { echo "Static"; } else { echo "Not static"; } } } $a = new foo(); $a->m(); foo::m();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`