vrana Thu Feb 15 10:30:49 2007 UTC
Modified files: /phpdoc/en/reference/var/functions is-null.xml isset.xml Log: Link isset and is_null http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/var/functions/is-null.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/var/functions/is-null.xml diff -u phpdoc/en/reference/var/functions/is-null.xml:1.6 phpdoc/en/reference/var/functions/is-null.xml:1.7 --- phpdoc/en/reference/var/functions/is-null.xml:1.6 Fri Jan 14 02:29:17 2005 +++ phpdoc/en/reference/var/functions/is-null.xml Thu Feb 15 10:30:49 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.is-null"> <refnamediv> <refname>is_null</refname> @@ -44,6 +44,7 @@ <para> <simplelist> <member>The <link linkend="language.types.null.syntax">&null;</link> type</member> + <member><function>isset</function></member> <member><function>is_bool</function></member> <member><function>is_numeric</function></member> <member><function>is_float</function></member> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/var/functions/isset.xml?r1=1.14&r2=1.15&diff_format=u Index: phpdoc/en/reference/var/functions/isset.xml diff -u phpdoc/en/reference/var/functions/isset.xml:1.14 phpdoc/en/reference/var/functions/isset.xml:1.15 --- phpdoc/en/reference/var/functions/isset.xml:1.14 Wed Apr 27 14:20:09 2005 +++ phpdoc/en/reference/var/functions/isset.xml Thu Feb 15 10:30:49 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 --> <refentry id="function.isset"> <refnamediv> @@ -100,6 +100,7 @@ <function>defined</function>, <link linkend="types.comparisons">the type comparison tables</link>, <function>array_key_exists</function>, + <function>is_null</function>, and the error control <link linkend="language.operators.errorcontrol">@</link> operator. </simpara>