On Wed, 4 Sep 2002, Sebastian Bergmann wrote:
> <?php
> $array = array('foo', 'bar');
> var_export($array);
> ?>
>
> prints
>
> array (
> 0 => 'foo',
> 1 => 'bar',
> )
>
> The comma after 'bar' is superfluous.
It is, but removeing it would require quite a hack. I thought of fixing
that, but as Zend doesn't have problems with it, I decided that it
doesn't matter if there is a comma or not.
Derick
---------------------------------------------------------------------------
Did I help you? http://www.derickrethans.nl/link.php?url=giftlist
Frequent ranting: http://www.derickrethans.nl/
---------------------------------------------------------------------------
PHP: Scripting the Web - [EMAIL PROTECTED]
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php