rephrasing

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134577 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-07-10 08:29:54 +00:00
parent bff96f3b24
commit 295d314526

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.isset">
<refnamediv>
@ -20,7 +20,7 @@
</simpara>
<para>
If a variable has been unset with <function>unset</function>, it will no
longer be <function>isset</function>. <function>isset</function> will
longer be set. <function>isset</function> will
return &false; if testing a variable that has been set to &null;. Also
note that a &null; byte (<literal>"\0"</literal>) is not equivalent to
the PHP &null; constant.