|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-14 19:11 UTC] jeroen@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 15:00:01 2025 UTC |
<?php $a=array_diff(array("1"),array(1)); var_dump($a); ?> X-Powered-By: PHP/4.0.4pl1 Content-type: text/html array(1) { [0]=> string(1) "1" } X-Powered-By: PHP/4.0.5 Content-type: text/html array(0) { }