ChrisHirst,
I'm new at all this so please bare with me, I'm using Zend Studio 11 and line 137 is:
echo "Calling static method '$method' ". implode(', ', $args). "\n";
and line 138 is:
$static = new Static;
Both line are part of the
public static function __callStatic($method, $args =...