From: klikics at preisroboter dot de Operating system: Linux PHP version: 5.2.3 PHP Bug Type: Class/Object related Bug description: "Call to undefined method" - but method isn't undefined!
Description: ------------ Sometimes PHP throw's the following error: Fatal error: Call to undefined method suche::get_threader() in /www/class_.php on line 1305 instead of just processing the function $this->get_threader() ... This comes up only every 10000 requests or something, so I can't reproduce it. I'm wondering about the "::", because the call in the script is $this->get_threader(). That's why I think it's an internal bug of PHP. The .php with the class is included via require() to the page where the error appears. Hope this helps or you can help. Thanks in advance. Reproduce code: --------------- // line 1305 $fp = $this->get_threader(); Expected result: ---------------- $fp is a filepointer from fsockopen() .. the script should progress. -- Edit bug report at http://bugs.php.net/?id=42455&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=42455&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=42455&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=42455&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=42455&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=42455&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=42455&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=42455&r=needscript Try newer version: http://bugs.php.net/fix.php?id=42455&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=42455&r=support Expected behavior: http://bugs.php.net/fix.php?id=42455&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=42455&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=42455&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=42455&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=42455&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=42455&r=dst IIS Stability: http://bugs.php.net/fix.php?id=42455&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=42455&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=42455&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=42455&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=42455&r=mysqlcfg
