I recently changed AbstractFunctionDeclaration so that it stores a reference to its FunctionContext instead of searching through the imports of its internalContext.<br>This means that now AbstractFunctionDeclarations must use setInternalFunctionContext or they will not have an internalFunctionContext available.<br>
PHP, Python, Ruby, and any other languages will need an update to use setInternalFunctionContext as appropriate while building declarations.<br>Sorry for the inconvenience,<br><br>-Olivier JG<br>