Out of curiosity, and because I have never noted this in other
languages, why doesn't an 'open' comma at the end of an array throw any
kind of error? Is it because the comma denotes another element in the
array even if nothing is their? For example

$arrBadInfo = array(
                'stuff   ',
                'morstuff',
        );

does not throw an error - even syntactical - 

Thanks!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to