From:             kick at mmxent dot com
Operating system: Linux
PHP version:      4.3.0
PHP Bug Type:     Arrays related
Bug description:  Array value delimiter causes problems

It seems there's a problem with the parsing/preprocessor (??) when the
following line with a malformed value assignment to an array as follows:

$array = ('1',,'2');

This does not produce an error, but causes the file contents not to be
processed, therefore nothing is produced.

Found it by mistake of course ;)
Viorel
-- 
Edit bug report at http://bugs.php.net/?id=22507&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22507&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22507&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22507&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22507&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22507&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22507&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22507&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22507&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22507&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22507&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22507&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22507&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22507&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22507&r=gnused

Reply via email to