From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: array_walk crashes this example: $t[Line][4][21] = 14; $t[Line][1][1] = 1; $t[Line][2][12] = 12; $t[Line][1][3] = 3; $t[Line][3][20] = 13; ksort($t[Line]); array_walk($t[Line],asort); crashes on Windows (2k) with php.exe and php4apache.dll, not on Linux. I know, the function should have 2-3 arguments, but it shouldn't crash. -- Edit Bug report at: http://bugs.php.net/?id=9714&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]