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

Attachment: ParserFunctions.php
Description: application/php

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to