ID: 9714
Updated by: dbeu
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Arrays related
Assigned To: 
Comments:

unable to reproduce, please try a dev version from www.php4win.de and reopen if the 
bug is still existant.

Previous Comments:
---------------------------------------------------------------------------

[2001-03-12 17:35:54] [EMAIL PROTECTED]
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.


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9714&edit=2


-- 
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]

Reply via email to