#606081 not documented that will warn upon unset variable vs. won't

#606081#5
Date:
2010-12-06 07:07:53 UTC
From:
To:
/usr/share/doc/php-doc/html/function.isset.html
won't print an error on an undefined variable, but
/usr/share/doc/php-doc/html/function.is-array.html
will, but this is not mentioned.

#606081#10
Date:
2010-12-06 12:56:34 UTC
From:
To:
It's actually mentioned in a comment of the manual online version at
http://www.php.net/manual/en/function.is-array.php

Kaplan

#606081#15
Date:
2010-12-07 10:38:27 UTC
From:
To:
LK> It's actually mentioned in a comment of the manual online version at
LK> http://www.php.net/manual/en/function.is-array.php

OK, that's nice to see.

However let's hope the find it important enough to mention on the
official page one day.

Otherwise users can't tell if they should first probe with isset to
avoid stepping on this landmine.

#606081#20
Date:
2011-01-16 04:08:19 UTC
From:
To:
Also /usr/share/doc/php-doc/html/function.unset.html :
add note: unsetting unset variables
  unset($ccc['eee']['fff'][44]); #will produce a warning about no such ccc
  unset($ggg); #won't warn
Not clear if http://www.php.net/manual/en/function.unset.php mentions this.

#606081#25
Date:
2016-12-02 13:46:01 UTC
From:
To:
Dear submitter,

as the package php-doc has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/846134

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)