php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27904 Reflection API not found
Submitted: 2004-04-07 07:33 UTC Modified: 2004-04-08 03:29 UTC
From: matthieu at tempoline dot biz Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5CVS-2004-04-07 (dev) OS: Windows XP
Private report: No CVE-ID: None
 [2004-04-07 07:33 UTC] matthieu at tempoline dot biz
Description:
------------
Reflection API not found when instanciating any of its class.
No pb with PHP5_RC1, this problem has begun for 4 or 5 days on the cvs windows binaries.

Reproduce code:
---------------
// For example... but Reflection_Class send the same result
$func= new Reflection_Function('anything');

Expected result:
----------------
Not a fatal error

Actual result:
--------------
Fatal error: Class 'Reflection_Function' not found in c:\0pfe_tempoline\dev_coeur\birdie_dev\index.php on line 23

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-07 07:52 UTC] sniper@php.net
All the OO related functions/methods were changed to use the studlyCaps naming convention.

 [2004-04-08 03:29 UTC] matthieu at tempoline dot biz
Thanks for the answer, and sorry for the mistake.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC