php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16307 is_null function, paragraph "see also" incomplete
Submitted: 2002-03-27 08:06 UTC Modified: 2002-03-27 08:31 UTC
From: darvin dot andrioli at caricese dot it Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.1.2 OS: all
Private report: No CVE-ID: None
 [2002-03-27 08:06 UTC] darvin dot andrioli at caricese dot it
File: var.xml (en version 1.98), function: is_null

The "see also" paragraph shows

  <para>
     See also <function>is_bool</function>,
     <function>is_numeric</function>,
     <function>is_float</function>,
     <function>is_int</function>,
     <function>is_string</function>,
     <function>is_object</function>,
     <function>is_array</function>, and
   </para>

... and what?
Did you forget another reference?

Regards
Darvin Andrioli

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-27 08:17 UTC] cortesi@php.net
That should be two missing functions: <function>is_integer</function> and <function>is_real</function>.
 [2002-03-27 08:31 UTC] cortesi@php.net
This has been fixed in CVS: EN version 1.99
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Nov 21 15:00:01 2025 UTC