Re: [PHP-DEV] RFC __autodefine / spl_autodefine

2010-12-06 Thread Ross Masters
http://thePHP.cc/ > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Ross Masters http://rossmasters.com/

Re: [PHP-DEV] RFC: Making T_FUNCTION optional in method declarations

2010-11-28 Thread Ross Masters
>From what I understand T_FUNCTION would be optional, rather than removed altogether, is this the case? This would allow those who want to use it the option of using it and would not break existing code. -- Ross Masters http://rossmasters.com/ 2010/11/28 David Otton > 2010/11/27 Jo

[PHP-DEV] Re: RFC: Making T_FUNCTION optional in method declarations

2010-11-27 Thread Ross Masters
+1, has crossed my mind before =) "Johannes "Schlüter"" wrote in message news:1290879624.7033.826.ca...@guybrush... Hi, every now and then while writing classes I forget to add the "function" keyword between my visibility modifier and the method name in a class declaration. I don't think it