Hi all,I have just found a way to circumvent the bug 473785. In the File ParseFunction.php replace line 158:
list( $nameNode, $index, $valueNode ) = $frame->splitBraceNode( $arg ); with this code: $bits = $arg->splitArg(); $nameNode = $bits['name']; $index = $bits['index']; $valueNode = $bits['value']; I have attached the edited file. Regards Tammo -- [EMAIL PROTECTED] Fraunhofer FIRST (IDA) - Kekulestr. 7 - 12489 Berlin - Germany phone (+49) 30 6392 1870 - fax (+49) 30 6392 1805
ParserFunctions.php
Description: application/php
smime.p7s
Description: S/MIME Cryptographic Signature