ID: 33068
User updated by: john dot kraal at rse dot nl
Reported By: john dot kraal at rse dot nl
Status: Open
Bug Type: Feature/Change Request
Operating System: Any
PHP Version: 5.0.4
New Comment:
changed my email.
Previous Comments:
------------------------------------------------------------------------
[2005-05-19 17:07:19] john dot kraal at rse dot nl
Description:
------------
It would be nice to have a C++ Style function declaration for classes
like this:
class example
{
var $blah;
function __construct()
{
$this->blah = 'test';
}
}
function example::returnBlah()
{
return $this->blah;
}
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33068&edit=1