ID: 20204
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating System: Linux
PHP Version: 4.2.3
New Comment:
The comma `:' in the first line of code is supposed to be a double
comma `::'
Previous Comments:
------------------------------------------------------------------------
[2002-10-31 15:34:41] [EMAIL PROTECTED]
Using
$var_classname:function();
throws up a parse error. This was probably not a feature intended to be
included rather than a bug. Currently I have a workaround using this:
print eval("return ".$var_classname."::function();");
Would like to see it implemented in a future version if possible :)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=20204&edit=1