php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14454 is_enum() is not part of PHP4.1.0, as noted in the chang list.
Submitted: 2001-12-12 09:04 UTC Modified: 2001-12-18 08:07 UTC
From: bs_php at infeer dot com Assigned:
Status: Not a bug Package: Arrays related
PHP Version: 4.1.0 OS: W2k
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bs_php at infeer dot com
New email:
PHP Version: OS:

 

 [2001-12-12 09:04 UTC] bs_php at infeer dot com
In the change list you wrote:

- Added support for single dimensional SafeArrays and Enumerations.
   Added an is_enum() function to check if a component implements an
   enumeration. (Alan, Harald)

BUT 
calling is_enum() results in a 
  Fatal error: Call to undefined function: is_enum()

ALSO 
not part of the docu.

Was it droped? 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-12 09:08 UTC] bs_php at infeer dot com
.
 [2001-12-18 07:25 UTC] sander@php.net
This is not a feature request.

Anyway, I can't find the function anywhere in the source (lxr). Can someone give some explanation about what happend to this function?
 [2001-12-18 08:07 UTC] mfischer@php.net
There was no is_enum() every. The NEWS entry is wrong (or out of context, whatever). It should be com_isenum().
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 08 01:01:28 2025 UTC