From:             max at max-net dot nl
Operating system: Windows 2003 Server Enterprise
PHP version:      4.3.8
PHP Bug Type:     Class/Object related
Bug description:  Problem with method call

Description:
------------
Warning: Problem with method call - please report this bug in
C:\inetpub\wwwroot\core\core\lib\template.lib.php on line 186

The actual line:
Class::function( 'set' , $this );

The way it does work (but i dont like the @):
@Class::function( 'set' , $this );

It has been reported before on the site if i am not mistaken, but maybe it
is back?

Reproduce code:
---------------
Class::function( 'set' , $this );

Expected result:
----------------
Storing the new $this object with new data in a static variable in the
function.

Actual result:
--------------
Warning: Problem with method call - please report this bug in
C:\inetpub\wwwroot\core\core\lib\template.lib.php on line 186

But the result is correct.

-- 
Edit bug report at http://bugs.php.net/?id=30222&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30222&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30222&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30222&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30222&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30222&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30222&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30222&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30222&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30222&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30222&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30222&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30222&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30222&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30222&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30222&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30222&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30222&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30222&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30222&r=mysqlcfg

Reply via email to