ID:              24378
 User updated by: ville dot tapio at fountainpark dot com
 Reported By:     ville dot tapio at fountainpark dot com
 Status:          Open
-Bug Type:        Math related
+Bug Type:        Class/Object related
 PHP Version:     4.3.1
 New Comment:

Category fixed.


Previous Comments:
------------------------------------------------------------------------

[2003-06-28 17:37:41] ville dot tapio at fountainpark dot com

Ugly workaround:

Class Foo {
    function bar() {}
}

$class = 'Foo';
eval ($class . '::bar();');

------------------------------------------------------------------------

[2003-06-28 17:09:32] ville dot tapio at fountainpark dot com

Description:
------------
Class Foo {
    function bar() {}
}

$class = 'Foo';
$class::bar();





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24378&edit=1

Reply via email to