php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13457 function_exists always returns false
Submitted: 2001-09-26 13:13 UTC Modified: 2001-09-26 13:34 UTC
From: prottoss at mediaminer dot org Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0.6 OS: Linux 2.4.9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: prottoss at mediaminer dot org
New email:
PHP Version: OS:

 

 [2001-09-26 13:13 UTC] prottoss at mediaminer dot org
function_exists() always returns false regardless of the specified input unless the function is not part of php core and is avaliable.
For example function_exists('include_once') returns false (on php 4.0.6) however it does return true for function_exists('shmop_open').

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-26 13:34 UTC] derick@php.net
Not a bug, include_once is not a function, but a language construct. And thus it does not appear in Zend's internal functionlist.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 15:01:33 2024 UTC