ID: 27564 Updated by: [EMAIL PROTECTED] Reported By: bolk at hitv dot ru -Status: Open +Status: Wont fix Bug Type: Documentation problem Operating System: Windows ME PHP Version: 4.3.4 New Comment:
It's a side affect, I don't think we should document this :-) (Also, don't rely on this behavior) Previous Comments: ------------------------------------------------------------------------ [2004-03-11 04:49:35] bolk at hitv dot ru Description: ------------ This is correct but no record in documentation: $test = 'Test'; list ($a, $b) = $test; echo $a.$b; Reproduce code: --------------- $test = 'Test'; list ($a, $b) = $test; echo $a.$b; Expected result: ---------------- it prints: Te ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27564&edit=1