|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-28 19:18 UTC] venaas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 08:00:01 2025 UTC |
array_unique() can cause php to core dump. i haven't quite figured out the exact situation though. this works: array_unique(array("socket", "37", "99", "3d")); this does not: array_unique(array("socket", "370", "99", "3d"));