php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30626 Function problems with php 4.3.9 upgrade!!!
Submitted: 2004-10-30 23:13 UTC Modified: 2004-10-30 23:57 UTC
From: dmitryseliv at yahoo dot com Assigned:
Status: Not a bug Package: *Extensibility Functions
PHP Version: 4.3.9 OS: Red Hat Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
18 - 5 = ?
Subscribe to this entry?

 
 [2004-10-30 23:13 UTC] dmitryseliv at yahoo dot com
Description:
------------
There is some functions that stops working after upgrade to php 4.3.9. I'm getting error message that - Fatal error: Call to undefined function: onselect()


Reproduce code:
---------------
There is some magic there.

Example:

I already have function, let's say

function A1();




in another function:

function funcCall()

{

       $this->A1();

       //Call to the function A1()

}




This works fine, but if I create any other function (even with empty body) and will call it instead of A1 I will get this error. Locally it works fine and I haven't changed this staff before and after the PHP move.  



Expected result:
----------------
See above...........................

Actual result:
--------------
See above...........................

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-30 23:57 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC