From: php at pollensoft dot com
Operating system: Gentoo Linux
PHP version: 4.3.11
PHP Bug Type: Scripting Engine problem
Bug description: Return by reference is redundant
Description:
This is a feature request.
Return by reference is redundant, see code
ID: 30976
User updated by: php at pollensoft dot com
Reported By: php at pollensoft dot com
Status: Open
Bug Type: Compile Warning
Operating System: Win2k
PHP Version: 4.3.9
New Comment:
sorry, actual result should say:
Warning: Problem with
From: php at pollensoft dot com
Operating system: Win2k
PHP version: 4.3.9
PHP Bug Type: Compile Warning
Bug description: Static method call, warning generated, correct output
Description:
Calling a static method, ie:
ClassName::staticMethod();
Generates the