|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-05-19 17:08 UTC] john dot kraal at rse dot nl
[2010-12-22 03:41 UTC] johannes@php.net
-Status: Open
+Status: Bogus
-Package: Feature/Change Request
+Package: *General Issues
[2010-12-22 03:41 UTC] johannes@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 22 21:00:01 2025 UTC |
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; }