|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-03-26 11:25 UTC] laruence@php.net
-Status: Open
+Status: Not a bug
[2013-03-26 11:25 UTC] laruence@php.net
[2013-03-26 20:58 UTC] sixd@php.net
-Summary: asdfsssssssssssssssssssssssss
+Summary: in_array question
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 05:00:01 2025 UTC |
Description: ------------ asdfsssssssssssssssssssssssss Test script: --------------- var_export(in_array(0,array('a')));//true var_export(in_array(false,array('a')));//false var_export(in_array('',array('a')));//false var_export(in_array(null,array('a')));//false var_export(in_array('0',array('a',0)));//true Expected result: ---------------- ss Actual result: -------------- sss