[PHP-DEV] Feature Request - abtract + throws

2003-09-07 Thread Attila Strauss
Hi, are there any plans about implementing the ability to provide throws for abstract classes? Example: ---s.cut--- abstract class RDBMS_Connection_Abstract { abstract public function connect() throws RDBMS_Connection_Exception; } class RDBMS_Connection extends RDBMS_Connection_Abstract {

Re: [PHP-DEV] Feature Request - abtract + throws

2003-09-08 Thread Zeev Suraski
At 23:50 07/09/2003, Attila Strauss wrote: Hi, are there any plans about implementing the ability to provide throws for abstract classes? Nope, no plans. Zeev -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php