|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-09-15 10:07 UTC] miloslav dot hula at gmail dot com
[2015-09-15 11:51 UTC] requinix@php.net
-Status: Open
+Status: Wont fix
[2015-09-15 11:51 UTC] requinix@php.net
[2015-09-15 11:57 UTC] miloslav dot hula at gmail dot com
-Status: Wont fix
+Status: Closed
[2015-09-15 11:57 UTC] miloslav dot hula at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 15:00:02 2025 UTC |
Description: ------------ The array_keys() returns NULL when called with NULL instead of array. Test script: --------------- <?php var_dump(array_keys(NULL)); Expected result: ---------------- array(0) { } Actual result: -------------- NULL