if type property returns an array and the array will be accessed via indexer, syntax error occurs.
in php it is illegal to do following: $ret = $this->field()[0];
Log in to post a comment.